PL SL design

This commit is contained in:
2026-06-07 13:27:19 +02:00
parent 76b34ba280
commit 7735306f9c
2 changed files with 14 additions and 6 deletions

View File

@@ -97,18 +97,22 @@ this repository contains the full copyright notices and license terms. -->
<field name="progress" widget="progressbar" colspan="3"/>
</group>
<group id="currencies_links" string="Currencies &amp; Links"
colspan="1" col="4" panel="card" icon="tryton-link"
col_widths="min-content,1fr,min-content,1fr">
colspan="1" col="2" panel="card" icon="tryton-link"
col_widths="min-content,minmax(0,1fr)">
<label name="enable_linked_currency"/>
<field name="enable_linked_currency"/>
<newline/>
<label name="linked_currency"/>
<field name="linked_currency"/>
<newline/>
<label name="linked_unit"/>
<field name="linked_unit"/>
<newline/>
<label name="linked_price"/>
<field name="linked_price"/>
<newline/>
<label name="certif"/>
<field name="certif" colspan="3"/>
<field name="certif"/>
</group>
</group>
<group id="attributes_description" string="Description"

View File

@@ -91,18 +91,22 @@ this repository contains the full copyright notices and license terms. -->
<field name="progress" widget="progressbar" colspan="3"/>
</group>
<group id="currencies_links" string="Currencies &amp; Links"
colspan="1" col="4" panel="card" icon="tryton-link"
col_widths="min-content,1fr,min-content,1fr">
colspan="1" col="2" panel="card" icon="tryton-link"
col_widths="min-content,minmax(0,1fr)">
<label name="enable_linked_currency"/>
<field name="enable_linked_currency"/>
<newline/>
<label name="linked_currency"/>
<field name="linked_currency"/>
<newline/>
<label name="linked_unit"/>
<field name="linked_unit"/>
<newline/>
<label name="linked_price"/>
<field name="linked_price"/>
<newline/>
<label name="certif"/>
<field name="certif" colspan="3"/>
<field name="certif"/>
</group>
</group>
<group id="description" string="Description"