Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-917591-mma into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #917591 in OpenERP Addons: "[trunk] stock.complete_name not
editable/updated correctly"
https://bugs.launchpad.net/openobject-addons/+bug/917591
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-917591-mma/+merge/89654
Hello,
stock : I Have removed a store=true in complete_name field so Now whenever
you update a location name of any parent the complete_name of the child
locations updated properly in tree view.
Thanks.
MMA
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-917591-mma/+merge/89654
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-917591-mma.
=== modified file 'stock/stock.py'
--- stock/stock.py 2012-01-13 15:15:48 +0000
+++ stock/stock.py 2012-01-23 10:42:09 +0000
@@ -154,7 +154,7 @@
\n* Production: Virtual counterpart location for production operations: this location consumes the raw material and produces finished products
""", select = True),
# temporarily removed, as it's unused: 'allocation_method': fields.selection([('fifo', 'FIFO'), ('lifo', 'LIFO'), ('nearest', 'Nearest')], 'Allocation Method', required=True),
- 'complete_name': fields.function(_complete_name, type='char', size=256, string="Location Name", store=True),
+ 'complete_name': fields.function(_complete_name, type='char', size=256, string="Location Name"),
'stock_real': fields.function(_product_value, type='float', string='Real Stock', multi="stock"),
'stock_virtual': fields.function(_product_value, type='float', string='Virtual Stock', multi="stock"),
_______________________________________________
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