Skip to content
Extraits de code Groupes Projets
Valider 5cf4f52d rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[UPD] check deposit view : hide validation button

parent 214f12b1
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -12,6 +12,12 @@
ref="account_check_deposit.account_check_deposit_view_form"
/>
<field name="arch" type="xml">
<xpath expr="//button[@name='get_all_checks']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//button[@name='validate_deposit']" position="attributes">
<attribute name="invisible">1</attribute>
</xpath>
<xpath expr="//field[@name='bank_journal_id']" position="after">
<field name="slip_number" required="1" />
<button string="Check banques" type="object" name="check_bank" />
......
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