Update base_report_to_printer/__manifest__.py

[13.0] [MIG] set correct website in manifest

Co-Authored-By: Raf Ven <raf.ven@dynapps.be>
This commit is contained in:
Rod Schouteden
2019-10-18 10:17:49 +02:00
committed by John Herholz
parent f685fca3c5
commit 4e73f44bbf
35 changed files with 1408 additions and 1444 deletions

View File

@@ -1,15 +1,24 @@
<?xml version="1.0"?>
<?xml version="1.0" ?>
<odoo>
<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="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" for=""/>
<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"/>
<button
name="action_ok"
string="Ok"
type="object"
class="oe_highlight"
/>
or
<button string="Cancel" class="oe_link" special="cancel"/>
<button string="Cancel" class="oe_link" special="cancel" />
</footer>
</form>
</field>
@@ -21,5 +30,10 @@
<field name="view_mode">form</field>
<field name="target">new</field>
</record>
<menuitem action="action_printer_update_wizard" sequence="40" id="menu_printer_update_wizard" parent="printing_menu"/>
<menuitem
action="action_printer_update_wizard"
sequence="40"
id="menu_printer_update_wizard"
parent="printing_menu"
/>
</odoo>