Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
sale_mail_autosubscribe/__manifest__.py
Executable file
17
sale_mail_autosubscribe/__manifest__.py
Executable file
@@ -0,0 +1,17 @@
|
||||
# Copyright 2021 Camptocamp (http://www.camptocamp.com).
|
||||
# @author Iván Todorovich <ivan.todorovich@gmail.com>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
|
||||
{
|
||||
"name": "Sale Mail Autosubscribe",
|
||||
"summary": "Automatically subscribe partners to their company's sale orders",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "Camptocamp SA, Odoo Community Association (OCA)",
|
||||
"maintainers": ["ivantodorovich"],
|
||||
"license": "AGPL-3",
|
||||
"category": "Sale",
|
||||
"depends": ["mail_autosubscribe", "sale"],
|
||||
"website": "https://github.com/OCA/sale-workflow",
|
||||
"data": ["data/mail_autosubscribe.xml"],
|
||||
"auto_install": True,
|
||||
}
|
||||
Reference in New Issue
Block a user