mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[MIG] base_report_to_printer: Migrate to v11.0
This commit is contained in:
committed by
John Herholz
parent
4d5e2b9cd9
commit
321c97435c
@@ -8,23 +8,23 @@
|
||||
|
||||
{
|
||||
'name': "Report to printer",
|
||||
'version': '10.0.1.0.1',
|
||||
'version': '11.0.1.0.1',
|
||||
'category': 'Generic Modules/Base',
|
||||
'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
|
||||
" LasLabs, Odoo Community Association (OCA)",
|
||||
'website': 'http://www.agilebg.com',
|
||||
'license': 'AGPL-3',
|
||||
"depends": ['report'],
|
||||
"depends": ['web'],
|
||||
'data': [
|
||||
'data/printing_data.xml',
|
||||
'security/security.xml',
|
||||
'views/assets.xml',
|
||||
'views/printing_printer_view.xml',
|
||||
'views/printing_printer.xml',
|
||||
'views/printing_server.xml',
|
||||
'views/printing_job.xml',
|
||||
'views/printing_report_view.xml',
|
||||
'views/res_users_view.xml',
|
||||
'views/ir_actions_report_xml_view.xml',
|
||||
'views/printing_report.xml',
|
||||
'views/res_users.xml',
|
||||
'views/ir_actions_report.xml',
|
||||
'wizards/printing_printer_update_wizard_view.xml',
|
||||
],
|
||||
'installable': True,
|
||||
|
||||
Reference in New Issue
Block a user