Merge lp:~mileo/openobject-addons/7.0-bug-1201472 into lp:openobject-addons/7.0

Status: Needs review
Proposed branch: lp:~mileo/openobject-addons/7.0-bug-1201472
Merge into: lp:openobject-addons/7.0
Diff against target: 41 lines (+8/-8)
1 file modified
l10n_br/account_view.xml (+8/-8)
To merge this branch: bzr merge lp:~mileo/openobject-addons/7.0-bug-1201472
Reviewer Review Type Date Requested Status
Renato Lima - http://www.akretion.com (community) Approve
Raphaël Valyi - http://www.akretion.com (community) Approve
OpenERP Core Team Pending
Review via email: mp+208702@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Raphaël Valyi - http://www.akretion.com (rvalyi) wrote :

No more group_extended in v7 and we need to see these fields here in Brazil. Thanks Luis!

review: Approve
Revision history for this message
Luis Felipe Miléo - http://www.kmee.com.br (mileo) wrote :

Thank you for directions!

2014-02-27 20:19 GMT-03:00 Raphaël Valyi - http://www.akretion.com <
<email address hidden>>:

> Review: Approve
>
> No more group_extended in v7 and we need to see these fields here in
> Brazil. Thanks Luis!
> --
>
> https://code.launchpad.net/~mileo/openobject-addons/7.0-bug-1201472/+merge/208702
> You are the owner of lp:~mileo/openobject-addons/7.0-bug-1201472.
>

Revision history for this message
Renato Lima - http://www.akretion.com (renatonlima) wrote :

LGTM

Thanks Luis!

review: Approve

Unmerged revisions

9857. By Luis Felipe Miléo - http://www.kmee.com.br

[FIX] Fields amount_mva, base_reduction and tax_discount are not displayed

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'l10n_br/account_view.xml'
2--- l10n_br/account_view.xml 2012-10-29 18:16:57 +0000
3+++ l10n_br/account_view.xml 2014-02-27 22:46:06 +0000
4@@ -34,14 +34,14 @@
5 <field name="inherit_id" ref="account.view_account_tax_template_form"/>
6 <field name="arch" type="xml">
7 <field position="after" name="price_include">
8- <field groups="base.group_extended" name="tax_discount"/>
9+ <field name="tax_discount"/>
10 </field>
11 <field name="tax_code_id" position="replace" >
12 <field name="tax_code_id" on_change="onchange_tax_code_id(tax_code_id)" />
13 </field>
14- <field position="after" name="amount">
15- <field groups="base.group_extended" name="base_reduction"/>
16- <field groups="base.group_extended" name="amount_mva"/>
17+ <field position="after" name="tax_discount">
18+ <field name="base_reduction"/>
19+ <field name="amount_mva"/>
20 </field>
21 </field>
22 </record>
23@@ -52,14 +52,14 @@
24 <field name="inherit_id" ref="account.view_tax_form"/>
25 <field name="arch" type="xml">
26 <field position="after" name="price_include">
27- <field groups="base.group_extended" name="tax_discount"/>
28+ <field name="tax_discount"/>
29 </field>
30 <field name="tax_code_id" position="replace" >
31 <field name="tax_code_id" on_change="onchange_tax_code_id(tax_code_id)" />
32 </field>
33- <field position="after" name="amount">
34- <field groups="base.group_extended" name="base_reduction"/>
35- <field groups="base.group_extended" name="amount_mva"/>
36+ <field position="after" name="tax_discount">
37+ <field name="base_reduction"/>
38+ <field name="amount_mva"/>
39 </field>
40 </field>
41 </record>