forked from dhongu/deltatech
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
34 lines (32 loc) · 947 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
30
31
32
33
34
# © 2008-2021 Deltatech
# See README.rst file on addons root folder for license details
{
"name": "Declaration of Conformity",
"summary": "Print Declaration of Conformity",
"version": "15.0.1.0.3",
"author": "Terrabit, Dorin Hongu",
"website": "https://www.terrabit.ro",
"license": "AGPL-3",
"category": "Generic Modules/Other",
"depends": [
"base",
"product",
"sale",
"mrp",
"product_expiry"
# "stock_picking_invoice_link"
],
"data": [
"views/product_view.xml",
"views/production_lot_view.xml",
"views/deltatech_dc_view.xml",
"views/deltatech_dc_report.xml",
"views/report_dc.xml",
"security/ir.model.access.csv",
"security/security.xml",
"data/data.xml",
],
"images": ["static/description/main_screenshot.png"],
"development_status": "Mature",
"maintainers": ["dhongu"],
}