addons-cm/stock_account_avco_negative_fix/__manifest__.py

13 lines
449 B
Python

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