openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #01338
[Bug 891596] [NEW] Sale: stock.move object not defined in sale.py
Public bug reported:
While I was improving sale's yaml got the following traceback:-
File "/home/mtr/workspace/rdtools/addons/trunk-sale_coverage-mtr/sale/sale.py", line 789, in _create_pickings_and_procurements
for mov in move_obj.browse(cr, uid, mov_ids):
NameError: global name 'move_obj' is not defined
** Affects: openobject-addons
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/891596
Title:
Sale: stock.move object not defined in sale.py
Status in OpenERP Addons (modules):
New
Bug description:
While I was improving sale's yaml got the following traceback:-
File "/home/mtr/workspace/rdtools/addons/trunk-sale_coverage-mtr/sale/sale.py", line 789, in _create_pickings_and_procurements
for mov in move_obj.browse(cr, uid, mov_ids):
NameError: global name 'move_obj' is not defined
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/891596/+subscriptions
Follow ups
References