Merge lp:~vauxoo/openerp-venezuela-localization/edima-islr_rates_view_labels-dev-yani into lp:openerp-venezuela-localization

Proposed by Yanina Aular (Vauxoo)
Status: Merged
Merged at revision: 972
Proposed branch: lp:~vauxoo/openerp-venezuela-localization/edima-islr_rates_view_labels-dev-yani
Merge into: lp:openerp-venezuela-localization
Diff against target: 48 lines (+31/-2)
1 file modified
l10n_ve_withholding_islr/view/islr_wh_concept_view.xml (+31/-2)
To merge this branch: bzr merge lp:~vauxoo/openerp-venezuela-localization/edima-islr_rates_view_labels-dev-yani
Reviewer Review Type Date Requested Status
hbto [Vauxoo] http://www.vauxoo.com Approve
Gabriela Quilarque Pending
Review via email: mp+204329@code.launchpad.net

Description of the change

to add labels to islr.rates form

To post a comment you must log in.
Revision history for this message
hbto [Vauxoo] http://www.vauxoo.com (humbertoarocha) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_ve_withholding_islr/view/islr_wh_concept_view.xml'
2--- l10n_ve_withholding_islr/view/islr_wh_concept_view.xml 2013-05-23 04:34:03 +0000
3+++ l10n_ve_withholding_islr/view/islr_wh_concept_view.xml 2014-01-31 19:41:44 +0000
4@@ -79,7 +79,36 @@
5 </group>
6 <notebook colspan="4">
7 <page string="Rates" attrs="{'readonly':[('withholdable','=',False)]}">
8- <field name="rate_ids" nolabel="1"/>
9+ <field name="rate_ids" nolabel="1">
10+ <tree>
11+ <field name="name" />
12+ <field name="code" />
13+ <field name="base" />
14+ <field name="minimum" />
15+ <field name="residence" />
16+ <field name="wh_perc" />
17+ <field name="nature" />
18+ <field name="subtract" />
19+ </tree>
20+ <form>
21+ <group colspan="4">
22+ <field name="name" />
23+ </group>
24+ <group colspan="4">
25+ <group>
26+ <field name="code" />
27+ <field name="residence" />
28+ <field name="nature" />
29+ </group>
30+ <group>
31+ <field name="base" />
32+ <field name="minimum" />
33+ <field name="wh_perc" />
34+ <field name="subtract" />
35+ </group>
36+ </group>
37+ </form>
38+ </field>
39 </page>
40 </notebook>
41 </form>
42@@ -111,4 +140,4 @@
43
44 <menuitem name="Concept of Income Withholding" id="menu_action_concept_retention" parent="menu_wh_configuration_islr" action="action_wh_islr_concept"/>
45 </data>
46-</openerp>
47\ No newline at end of file
48+</openerp>