Skip to content
Snippets Groups Projects
Commit 5cf4f52d authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[UPD] check deposit view : hide validation button

parent 214f12b1
Branches 14.0
No related tags found
No related merge requests found
...@@ -12,6 +12,12 @@ ...@@ -12,6 +12,12 @@
ref="account_check_deposit.account_check_deposit_view_form" ref="account_check_deposit.account_check_deposit_view_form"
/> />
<field name="arch" type="xml"> <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"> <xpath expr="//field[@name='bank_journal_id']" position="after">
<field name="slip_number" required="1" /> <field name="slip_number" required="1" />
<button string="Check banques" type="object" name="check_bank" /> <button string="Check banques" type="object" name="check_bank" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment