[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 David Montull
parent dbb332b204
commit 2dfca7adeb
63 changed files with 4131 additions and 3513 deletions

View File

@@ -1,3 +1,2 @@
# -*- coding: utf-8 -*-
from . import printing_printer_update_wizard

View File

@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2009 Albert Cervera i Areny <albert@nan-tic.com>
# Copyright (C) 2011 Agile Business Group sagl (<http://www.agilebg.com>)
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)

View File

@@ -5,7 +5,7 @@
<field name="model">printing.printer.update.wizard</field>
<field name="arch" type="xml">
<form string="Update Printers from CUPS">
<label string="This process will create all missing printers from the current CUPS server." colspan="2"/>
<label string="This process will create all missing printers from the current CUPS server." colspan="2" for=""/>
<footer>
<button name="action_ok" string="Ok" type="object" class="oe_highlight"/>
or