mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[WIP] Migrate base_report_to_printer to V12
This commit is contained in:
committed by
John Herholz
parent
9272ae08ea
commit
e94fb3da48
@@ -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'],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user