forked from OCA/account-invoicing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
24 lines (23 loc) · 880 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2017-2020 Akretion France (http://www.akretion.com/)
# @author: Alexis de Lattre <[email protected]>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Invoice Transmit Method",
"version": "14.0.1.0.1",
"category": "Accounting/Accounting",
"license": "AGPL-3",
"summary": "Configure invoice transmit method (email, post, portal, ...)",
"author": "Akretion, Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/account-invoicing",
"depends": ["account", "base_view_inheritance_extension"],
"data": [
"security/ir.model.access.csv",
"views/transmit_method.xml",
"views/account_move.xml",
"views/partner.xml",
"data/transmit_method.xml",
],
"demo": ["demo/partner.xml"],
"installable": True,
}