Mayur Maheshwari(OpenERP) has proposed merging 
lp:~openerp-dev/openobject-addons/trunk-bug-904194-mma into 
lp:openobject-addons.

Requested reviews:
  Rucha (Open ERP) (rpa-openerp)
Related bugs:
  Bug #904194 in OpenERP Addons: "No such field(s) in model procurement.order: 
expected_date, property_ids."
  https://bugs.launchpad.net/openobject-addons/+bug/904194

For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-904194-mma/+merge/85998

Hello,

   sale: I Have remove a property_ids for fix a WARNING:orm:No such field(s) in 
model procurement.order

Thanks.
-- 
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-904194-mma/+merge/85998
Your team OpenERP R&D Team is subscribed to branch 
lp:~openerp-dev/openobject-addons/trunk-bug-904194-mma.
=== modified file 'sale/sale.py'
--- sale/sale.py	2011-12-11 11:09:56 +0000
+++ sale/sale.py	2011-12-16 06:45:40 +0000
@@ -701,9 +701,6 @@
             'location_id': order.shop_id.warehouse_id.lot_stock_id.id,
             'procure_method': line.type,
             'move_id': move_id,
-            # Added by mrp, but mrp is not a dependency, this will trigger a warning
-            # if mrp is not installed.
-            'property_ids': [(6, 0, [x.id for x in line.property_ids])],
             'company_id': order.company_id.id,
         }
 

_______________________________________________
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