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

Proposed by Saurang Suthar(OpenERP)
Status: Needs review
Proposed branch: lp:~openerp-dev/openobject-addons/trunk-bug-1085337-ssu
Merge into: lp:openobject-addons
Diff against target: 12 lines (+1/-1)
1 file modified
point_of_sale/point_of_sale_view.xml (+1/-1)
To merge this branch: bzr merge lp:~openerp-dev/openobject-addons/trunk-bug-1085337-ssu
Reviewer Review Type Date Requested Status
Victor Tabuenca (OpenERP) (community) Needs Information
Atul Patel(OpenERP) Pending
Review via email: mp+137527@code.launchpad.net

Description of the change

Hello sir,

I have fixed the issue 'error of active_id' in form view of pos.config model on click of more then sessions.

Kindly review it.

Thank you.
Saurang Suthar

To post a comment you must log in.
Revision history for this message
Victor Tabuenca (OpenERP) (vta-openerp) wrote :

Could you elaborate the issue, please? I'm not able to face any problem with latest addons.

review: Needs Information

Unmerged revisions

8184. By Saurang Suthar(OpenERP)

[FIX]point_of_sale:fixed the issue error of active_id in form view of pos.config model on click of more then sessions

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_view.xml'
2--- point_of_sale/point_of_sale_view.xml 2012-11-26 16:29:33 +0000
3+++ point_of_sale/point_of_sale_view.xml 2012-12-03 10:50:27 +0000
4@@ -834,7 +834,7 @@
5 name="Sessions"
6 src_model="pos.config"
7 res_model="pos.session"
8- domain="[('config_id', '=', active_id)]" />
9+ context="{'search_default_session_id': active_id}"/>
10
11 <record model="ir.actions.act_window" id="action_pos_config_pos">
12 <field name="name">Point of Sales</field>

Subscribers

People subscribed via source and target branches

to all changes: