[MIG] mis_builder_cash_flow: Migration to 14.0
parent
e1fc398c30
commit
958ec9d1d4
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
/>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue