[MIG] mis_builder_cash_flow: Migration to 14.0

pull/865/head
Raphaël Valyi 2021-10-16 18:16:19 -03:00 committed by Jasmin Solanki
parent e1fc398c30
commit 958ec9d1d4
3 changed files with 3 additions and 3 deletions

View File

@ -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",

View File

@ -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"
/>

View File

@ -70,7 +70,7 @@ class TestCashFlow(TransactionCase):
"name": "Move",
"journal_id": self.journal.id,
"company_id": self.company.id,
"type": "entry",
"move_type": "entry",
"line_ids": [
(
0,