forked from OCA/account-invoice-reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
29 lines (28 loc) · 952 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
25
26
27
28
29
# Copyright 2014 Guewen Baconnier (Camptocamp SA)
# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA)
# Copyright 2018 Qubiq - Xavier Jiménez
# Copyright 2018 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Account Invoice Comments",
"summary": "Comments templates on invoice documents",
"version": "12.0.2.0.0",
"category": "Sale",
"author": "Camptocamp, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoice-reporting"
"/tree/12.0/account_comment_template",
"license": "AGPL-3",
"installable": True,
"depends": [
"account",
"base_comment_template",
],
"data": [
"views/account_invoice_view.xml",
"views/base_comment_template_view.xml",
"security/ir.model.access.csv",
"views/report_invoice.xml",
],
}