Initial commit: Odoo 18.0-20251222 extra-addons
This commit is contained in:
17
account_mail_autosubscribe/__manifest__.py
Normal file
17
account_mail_autosubscribe/__manifest__.py
Normal 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": "Account Mail Autosubscribe",
|
||||
"summary": "Automatically subscribe partners to their company's invoices",
|
||||
"version": "18.0.1.0.0",
|
||||
"author": "Camptocamp, Odoo Community Association (OCA)",
|
||||
"maintainers": ["ivantodorovich"],
|
||||
"license": "AGPL-3",
|
||||
"category": "Accounting",
|
||||
"depends": ["mail_autosubscribe", "account"],
|
||||
"website": "https://github.com/OCA/account-invoicing",
|
||||
"data": ["data/mail_autosubscribe.xml"],
|
||||
"auto_install": True,
|
||||
}
|
||||
Reference in New Issue
Block a user