-
- Downloads
[FIX] mrp_account: reconcile AVCO kits amls
Steps to reproduce:
- Create a product in KIT
- The product and components must be AVCO rated.
- Sell product, confirm delivery and post the invoice
Bug:
the journal entries are not reconciled.
the lines are gouped by product but in this case the products don't match
on the stock side it's the components and on the invoice it's the kit
Fix:
match components stock moves of kits to the kit product
opw-3208169
closes odoo/odoo#128009
Signed-off-by:
Adrien Widart (awt) <awt@odoo.com>
Showing
- addons/mrp/models/stock_move.py 8 additions, 0 deletionsaddons/mrp/models/stock_move.py
- addons/sale_mrp/tests/test_sale_mrp_flow.py 51 additions, 0 deletionsaddons/sale_mrp/tests/test_sale_mrp_flow.py
- addons/stock/models/stock_move.py 3 additions, 0 deletionsaddons/stock/models/stock_move.py
- addons/stock_account/models/account_move.py 1 addition, 1 deletionaddons/stock_account/models/account_move.py
Loading
Please register or sign in to comment