forked from OCA/account-invoice-reporting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
26 lines (25 loc) · 854 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
# 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 Comments",
"summary": "Comments templates on invoice documents",
"version": "14.0.2.0.0",
"category": "Sale",
"author": "Camptocamp, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-invoice-reporting",
"license": "AGPL-3",
"installable": True,
"depends": [
"account",
"base_comment_template",
],
"data": [
"views/account_move_view.xml",
"views/base_comment_template_view.xml",
"security/ir.model.access.csv",
"views/report_invoice.xml",
],
}