Aung Ko Ko Lin (Quartile)
Aung Ko Ko Lin (Quartile)
This module enables inventory valuation for owners whose value_owner_inventory is set to True. (It means generating stock.valuation.layer records and account moves) Depends on : https://github.com/odoo/odoo/pull/158343 @qrtl QT4334
[16.0][FIX] stock_picking_auto_create_lot: fix creating lot for 0 qty move lines for serial product
Before this commit, when we use `stock_picking_auto_create_lot` for serial product with planned tansfer and set `quantity_done` that is less than demand, it will create lots record for all demand quantity...
This PR supersedes https://github.com/OCA/stock-logistics-workflow/pull/1297. @qrtl
Standard Migration @qrtl
Extend following methods for the scenario where owner restriction should be forced: - _update_available_quantity() (stock.quant) - _update_reserved_quantity() (stock.quant) Split lines to identify the owner_restriction setting into separate method for better...
This module adds to the lot model the unit price field, which takes the value from the corresponding field of the stock move that has created the lot. The unit...
This PR is to follow up the updating behavior of the odoo standard done by this PR(https://github.com/odoo/odoo/pull/144276). @qrtl
Standard migration base on https://github.com/OCA/purchase-workflow/pull/1933 Depends on: https://github.com/OCA/stock-logistics-workflow/pull/1316 @qrtl
This fix PR addresses the issue in the downstream component where available quantities are sometimes misjudged due to ownership considerations in subcontracting. @qrtl
This PR adapts the functionality of this PR https://github.com/OCA/purchase-workflow/pull/1866 to purchase_security. @qrtl