Skip to content
Extraits de code Groupes Projets
Valider 71c87ac6 rédigé par Hugo Trentesaux's avatar Hugo Trentesaux
Parcourir les fichiers

tweaks

parent 0e75b263
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -13,12 +13,12 @@
<field name="number" optional="show" />
<field name="currency_id" column_invisible="1" />
<field name="state" />
<field name="partner_id" />
<field name="expiration_date" />
<field name="partner_id" widget="many2one"/>
<field name="amount_initial" />
<field name="guarantee_rate" widget="percentage" optional="show" />
<field name="amount_received" />
<field name="payment_date" optional="show" />
<field name="expiration_date" optional="show" />
<field name="external_loan_id" />
<field name="guarantee_amount" optional="show" />
<field name="final_risk_guarantee" optional="show" />
......@@ -77,6 +77,7 @@
<field name="counter_guarantee_partner_id" widget="percent" invisible="not is_counter_guarantee" options="{'no_create': 1}" required="is_counter_guarantee" />
</group>
<group name="loan" string="Prêt">
<field name="currency_id" invisible="True"/>
<field name="external_loan_id" options="{'no_create': 1}" />
<field name="payment_date" />
<!-- only show computed payment date when it is defined and different from known value -->
......
......@@ -8,8 +8,8 @@
<field name="model">financial.contract.guarantee.line</field>
<field name="arch" type="xml">
<list>
<field name="currency_id" invisible="1" />
<field name="company_id" invisible="1" />
<field name="currency_id" column_invisible="1" />
<field name="company_id" column_invisible="1" />
<field
name="company_id"
optional="hide"
......
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