Merge lp:~openerp-dev/openobject-addons/trunk-bug-1098493-cga into lp:openobject-addons

Proposed by Chandni Gandhi(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1098493-cga
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
point_of_sale/point_of_sale.py (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1098493-cga
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+146775@code.launchpad.net

Description of the change

Hello,

Change the state name from Invoiced to Order to invoice.

Thanks.

To post a comment you must log in.
8533. By Chandni Gandhi(OpenERP)

[MERGE]:With latest code

Unmerged revisions

8533. By Chandni Gandhi(OpenERP)

[MERGE]:With latest code

8532. By Chandni Gandhi(OpenERP)

[FIX]:Change the state name from Invoiced to Order to invoice

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'point_of_sale/point_of_sale.py'
2--- point_of_sale/point_of_sale.py 2013-01-28 14:36:41 +0000
3+++ point_of_sale/point_of_sale.py 2013-02-08 11:43:27 +0000
4@@ -598,7 +598,7 @@
5 ('cancel', 'Cancelled'),
6 ('paid', 'Paid'),
7 ('done', 'Posted'),
8- ('invoiced', 'Invoiced')],
9+ ('invoiced', 'Order to invoice')],
10 'Status', readonly=True),
11
12 'invoice_id': fields.many2one('account.invoice', 'Invoice'),

Subscribers

People subscribed via source and target branches

to all changes: