mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-25 16:02:02 +02:00
17 lines
667 B
Python
17 lines
667 B
Python
# 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": "16.0.1.0.1",
|
|
"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,
|
|
}
|