[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
pull/614/head
Enric Tobella 2023-03-03 23:07:35 +01:00 committed by Rocío Vega
parent b238b785ed
commit 2c4cb1bcee
1 changed files with 6 additions and 0 deletions

View File

@ -117,6 +117,12 @@
domain="[('is_reconciled', '=', False)]" domain="[('is_reconciled', '=', False)]"
/> />
<separator /> <separator />
<filter
name="to_check"
string="To check"
domain="[('to_check', '=', True)]"
/>
<separator />
<filter name="date" string="Date" date="date" /> <filter name="date" string="Date" date="date" />
<group name="groupby"> <group name="groupby">
<filter <filter