mirror of
https://github.com/OCA/report-print-send.git
synced 2025-02-16 07:11:31 +02:00
[FIX] printer_zpl2: Do use colspan=2 for the ace widget fields so you can use it
This commit is contained in:
committed by
Pedro M. Baeza
parent
c37c370924
commit
04551cb32f
@@ -149,6 +149,7 @@
|
|||||||
widget="ace"
|
widget="ace"
|
||||||
options="{'mode': 'python'}"
|
options="{'mode': 'python'}"
|
||||||
nolabel="1"
|
nolabel="1"
|
||||||
|
colspan="2"
|
||||||
/>
|
/>
|
||||||
</group>
|
</group>
|
||||||
<notebook colspan="4">
|
<notebook colspan="4">
|
||||||
@@ -302,6 +303,7 @@
|
|||||||
widget="ace"
|
widget="ace"
|
||||||
options="{'mode': 'python'}"
|
options="{'mode': 'python'}"
|
||||||
attrs="{'invisible':[('test_print_mode', '=', False), ('test_labelary_mode', '=', False)]}"
|
attrs="{'invisible':[('test_print_mode', '=', False), ('test_labelary_mode', '=', False)]}"
|
||||||
|
colspan="2"
|
||||||
/>
|
/>
|
||||||
</group>
|
</group>
|
||||||
</page>
|
</page>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
</group>
|
</group>
|
||||||
</group>
|
</group>
|
||||||
<group string="ZPL2">
|
<group string="ZPL2">
|
||||||
<field name="data" widget="ace" nolabel="1" />
|
<field name="data" widget="ace" nolabel="1" colspan="2" />
|
||||||
</group>
|
</group>
|
||||||
<footer>
|
<footer>
|
||||||
<button string="Cancel" class="btn-default" special="cancel" />
|
<button string="Cancel" class="btn-default" special="cancel" />
|
||||||
|
|||||||
Reference in New Issue
Block a user