Mayur Maheshwari(OpenERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-899144-mma into
lp:openobject-addons.
Requested reviews:
Rucha (Open ERP) (rpa-openerp)
Related bugs:
Bug #899144 in OpenERP Addons: "stock_location complete name to short"
https://bugs.launchpad.net/openobject-addons/+bug/899144
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-899144-mma/+merge/84457
Hello,
stock : I Have a set a 256 character size of complete_name function field
in stock.location
Thanks.
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-899144-mma/+merge/84457
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-899144-mma.
=== modified file 'stock/stock.py'
--- stock/stock.py 2011-12-01 21:32:12 +0000
+++ stock/stock.py 2011-12-05 11:27:32 +0000
@@ -167,7 +167,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=100, string="Location Name", store=True),
+ 'complete_name': fields.function(_complete_name, type='char', size=256, string="Location Name", store=True),
'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