[v7,v6]Stock accounting outgoing shipment rounding
Bug #1187924 reported by
Kinner Vachhani
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 2 |
Bug Description
Problem Statement:
Cost Price of product expressed to 3 decimal places, e.g. 1.002
If you ship 10x such a product, you should see an account move for 10.02. However, there is a currency conversion going on which rounds the price to 2dp (1.00) before multiplying, so you get a move of 10.00 instead.
Steps to reproduce bug:
1. Create a sale order with qty 10 and unit price 1.5
2. Confirm sale order
3. Confirm picking
4. Navigate to Accounting -> Journal Entries -> Journal Entries
5. Check the account move created for above picking.
Related branches
lp://staging/~credativ/ocb-addons/7.0-rounding-fix-cost-price
Rejected
for merging
into
lp://staging/ocb-addons
- Holger Brunn (Therp): Disapprove
- Ana Juaristi Olalde (community): Abstain (code review)
- Omar (Pexego): Disapprove (code review)
-
Diff: 27 lines (+5/-1)2 files modifiedproduct/product.py (+1/-1)
product/product_data.xml (+4/-0)
lp://staging/~credativ/openobject-addons/7.0-rounding-fix-cost-price
Ready for review
for merging
into
lp://staging/openobject-addons/7.0
- OpenERP Core Team: Pending requested
-
Diff: 27 lines (+5/-1)2 files modifiedproduct/product.py (+1/-1)
product/product_data.xml (+4/-0)
Changed in openobject-addons: | |
status: | Confirmed → Fix Released |
Changed in openobject-addons: | |
status: | Fix Released → Confirmed |
To post a comment you must log in.
Patch attached