Merge PR #343 into 16.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2024-10-07 06:05:08 +00:00
2 changed files with 3 additions and 1 deletions

View File

@@ -149,6 +149,7 @@
widget="ace"
options="{'mode': 'python'}"
nolabel="1"
colspan="2"
/>
</group>
<notebook colspan="4">
@@ -302,6 +303,7 @@
widget="ace"
options="{'mode': 'python'}"
attrs="{'invisible':[('test_print_mode', '=', False), ('test_labelary_mode', '=', False)]}"
colspan="2"
/>
</group>
</page>

View File

@@ -12,7 +12,7 @@
</group>
</group>
<group string="ZPL2">
<field name="data" widget="ace" nolabel="1" />
<field name="data" widget="ace" nolabel="1" colspan="2" />
</group>
<footer>
<button string="Cancel" class="btn-default" special="cancel" />