forked from OCA/brand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
27 lines (26 loc) · 873 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
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Brand External Report Layout",
"summary": """
This module allows you to have a different layout by brand for your
external reports.""",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/brand",
"depends": ["base", "brand", "web"],
"data": [
"security/brand_document_layout.xml",
"views/res_brand.xml",
"views/report_template.xml",
"wizards/brand_document_layout.xml",
],
"maintainers": ["sbejaoui"],
"assets": {
"web.report_assets_common": [
"/brand_external_report_layout/"
"static/src/legacy/scss/asset_styles_brand_report.scss"
]
},
}