mirror of
https://github.com/brain-tec/account_ebics.git
synced 2025-01-22 22:31:44 +00:00
[FIX] account_ebics : fix ebics.file 'Done' filter
This commit is contained in:
parent
fb1a9f5344
commit
6f3da9cf8c
@ -21,11 +21,7 @@
|
|||||||
name="draft"
|
name="draft"
|
||||||
domain="[('state', '=', 'draft')]"
|
domain="[('state', '=', 'draft')]"
|
||||||
/>
|
/>
|
||||||
<filter
|
<filter string="Done" name="done" domain="[('state', '=', 'done')]" />
|
||||||
string="Done"
|
|
||||||
name="done"
|
|
||||||
domain="[('state', '=', 'confirm')]"
|
|
||||||
/>
|
|
||||||
<group expand="0" string="Group By">
|
<group expand="0" string="Group By">
|
||||||
<filter
|
<filter
|
||||||
string="File Format"
|
string="File Format"
|
||||||
|
Loading…
Reference in New Issue
Block a user