Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
15
sale_automatic_workflow_periodicity/__manifest__.py
Executable file
15
sale_automatic_workflow_periodicity/__manifest__.py
Executable file
@@ -0,0 +1,15 @@
|
||||
# Copyright 2023 Camptocamp SA
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
|
||||
|
||||
{
|
||||
"name": "Sale Automatic Workflow Periodicity",
|
||||
"summary": "Adds a period for the execution of a workflow.",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sales Management",
|
||||
"license": "AGPL-3",
|
||||
"author": "Camptocamp, " "Odoo Community Association (OCA)",
|
||||
"maintainers": ["TDu"],
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"depends": ["sale_automatic_workflow"],
|
||||
"data": ["views/sale_workflow_process_view.xml"],
|
||||
}
|
||||
Reference in New Issue
Block a user