mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[IMP] account_reconcile_oca: Finish creation of module
* refactoring JS in order to add logic * Improve views * Minor fixes in Odoo code in order to fix all possible options
This commit is contained in:
committed by
Rocío Vega
parent
b238b785ed
commit
2c4cb1bcee
@@ -117,6 +117,12 @@
|
||||
domain="[('is_reconciled', '=', False)]"
|
||||
/>
|
||||
<separator />
|
||||
<filter
|
||||
name="to_check"
|
||||
string="To check"
|
||||
domain="[('to_check', '=', True)]"
|
||||
/>
|
||||
<separator />
|
||||
<filter name="date" string="Date" date="date" />
|
||||
<group name="groupby">
|
||||
<filter
|
||||
|
||||
Reference in New Issue
Block a user