[12.0][MIG] remote_report_to_printer

This commit is contained in:
Jaime Arroyo
2019-06-03 11:59:01 +02:00
committed by Enric Tobella
parent 12f0886b67
commit ae1cc7eb1d
10 changed files with 533 additions and 55 deletions

View File

@@ -3,10 +3,10 @@
{
'name': "Report to printer on remotes",
'version': '11.0.2.1.1',
'version': '12.0.2.1.1',
'category': 'Generic Modules/Base',
'author': "Creu Blanca, Odoo Community Association (OCA)",
'website': 'http://www.agilebg.com',
'website': 'http://www.github.com/OCA/report-print-send',
'license': 'AGPL-3',
"depends": ['base_remote', 'base_report_to_printer'],
'data': [
@@ -16,5 +16,4 @@
'views/res_remote_printer_views.xml',
],
'installable': True,
'application': True,
}