diff --git a/views/account_deposit.xml b/views/account_deposit.xml index a0cdfa1835fb947fd29e16a6da7dfee4cf271ed7..6baf7c5bce1e789e6b8b29ad13bae13db0532f15 100644 --- a/views/account_deposit.xml +++ b/views/account_deposit.xml @@ -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" />