[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 optionspull/739/head
parent
a68da82dd3
commit
88906e6520
|
@ -64,6 +64,11 @@ msgstr ""
|
||||||
msgid "Technical Information"
|
msgid "Technical Information"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: account_statement_base
|
||||||
|
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||||
|
msgid "To check"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
#. module: account_statement_base
|
#. module: account_statement_base
|
||||||
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
#: model_terms:ir.ui.view,arch_db:account_statement_base.account_bank_statement_line_search
|
||||||
msgid "Transaction Type"
|
msgid "Transaction Type"
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue