Sanjay Gohel (Open ERP) has proposed merging
lp:~openerp-dev/openobject-addons/trunk-bug-1079548-sgo into
lp:openobject-addons.
Requested reviews:
OpenERP Core Team (openerp)
Related bugs:
Bug #1079548 in OpenERP Addons: "Message field(char) not proper on
procurement as per the coding convention."
https://bugs.launchpad.net/openobject-addons/+bug/1079548
For more details, see:
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1079548-sgo/+merge/137482
Hello,
Increase message field size as per good coding convention.
Thank You.
Sanjay Gohel(SGO)
--
https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1079548-sgo/+merge/137482
Your team OpenERP R&D Team is subscribed to branch
lp:~openerp-dev/openobject-addons/trunk-bug-1079548-sgo.
=== modified file 'procurement/procurement.py'
--- procurement/procurement.py 2012-11-02 17:34:07 +0000
+++ procurement/procurement.py 2012-12-03 06:09:21 +0000
@@ -103,7 +103,7 @@
readonly=True, required=True, help="If you encode manually a Procurement, you probably want to use" \
" a make to order method."),
'note': fields.text('Note'),
- 'message': fields.char('Latest error', size=124, help="Exception occurred while computing procurement orders."),
+ 'message': fields.char('Latest error', size=256, help="Exception occurred while computing procurement orders."),
'state': fields.selection([
('draft','Draft'),
('cancel','Cancelled'),
_______________________________________________
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