Hardik Ansodariya (OpenERP) has proposed merging lp:~openerp-dev/openobject-addons/6.1-opw-580707-han into lp:openobject-addons/6.1.
Requested reviews: Naresh(OpenERP) (nch-openerp) For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-580707-han/+merge/130091 Hello, Fixed the problem of DataError due to insufficient size of field 'message' in procurment.py when message is translated. When confirm Sale order for a product that has no minimum stock rule and there is not enough stock. With reference of Maintanence case: 580707 -- https://code.launchpad.net/~openerp-dev/openobject-addons/6.1-opw-580707-han/+merge/130091 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/6.1-opw-580707-han.
=== modified file 'procurement/procurement.py' --- procurement/procurement.py 2012-01-04 06:38:07 +0000 +++ procurement/procurement.py 2012-10-17 11:38:22 +0000 @@ -103,7 +103,7 @@ " a make to order method."), 'note': fields.text('Note'), - 'message': fields.char('Latest error', size=64, help="Exception occurred while computing procurement orders."), + 'message': fields.char('Latest error', size=128, help="Exception occurred while computing procurement orders."), 'state': fields.selection([ ('draft','Draft'), ('confirmed','Confirmed'),
_______________________________________________ Mailing list: https://launchpad.net/~openerp-dev-gtk Post to : openerp-dev-gtk@lists.launchpad.net Unsubscribe : https://launchpad.net/~openerp-dev-gtk More help : https://help.launchpad.net/ListHelp