forked from OCA/l10n-brazil
-
Notifications
You must be signed in to change notification settings - Fork 5
/
__manifest__.py
32 lines (31 loc) · 937 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
# Copyright (C) 2009 Renato Lima - Akretion
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{
"name": "Brazilian Localization Purchase",
"license": "AGPL-3",
"category": "Localisation",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.1.0.0",
"depends": ["purchase", "l10n_br_account"],
"data": [
# Security
"security/ir.model.access.csv",
# Data
"data/company.xml",
# View
"views/purchase_view.xml",
"views/res_company_view.xml",
# Reports
"reports/purchase_report_views.xml",
"reports/purchase_order_templates.xml",
],
"demo": [
"demo/company.xml",
"demo/product.xml",
"demo/l10n_br_purchase.xml",
],
"installable": True,
"post_init_hook": "post_init_hook",
"auto_install": False,
}