Merge lp:~openerp-dev/openobject-addons/trunk-bug-1080570-ssu into lp:openobject-addons

Proposed by Saurang Suthar(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1080570-ssu
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-1080570-ssu
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+136332@code.launchpad.net

Description of the change

Hello,

I have fixed the issue point of sales can not be duplicated.

Kindly review it.

Thank you.
Saurang Suthar

To post a comment you must log in.

Unmerged revisions

8142. By Saurang Suthar(OpenERP)

[FIX]point_of_sale:fixed the issue can not duplicate point of sales

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 2012-11-26 12:13:50 +0000
3+++ point_of_sale/point_of_sale.py 2012-11-27 07:32:23 +0000
4@@ -91,7 +91,7 @@
5 'sequence_id' : False,
6 }
7 d.update(default)
8- return super(pos_order, self).copy(cr, uid, id, d, context=context)
9+ return super(pos_config, self).copy(cr, uid, id, d, context=context)
10
11
12 def name_get(self, cr, uid, ids, context=None):

Subscribers

People subscribed via source and target branches

to all changes: