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:
Alexis de Lattre
2023-03-17 16:16:50 +01:00
committed by John Herholz
parent 64271149cf
commit d7e1fcc5b6
2 changed files with 7 additions and 7 deletions

View File

@@ -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>