mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
17 lines
616 B
Python
17 lines
616 B
Python
# Copyright 2014 Camptocamp, Akretion, Numérigraphe
|
|
# Copyright 2016 Sodexis
|
|
# Copyright 2019 Sergio Díaz <sergiodm.1989@gmail.com>
|
|
# Copyright 2020 Tecnativa - Pedro M. Baeza
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Ignore planned receptions in quantity available to promise",
|
|
"version": "14.0.1.0.0",
|
|
"depends": ["stock_available"],
|
|
"website": "https://github.com/OCA/stock-logistics-warehouse",
|
|
"author": "Camptocamp,Sodexis,Odoo Community Association (OCA),Sergio Díaz",
|
|
"license": "AGPL-3",
|
|
"category": "Hidden",
|
|
"installable": True,
|
|
}
|