15 lines
468 B
Python
Executable File
15 lines
468 B
Python
Executable File
# Copyright 2021 Tecnativa - Ernesto Tejeda
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Sale Stock Cancel Restriction",
|
|
"version": "18.0.1.0.0",
|
|
"author": "Tecnativa, Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/sale-workflow",
|
|
"category": "Sales Management",
|
|
"license": "AGPL-3",
|
|
"development_status": "Production/Stable",
|
|
"depends": ["sale_stock"],
|
|
"installable": True,
|
|
}
|