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
1=== modified file 'account/account_invoice_view.xml'
2--- account/account_invoice_view.xml 2013-04-22 15:34:49 +0000
3+++ account/account_invoice_view.xml 2013-04-29 15:36:45 +0000
4@@ -189,7 +189,7 @@
5 </group>
6 </group>
7 <notebook>
8- <page string="Invoice">
9+ <page string="Invoice Lines">
10 <field context="{'partner_id': partner_id, 'price_type': context.get('price_type') or False, 'type': type}" name="invoice_line">
11 <tree string="Invoice lines" editable="bottom">
12 <field name="product_id"

Subscribers

People subscribed via source and target branches

to all changes: