Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
23
sale_block_no_stock/__manifest__.py
Executable file
23
sale_block_no_stock/__manifest__.py
Executable file
@@ -0,0 +1,23 @@
|
||||
# Copyright 2024 Moduon Team S.L.
|
||||
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl-3.0)
|
||||
|
||||
{
|
||||
"name": "Sale Block no Stock",
|
||||
"summary": """Block Sales if products has not enough Quantity
|
||||
based on a chosen field""",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Alpha",
|
||||
"category": "Sales/Sales",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"author": "Moduon, Odoo Community Association (OCA)",
|
||||
"maintainers": ["Shide"],
|
||||
"license": "LGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["sale_stock", "mail_message_destiny_link_template"],
|
||||
"data": [
|
||||
"security/ir.model.access.csv",
|
||||
"views/res_config_settings_views.xml",
|
||||
"wizard/sale_order_block_wizard_views.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user