Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
16
sale_automatic_workflow_job/__manifest__.py
Executable file
16
sale_automatic_workflow_job/__manifest__.py
Executable file
@@ -0,0 +1,16 @@
|
||||
# Copyright 2020 Camptocamp (https://www.camptocamp.com)
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Sale Automatic Workflow Job",
|
||||
"summary": "Execute sale automatic workflows in queue jobs",
|
||||
"version": "18.0.1.0.0",
|
||||
"category": "Sales Management",
|
||||
"license": "AGPL-3",
|
||||
"author": "Camptocamp, " "Odoo Community Association (OCA)",
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"depends": ["sale_automatic_workflow", "queue_job"],
|
||||
"data": [
|
||||
"data/queue_job_data.xml",
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user