Merge lp:~romain-rj/openobject-addons/romain-rj_openobject-addons into lp:openobject-addons

Proposed by Romain Jolivot
Status: Needs review
Proposed branch: lp:~romain-rj/openobject-addons/romain-rj_openobject-addons
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
account/account_invoice_view.xml (+1/-1)
To merge this branch: bzr merge lp:~romain-rj/openobject-addons/romain-rj_openobject-addons
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+161444@code.launchpad.net

Description of the change

Fixe bug 1170175

In file account/account_invoice_view.xml on line 192
I changed Invoice to Invoice Lines

In Supplier Invoice view, the first page is now named Invoice Lines

To post a comment you must log in.

Unmerged revisions

8694. By Romain Jolivot

The Invoice page should be named Invoice Lines.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'account/account_invoice_view.xml'
--- account/account_invoice_view.xml 2013-04-22 15:34:49 +0000
+++ account/account_invoice_view.xml 2013-04-29 15:36:45 +0000
@@ -189,7 +189,7 @@
189 </group>189 </group>
190 </group>190 </group>
191 <notebook>191 <notebook>
192 <page string="Invoice">192 <page string="Invoice Lines">
193 <field context="{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line">193 <field context="{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line">
194 <tree string="Invoice lines" editable="bottom">194 <tree string="Invoice lines" editable="bottom">
195 <field name="product_id"195 <field name="product_id"

Subscribers

People subscribed via source and target branches

to all changes: