Merge lp:~savoirfairelinux-openerp/openerp-canada/bug-1240218 into lp:openerp-canada

Proposed by Joao Alfredo Gama Batista
Status: Merged
Merged at revision: 20
Proposed branch: lp:~savoirfairelinux-openerp/openerp-canada/bug-1240218
Merge into: lp:openerp-canada
Diff against target: 18 lines (+2/-2)
1 file modified
res_currency_print_on_check/currency_view.xml (+2/-2)
To merge this branch: bzr merge lp:~savoirfairelinux-openerp/openerp-canada/bug-1240218
Reviewer Review Type Date Requested Status
Niels Huylebroeck (community) Approve
Maxime Chambreuil (http://www.savoirfairelinux.com) code review Approve
Review via email: mp+191287@code.launchpad.net

Description of the change

Replace the missing field 'rate' by 'rate_silent' to sync with recent changes in the original view.

To post a comment you must log in.
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve
Revision history for this message
Maxime Chambreuil (http://www.savoirfairelinux.com) (max3903) :
review: Approve (code review)
Revision history for this message
Niels Huylebroeck (red15) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'res_currency_print_on_check/currency_view.xml'
--- res_currency_print_on_check/currency_view.xml 2013-06-10 16:13:15 +0000
+++ res_currency_print_on_check/currency_view.xml 2013-10-15 20:20:37 +0000
@@ -2,12 +2,12 @@
2<openerp>2<openerp>
3 <data>3 <data>
44
5 <record id="view_currency_form" model="ir.ui.view">5 <record id="view_currency_form_print_on_check" model="ir.ui.view">
6 <field name="name">res.currency.form.print_on_check</field>6 <field name="name">res.currency.form.print_on_check</field>
7 <field name="model">res.currency</field>7 <field name="model">res.currency</field>
8 <field name="inherit_id" ref="base.view_currency_form"/>8 <field name="inherit_id" ref="base.view_currency_form"/>
9 <field name="arch" type="xml">9 <field name="arch" type="xml">
10 <xpath expr="//field[@name='rate']" position="after">10 <xpath expr="//field[@name='rate_silent']" position="after">
11 <field name="print_on_check"/>11 <field name="print_on_check"/>
12 </xpath>12 </xpath>
13 </field>13 </field>

Subscribers

People subscribed via source and target branches