← Back to team overview

openerp-dev-web team mailing list archive

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

 

Kirti Savalia(OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-718616-ksa into lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  #718616 [PS] Purchase : invoice opened from the purchase order (second tab) only proposes the journal "sales"
  https://bugs.launchpad.net/bugs/718616

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-718616-ksa/+merge/50878

https://bugs.launchpad.net/openobject-addons/+bug/718616
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-718616-ksa/+merge/50878
Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-718616-ksa.
=== modified file 'purchase/purchase_view.xml'
--- purchase/purchase_view.xml	2011-01-18 13:33:35 +0000
+++ purchase/purchase_view.xml	2011-02-23 07:01:16 +0000
@@ -216,7 +216,7 @@
                             <field name="date_approve"/>
                         	<separator string="Invoices" colspan="4"/>
                         	<newline/>
-                        	<field name="invoice_ids" groups="base.group_extended" nolabel="1" colspan="4"/>
+                        	<field name="invoice_ids" groups="base.group_extended" nolabel="1" colspan="4" context="{'journal_type':'purchase'}"/>
                         </page>
                         <page string="Notes">
                             <field colspan="4" name="notes" nolabel="1"/>


Follow ups