Chandni Gandhi has proposed merging lp:~openerp-dev/openobject-addons/trunk-bug-1098493-cga into lp:openobject-addons.
Requested reviews: OpenERP Core Team (openerp) Related bugs: Bug #1098493 in OpenERP Addons: "[Trunk/7.0] Point of sale order is "invoiced" when state of invoice is draft" https://bugs.launchpad.net/openobject-addons/+bug/1098493 For more details, see: https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1098493-cga/+merge/146775 Hello, Change the state name from Invoiced to Order to invoice. Thanks. -- https://code.launchpad.net/~openerp-dev/openobject-addons/trunk-bug-1098493-cga/+merge/146775 Your team OpenERP R&D Team is subscribed to branch lp:~openerp-dev/openobject-addons/trunk-bug-1098493-cga.
=== modified file 'point_of_sale/point_of_sale.py' --- point_of_sale/point_of_sale.py 2013-01-28 14:36:41 +0000 +++ point_of_sale/point_of_sale.py 2013-02-06 05:15:32 +0000 @@ -598,7 +598,7 @@ ('cancel', 'Cancelled'), ('paid', 'Paid'), ('done', 'Posted'), - ('invoiced', 'Invoiced')], + ('invoiced', 'Order to invoice')], 'Status', readonly=True), 'invoice_id': fields.many2one('account.invoice', 'Invoice'),
_______________________________________________ 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