forked from OCA/reporting-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (24 loc) · 748 Bytes
/
Copy path__manifest__.py
File metadata and controls
24 lines (24 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Report Labels",
"version": "16.0.1.0.0",
"summary": "Print configurable self-adhesive labels reports",
"author": "Iván Todorovich, Moka Tourisme, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/reporting-engine",
"license": "AGPL-3",
"category": "Reporting",
"maintainers": ["ivantodorovich"],
"depends": [
"base_automation",
],
"data": [
"security/ir.model.access.csv",
"views/ir_actions_server.xml",
"views/report_paperformat_label.xml",
"reports/report_label.xml",
"wizards/report_label_wizard.xml",
],
"demo": [
"demo/demo.xml",
],
}