Merge lp://staging/~openerp-dev/openobject-addons/7.0-opw-594333-fka into lp://staging/openobject-addons/7.0
Proposed by
Foram Katharotiya (OpenERP)
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~openerp-dev/openobject-addons/7.0-opw-594333-fka |
Merge into: | lp://staging/openobject-addons/7.0 |
Diff against target: |
21 lines (+2/-2) 1 file modified
stock/product.py (+2/-2) |
To merge this branch: | bzr merge lp://staging/~openerp-dev/openobject-addons/7.0-opw-594333-fka |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
OpenERP Core Team | Pending | ||
Review via email: mp+177998@code.staging.launchpad.net |
Description of the change
Hello,
Steps to reproduce:
When updating the standard price of a product with the wizard "update price", the code in stock/product.py creates accounting moves to reflect this change in accounting, regardless of the valuation setting of the product.
I have fix this issue that creates accounting moves when valuation=
Thanks,
FKA
To post a comment you must log in.
Unmerged revisions
- 9279. By Foram Katharotiya (OpenERP)
-
[IMP] made require valuation accounts on product categorie when we use realtime valuation
- 9278. By Foram Katharotiya (OpenERP)
-
[MERGE] with 7.0
- 9277. By Foram Katharotiya (OpenERP)
-
[IMP] create accounting moves when valuation is 'real_time'