Merge lp:~openerp-dev/openobject-addons/6.1-opw-574745-skh into lp:openobject-addons/6.1

Proposed by Somesh Khare
Status: Approved
Approved by: Vinay Rana (OpenERP)
Approved revision: 6795
Proposed branch: lp:~openerp-dev/openobject-addons/6.1-opw-574745-skh
Merge into: lp:openobject-addons/6.1
Diff against target: 12 lines (+1/-1)
1 file modified
account/account_invoice_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/6.1-opw-574745-skh
Reviewer Review Type Date Requested Status
Vinay Rana (OpenERP) (community) Approve
Naresh(OpenERP) Pending
Review via email: mp+105478@code.launchpad.net

Description of the change

Hello Sir,

[FIX] account_invoice_view.xml : Supplier invoice does not display the invoice line description.

As discussed with the Support Level 2 team we have put the Description field in the view of the Supplier invoice.

Kindly review the branch and please share your views on it.

Thanks,
Somesh Khare

To post a comment you must log in.
Revision history for this message
Vinay Rana (OpenERP) (vra-openerp) wrote :

As the field is missing from tree view, the patch will fixes the issue.

review: Approve
Revision history for this message
Naresh(OpenERP) (nch-openerp) wrote :

Hello,

This bug was qualified as Already Fixed on Trunk (means that it was already fixed and merged in Trunk). If this Merge Proposal could not be merged in v6.1 at the release of v7.0, it will be closed.

Thanks,
Naresh Soni

Unmerged revisions

6795. By Somesh Khare

[FIX] account_invoice_view.xml : Supplier invoice does not display the invoice line description(Case: Ref 574745)

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 2012-02-16 18:50:48 +0000
3+++ account/account_invoice_view.xml 2012-05-11 13:20:24 +0000
4@@ -178,7 +178,7 @@
5 <field name="price_unit"/>
6 <!-- Removed if subtotal is set -->
7 <field name="price_subtotal"/>
8- <field invisible="True" name="name"/>
9+ <field name="name"/>
10 <field invisible="True" name="uos_id"/>
11 </tree>
12 </field>