forked from rmorant/edi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
32 lines (32 loc) · 993 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 2019 Tecnativa - Ernesto Tejeda
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Voxel",
"summary": "Base module for connecting with Voxel",
"version": "14.0.1.0.0",
"category": "Hidden",
"author": "Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/edi",
"license": "AGPL-3",
"depends": [
"account",
"product",
"report_xml",
"base_iso3166",
"queue_job",
"product_supplierinfo_for_customer",
],
"data": [
"security/voxel_security.xml",
"security/ir.model.access.csv",
"data/data_voxel_uom.xml",
"views/res_company_view.xml",
"views/account_tax_views.xml",
"views/product_uom_views.xml",
"views/res_config_settings_views.xml",
"views/res_partner_views.xml",
"views/template_voxel_report.xml",
"views/voxel_login_views.xml",
],
"installable": True,
}