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) · 920 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 2011 Domsense s.r.l. <http://www.domsense.com>
# Copyright 2013 Lorenzo Battistini <lorenzo.battistini@agilebg.com>
# Copyright 2017 Tecnativa - Vicent Cubells
# Copyright 2017-2018 Tecnativa - Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Invoice Production Lots",
"version": "12.0.1.0.0",
"author": "Agile Business Group,"
"Tecnativa,"
"Odoo Community Association (OCA)",
"summary": "Display delivered serial numbers in invoice",
'website': 'https://github.com/OCA/account-invoice-reporting',
'license': 'AGPL-3',
'category': 'Accounting & Finance',
"depends": [
"account",
"stock_picking_invoice_link",
],
'data': [
'views/account_invoice_views.xml',
'report/report_invoice.xml',
],
'demo': [
'demo/sale.xml',
],
'installable': True,
}