Skip to content
Extraits de code Groupes Projets
Valider 0808a3b3 rédigé par jordan's avatar jordan
Parcourir les fichiers

[fix] display writing_date in form view

parent 37ceb15a
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -88,9 +88,9 @@
<field name="payments_ids"
attrs="{'invisible': [('type', '!=', 'inv')]}"
style="pointer-events: none;">
<tree editable="top">
<tree editable="top" default_order="writing_date desc">
<field name="name"/>
<field name="year"/>
<field name="writing_date"/>
<field name="type"/>
<field name="currency_id" invisible="1"/>
<field name="credit" widget="monetary" string="Montant"/>
......
......@@ -84,9 +84,9 @@
<field name="payments_ids"
attrs="{'invisible': [('type', '!=', 'inv')]}"
style="pointer-events: none;">
<tree editable="top">
<tree editable="top" default_order="writing_date desc">
<field name="name"/>
<field name="year"/>
<field name="writing_date"/>
<field name="type"/>
<field name="currency_id" invisible="1"/>
<field name="credit" string="Montant" widget="monetary"/>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter