Commit Graph

12 Commits

Author SHA1 Message Date
miguels73
94bd97fd6e [MIG] stock_picking_report_valued: Migration to 16.0 2023-01-25 17:27:39 +01:00
david
d7724f4b66 [FIX] stock_picking_report_valued: valued line computation
The fix in fac3997ee5 didn't consider
move lines without a linked sale line. That would end up in inconsistent
calculations and even the original line rewriting.

TT38863
2023-01-25 16:43:04 +01:00
Carlos Dauden
eb6bf7e1c4 [FIX] stock_picking_report_valued: Refactor code to avoid decimal differences
TT17492 TT26034 TT33957 TT34954
2023-01-25 16:43:04 +01:00
Aritz Olea
80209a244f [FIX] stock_picking_report_valued: Calculate price unit correctly considering uom 2023-01-25 16:43:04 +01:00
Denis Roussel
b7261dac84 [13.0][FIX] E741 ambiguous variable name 'l' 2023-01-25 16:43:04 +01:00
Sergio Teruel
e9c4d0f55c [MIG] stock_picking_report_valued: Migration to v13.0 2023-01-25 16:43:04 +01:00
Sergio Teruel
b3be569392 [IMP] stock_picking_report_valued: black, isort 2023-01-25 16:43:04 +01:00
ernesto
6b6d8c19d5 [MIG] stock_picking_report_valued: Migration to 12.0 2023-01-25 16:43:04 +01:00
Carlos Dauden
85fa3a5585 [FIX] stock_picking_report_valued: 6 things:
[FIX] stock_picking_report_valued: Wrong taxes amount if round globally (#56)

[FIX] stock_picking_report_valued: Remove round_method condition because don't apply here

[FIX] stock_picking_report_valued: price_reduce is stored with product decimal precision

[FIX] stock_picking_report_valued: division_by_zero when unrelated sale order

[FIX] stock_picking_report_valued: Improve code

[FIX] stock_picking_report_valued: Multiple taxes in sale line (WIP)
2023-01-25 16:43:04 +01:00
Pedro M. Baeza
f3db2d3f1f [IMP] stock_picking_report_valued: Perform related & compute with sudo
For avoiding problems if you don't have access to sales orders (stricter
warehouse users, inter-company records...).
2023-01-25 16:43:04 +01:00
Carlos Dauden
d0c78d6c9d [IMP] stock_picking_report_valued: Improve code 2023-01-25 16:43:04 +01:00
Luis M. Ontalba
53ad6b0865 [11.0][MIG] stock_valued_picking_report 2023-01-25 16:43:04 +01:00