diff --git a/addons/at_accounting/views/account_reconcile_views.xml b/addons/at_accounting/views/account_reconcile_views.xml new file mode 100644 index 0000000..dd6f4f6 --- /dev/null +++ b/addons/at_accounting/views/account_reconcile_views.xml @@ -0,0 +1,122 @@ + + + + account.move.line.reconcile.search + account.move.line + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + account.move.line.list.reconcile + account.move.line + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + Reconcile automatically + account.auto.reconcile.wizard + form + new + + + + + Journal Items to reconcile + account.move.line + reconcile + list + + + [('display_type', 'not in', ('line_section', 'line_note')), ('account_id.reconcile', '=', True), ('parent_state', '=', 'posted'), ('full_reconcile_id', '=', False)] + {'journal_type': 'general', 'search_default_unreconciled': True, 'search_default_group_by_account': True, 'search_default_group_by_partner': True} + +