Merge lp:~openerp-dev/openobject-addons/trunk-bug-718616-ksa into lp:openobject-addons

Proposed by Kirti Savalia(OpenERP)
Status: Merged
Merged at revision: 4458
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-718616-ksa
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
purchase/purchase_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-718616-ksa
Reviewer Review Type Date Requested Status
Mustufa Rangwala (Open ERP) (community) Approve
Review via email: mp+51260@code.launchpad.net

This proposal supersedes a proposal from 2011-02-23.

Description of the change

hello sir,
 do changes as per your suggestion

To post a comment you must log in.
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) wrote : Posted in a previous version of this proposal

We should have context type='in_invoice' too to add supplier string on tree view.

Thanks to jay.

review: Needs Fixing
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) : Posted in a previous version of this proposal
review: Approve
Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'purchase/purchase_view.xml'
--- purchase/purchase_view.xml 2011-01-18 13:33:35 +0000
+++ purchase/purchase_view.xml 2011-02-25 06:51:17 +0000
@@ -216,7 +216,7 @@
216 <field name="date_approve"/>216 <field name="date_approve"/>
217 <separator string="Invoices" colspan="4"/>217 <separator string="Invoices" colspan="4"/>
218 <newline/>218 <newline/>
219 <field name="invoice_ids" groups="base.group_extended" nolabel="1" colspan="4"/>219 <field name="invoice_ids" groups="base.group_extended" nolabel="1" colspan="4" context="{'type':'in_invoice', 'journal_type':'purchase'}"/>
220 </page>220 </page>
221 <page string="Notes">221 <page string="Notes">
222 <field colspan="4" name="notes" nolabel="1"/>222 <field colspan="4" name="notes" nolabel="1"/>

Subscribers

People subscribed via source and target branches

to all changes: