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"
|
string="Set Default"
|
||||||
type="object"
|
type="object"
|
||||||
attrs="{'invisible': [('default','=', True)]}"
|
attrs="{'invisible': [('default','=', True)]}"
|
||||||
|
colspan="2"
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
name="unset_default"
|
name="unset_default"
|
||||||
string="Unset Default"
|
string="Unset Default"
|
||||||
type="object"
|
type="object"
|
||||||
attrs="{'invisible': [('default','=', False)]}"
|
attrs="{'invisible': [('default','=', False)]}"
|
||||||
|
colspan="2"
|
||||||
/>
|
/>
|
||||||
</group>
|
</group>
|
||||||
<group name="details">
|
<group name="details">
|
||||||
@@ -78,7 +80,7 @@
|
|||||||
<field name="status_message" />
|
<field name="status_message" />
|
||||||
</group>
|
</group>
|
||||||
<group string="Trays" name="trays">
|
<group string="Trays" name="trays">
|
||||||
<field name="tray_ids" nolabel="1">
|
<field name="tray_ids" nolabel="1" colspan="2">
|
||||||
<form>
|
<form>
|
||||||
<group name="name_fields">
|
<group name="name_fields">
|
||||||
<field name="name" />
|
<field name="name" />
|
||||||
@@ -87,9 +89,8 @@
|
|||||||
</form>
|
</form>
|
||||||
</field>
|
</field>
|
||||||
</group>
|
</group>
|
||||||
<group name="jobs">
|
<group name="jobs" string="Jobs">
|
||||||
<separator string="Jobs" colspan="2" />
|
<field name="job_ids" nolabel="1" colspan="2" />
|
||||||
<field name="job_ids" nolabel="1" />
|
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -32,9 +32,8 @@
|
|||||||
<field name="password" />
|
<field name="password" />
|
||||||
<field name="encryption_policy" />
|
<field name="encryption_policy" />
|
||||||
</group>
|
</group>
|
||||||
<group>
|
<group name="printers" string="Printers">
|
||||||
<separator string="Printers" colspan="2" />
|
<field name="printer_ids" nolabel="1" colspan="2" />
|
||||||
<field name="printer_ids" nolabel="1" />
|
|
||||||
</group>
|
</group>
|
||||||
</sheet>
|
</sheet>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user