Divyesh Makwana(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-901143-mdi into 
lp:openobject-addons.

Requested reviews:
  OpenERP Core Team (openerp)
Related bugs:
  Bug #901143 in OpenERP Addons: "project_mrp 6.0 functionality lost from 5.0"
  https://bugs.launchpad.net/openobject-addons/+bug/901143

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-901143-mdi/+merge/85069

Hello Sir,

I have fix the issue: https://bugs.launchpad.net/openobject-addons/+bug/901143 
"project_mrp 6.0 functionality lost from 5.0".

Thanks and Regards,

Divyesh Makwana(MDI)
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-901143-mdi/+merge/85069
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-901143-mdi.
=== modified file 'sale/sale.py'
--- sale/sale.py	2011-12-07 14:58:54 +0000
+++ sale/sale.py	2011-12-09 06:19:25 +0000
@@ -705,6 +705,7 @@
             # if mrp is not installed.
             'property_ids': [(6, 0, [x.id for x in line.property_ids])],
             'company_id': order.company_id.id,
+            'note': line.notes
         }
 
     def _prepare_order_line_move(self, cr, uid, order, line, picking_id, date_planned, *args):

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to