Merge lp:~openerp-dev/openobject-addons/trunk-bug-1098226-nco into lp:openobject-addons

Proposed by Nimesh Contractor(Open ERP)
Status: Rejected
Rejected by: Martin Trigaux (OpenERP)
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1098226-nco
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
point_of_sale/static/src/js/models.js (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1098226-nco
Reviewer Review Type Date Requested Status
OpenERP Core Team Pending
Review via email: mp+142880@code.launchpad.net

Description of the change

Hello,

     Fix the config_id problem of pos session.

Thanks,
 NCO.

To post a comment you must log in.
Revision history for this message
Martin Trigaux (OpenERP) (mat-openerp) wrote :

Rejected as a fix has been applied in 7.0 at revision 9255.

Unmerged revisions

8499. By Nimesh Contractor(Open ERP)

[FIX] pos config_id problem

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'point_of_sale/static/src/js/models.js'
2--- point_of_sale/static/src/js/models.js 2012-11-29 22:26:45 +0000
3+++ point_of_sale/static/src/js/models.js 2013-01-11 12:00:28 +0000
4@@ -134,7 +134,7 @@
5 return self.fetch(
6 'pos.session',
7 ['id', 'journal_ids','name','user_id','config_id','start_at','stop_at'],
8- [['state', '=', 'opened'], ['user_id', '=', self.session.uid]]
9+ [['state', '=', 'opened']]
10 );
11 }).then(function(sessions){
12 self.set('pos_session', sessions[0]);

Subscribers

People subscribed via source and target branches

to all changes: