mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
base_report_to_printer: fix views
The views were not adapted to v16 during the v16 migration. This commit fixes this.
This commit is contained in:
committed by
John Herholz
parent
64271149cf
commit
d7e1fcc5b6
@@ -62,12 +62,14 @@
|
||||
string="Set Default"
|
||||
type="object"
|
||||
attrs="{'invisible': [('default','=', True)]}"
|
||||
colspan="2"
|
||||
/>
|
||||
<button
|
||||
name="unset_default"
|
||||
string="Unset Default"
|
||||
type="object"
|
||||
attrs="{'invisible': [('default','=', False)]}"
|
||||
colspan="2"
|
||||
/>
|
||||
</group>
|
||||
<group name="details">
|
||||
@@ -78,7 +80,7 @@
|
||||
<field name="status_message" />
|
||||
</group>
|
||||
<group string="Trays" name="trays">
|
||||
<field name="tray_ids" nolabel="1">
|
||||
<field name="tray_ids" nolabel="1" colspan="2">
|
||||
<form>
|
||||
<group name="name_fields">
|
||||
<field name="name" />
|
||||
@@ -87,9 +89,8 @@
|
||||
</form>
|
||||
</field>
|
||||
</group>
|
||||
<group name="jobs">
|
||||
<separator string="Jobs" colspan="2" />
|
||||
<field name="job_ids" nolabel="1" />
|
||||
<group name="jobs" string="Jobs">
|
||||
<field name="job_ids" nolabel="1" colspan="2" />
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
|
||||
@@ -32,9 +32,8 @@
|
||||
<field name="password" />
|
||||
<field name="encryption_policy" />
|
||||
</group>
|
||||
<group>
|
||||
<separator string="Printers" colspan="2" />
|
||||
<field name="printer_ids" nolabel="1" />
|
||||
<group name="printers" string="Printers">
|
||||
<field name="printer_ids" nolabel="1" colspan="2" />
|
||||
</group>
|
||||
</sheet>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user