mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
26 lines
786 B
Python
26 lines
786 B
Python
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
{
|
|
"name": "Report Labels",
|
|
"version": "14.0.1.0.3",
|
|
"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",
|
|
"data/paperformat_label.xml",
|
|
"views/ir_actions_server.xml",
|
|
"views/report_paperformat_label.xml",
|
|
"reports/report_label.xml",
|
|
"wizards/report_label_wizard.xml",
|
|
],
|
|
"demo": [
|
|
"demo/demo.xml",
|
|
],
|
|
}
|