add stock_account_avco_negative_fix

This commit is contained in:
Luis 2026-08-03 13:10:09 +02:00
parent 10a288f8d5
commit b07082f70d
9 changed files with 302 additions and 4 deletions

View 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,
}