Merge lp:~savoirfairelinux-openerp/openerp-canada/7.0-fix-missing-rate-silent into lp:openerp-canada

Proposed by Mathieu Benoit
Status: Rejected
Rejected by: Sandy Carter (http://www.savoirfairelinux.com)
Proposed branch: lp:~savoirfairelinux-openerp/openerp-canada/7.0-fix-missing-rate-silent
Merge into: lp:openerp-canada
Diff against target: 12 lines (+1/-1)
1 file modified
res_currency_print_on_check/currency_view.xml (+1/-1)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openerp-canada/7.0-fix-missing-rate-silent
Reviewer Review Type Date Requested Status
Sandy Carter (http://www.savoirfairelinux.com) Needs Resubmitting
Joao Alfredo Gama Batista Pending
Maxime Chambreuil (http://www.savoirfairelinux.com) Pending
Review via email: mp+225484@code.launchpad.net

Description of the change

Some module remove the rate_silent. This fix propose to add the field "print on check" at the end of the group.

To post a comment you must log in.
Revision history for this message
Sandy Carter (http://www.savoirfairelinux.com) (sandy-carter) wrote :
review: Needs Resubmitting

Unmerged revisions

32. By Mathieu Benoit

[FIX] res_currency_print_on_check/currency_view.xml: fix missing rate_silent.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'res_currency_print_on_check/currency_view.xml'
2--- res_currency_print_on_check/currency_view.xml 2013-10-15 20:15:43 +0000
3+++ res_currency_print_on_check/currency_view.xml 2014-07-03 14:15:58 +0000
4@@ -7,7 +7,7 @@
5 <field name="model">res.currency</field>
6 <field name="inherit_id" ref="base.view_currency_form"/>
7 <field name="arch" type="xml">
8- <xpath expr="//field[@name='rate_silent']" position="after">
9+ <xpath expr="//form/group[1]/field[last()]" position="after">
10 <field name="print_on_check"/>
11 </xpath>
12 </field>

Subscribers

People subscribed via source and target branches