Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
14
sale_stock_cancel_restriction/__manifest__.py
Executable file
14
sale_stock_cancel_restriction/__manifest__.py
Executable file
@@ -0,0 +1,14 @@
|
||||
# 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,
|
||||
}
|
||||
Reference in New Issue
Block a user