[WIP] Migrate base_report_to_printer to V12

This commit is contained in:
Graeme Gellatly
2019-01-31 12:40:08 +13:00
committed by John Herholz
parent 9272ae08ea
commit e94fb3da48
63 changed files with 4131 additions and 3513 deletions

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2007 Ferran Pegueroles <ferran@pegueroles.com>
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
@@ -8,10 +7,11 @@
{
'name': "Report to printer",
'version': '11.0.2.3.0',
'version': '12.0.1.0.0',
'category': 'Generic Modules/Base',
'author': "Agile Business Group & Domsense, Pegueroles SCP, NaN,"
" LasLabs, Camptocamp, Odoo Community Association (OCA)",
" LasLabs, Camptocamp, Odoo Community Association (OCA),"
" Open for Small Business Ltd",
'website': 'http://www.agilebg.com',
'license': 'AGPL-3',
"depends": ['web'],
@@ -28,7 +28,7 @@
'wizards/printing_printer_update_wizard_view.xml',
],
'installable': True,
'application': True,
'application': False,
'external_dependencies': {
'python': ['cups'],
},