-
- Downloads
[IMP] stock_account: add button to create manual stock valuation layers
Add a way to create a munual stock valuation layer, create a stock valuation layers implies : - Change the stardard price with the new valuation by product unit in case of AVCO. - Create a manual stock valuation layer with the added value. - Update the remaining value of current valuation layer. - If the Inventory Valuation of the product category is automated, create related account move. task-2123752
Showing
- addons/stock_account/__manifest__.py 1 addition, 0 deletionsaddons/stock_account/__manifest__.py
- addons/stock_account/models/product.py 17 additions, 0 deletionsaddons/stock_account/models/product.py
- addons/stock_account/security/ir.model.access.csv 1 addition, 0 deletionsaddons/stock_account/security/ir.model.access.csv
- addons/stock_account/tests/__init__.py 1 addition, 0 deletionsaddons/stock_account/tests/__init__.py
- addons/stock_account/tests/test_stock_valuation_layer_revaluation.py 173 additions, 0 deletions...k_account/tests/test_stock_valuation_layer_revaluation.py
- addons/stock_account/views/stock_valuation_layer_views.xml 5 additions, 0 deletionsaddons/stock_account/views/stock_valuation_layer_views.xml
- addons/stock_account/wizard/__init__.py 1 addition, 0 deletionsaddons/stock_account/wizard/__init__.py
- addons/stock_account/wizard/stock_valuation_layer_revaluation.py 144 additions, 0 deletions...stock_account/wizard/stock_valuation_layer_revaluation.py
- addons/stock_account/wizard/stock_valuation_layer_revaluation_views.xml 44 additions, 0 deletions...ccount/wizard/stock_valuation_layer_revaluation_views.xml
Loading
Please register or sign in to comment