Skip to content

Commit

Permalink
[MIG] mis_builder_cash_flow: Migration to 14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed Oct 16, 2021
1 parent e3d3339 commit 270b3a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mis_builder_cash_flow/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

{
"name": "MIS Builder Cash Flow",
"version": "13.0.1.1.0",
"version": "14.0.1.0.0",
"license": "LGPL-3",
"author": "ADHOC SA, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-financial-reporting",
Expand Down
2 changes: 1 addition & 1 deletion mis_builder_cash_flow/report/mis_cash_flow_views.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<separator />
<filter
string="Unreconciled"
domain="[('full_reconcile_id', '=', False), ('balance','!=', 0), ('account_id.reconcile','=',True)]"
domain="[('full_reconcile_id', '=', False), ('account_id.reconcile','=',True)]"
help="Journal items where matching number isn't set"
name="unreconciled"
/>
Expand Down
2 changes: 1 addition & 1 deletion mis_builder_cash_flow/tests/test_cash_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_report_instance(self):
"name": "Move",
"journal_id": self.journal.id,
"company_id": self.company.id,
"type": "entry",
"move_type": "entry",
"line_ids": [
(
0,
Expand Down

0 comments on commit 270b3a8

Please sign in to comment.