Merge lp:~openerp-dev/openobject-addons/trunk-bug-1199759-ssh into lp:openobject-addons

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

Description of the change

Hello,

       I have fix this bug, Traceback on deleting draft cash register linked with a pos session.

Thanks
Sunil Sharma (SSH)

To post a comment you must log in.
9087. By Niko (OpenERP)

[IMP] Add some video to manisfest ( website, website_blog, website_event, website_ecommerce)

Unmerged revisions

9110. By Sunil Sharma(OpenERP)

[imp]:point_of_sale:remove store=true

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 2014-01-27 16:09:46 +0000
3+++ point_of_sale/point_of_sale.py 2014-02-07 12:56:41 +0000
4@@ -236,7 +236,7 @@
5 'cash_register_id' : fields.function(_compute_cash_all,
6 multi='cash',
7 type='many2one', relation='account.bank.statement',
8- string='Cash Register', store=True),
9+ string='Cash Register'),
10
11 'opening_details_ids' : fields.related('cash_register_id', 'opening_details_ids',
12 type='one2many', relation='account.cashbox.line',

Subscribers

People subscribed via source and target branches

to all changes: