Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
sale_order_priority/__manifest__.py
Executable file
15
sale_order_priority/__manifest__.py
Executable file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2018 Simone Rubino - Agile Business Group
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Sale Order Priority",
|
||||
"summary": "Define priority on sale orders",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sale Workflow",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"author": "Agile Business Group, Odoo Community Association (OCA)",
|
||||
"license": "AGPL-3",
|
||||
"application": False,
|
||||
"installable": True,
|
||||
"depends": ["sale_stock"],
|
||||
"data": ["views/sale.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user