Skip to content
Snippets Groups Projects
Commit ec7251b1 authored by ebuzeyTra's avatar ebuzeyTra
Browse files

px changed to %

parent 2d746cef
No related branches found
No related tags found
2 merge requests!173Release 14.0.1.1.12,!168Inscription data move to the stat button
Pipeline #36934 passed
......@@ -6,8 +6,8 @@
<field name="model">energy_project.inscription</field>
<field name="arch" type="xml">
<tree editable="bottom">
<field name="partner_id" options="{'no_create': True}" />
<field name="effective_date" width="900px" />
<field name="partner_id" options="{'no_create': True}" width="50%" />
<field name="effective_date" width="50%" />
</tree>
</field>
</record>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment