mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
Better view for wizard
This commit is contained in:
committed by
Sylvain GARANCHER
parent
05982df305
commit
242146bcc2
@@ -4,13 +4,14 @@
|
||||
<record id="printer_update_wizard" model="ir.ui.view">
|
||||
<field name="name">printing.printer.update.wizard</field>
|
||||
<field name="model">printing.printer.update.wizard</field>
|
||||
<field name="type">form</field>
|
||||
<field name="arch" type="xml">
|
||||
<form string="Update Printers from CUPS" col="2">
|
||||
<form string="Update Printers from CUPS">
|
||||
<label string="This process will create all missing printers from the current CUPS server." colspan="2"/>
|
||||
<separator string="" colspan="2"/>
|
||||
<button name="action_cancel" icon="gtk-cancel" string="Cancel" special="cancel"/>
|
||||
<button name="action_ok" type="object" icon="gtk-ok" string="Ok"/>
|
||||
<footer>
|
||||
<button name="action_ok" string="Ok" type="object" class="oe_highlight"/>
|
||||
or
|
||||
<button string="Cancel" class="oe_link" special="cancel"/>
|
||||
</footer>
|
||||
</form>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
Reference in New Issue
Block a user