mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-24 01:32:01 +02:00
16 lines
619 B
Python
16 lines
619 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": "16.0.1.0.1",
|
|
"depends": ["stock_available"],
|
|
"website": "https://github.com/OCA/stock-logistics-availability",
|
|
"author": "Camptocamp,Sodexis,Odoo Community Association (OCA),Sergio Díaz",
|
|
"license": "AGPL-3",
|
|
"category": "Hidden",
|
|
"installable": True,
|
|
}
|