add stock_account_avco_negative_fix
This commit is contained in:
parent
10a288f8d5
commit
b07082f70d
9 changed files with 302 additions and 4 deletions
13
stock_account_avco_negative_fix/__manifest__.py
Normal file
13
stock_account_avco_negative_fix/__manifest__.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Copyright 2026 Criptomart
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Stock Account AVCO Negative Fix",
|
||||
"version": "16.0.1.0.0",
|
||||
"summary": "Prevent negative AVCO cost on incoming moves with negative stock",
|
||||
"license": "AGPL-3",
|
||||
"author": "Criptomart",
|
||||
"website": "https://github.com/OCA/stock-logistics-workflow",
|
||||
"depends": ["stock_account"],
|
||||
"data": [],
|
||||
"installable": True,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue