16 lines
556 B
Python
Executable File
16 lines
556 B
Python
Executable File
# 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"],
|
|
}
|