Hello,
I am facing issue in base module, any idea how i can resolve this one:
FAIL: TestReconciliationMatchingRules.test_auto_reconcile
Traceback (most recent call last):
File "/home/odoo/src/odoo/addons/account/tests/test_reconciliation_matching_rules.py", line 300, in test_auto_reconcile
self.cash_line_1.id: {'aml_ids': [], 'model': self.rule_2, 'status': 'reconciled'},
File "/home/odoo/src/odoo/addons/account/tests/test_reconciliation_matching_rules.py", line 32, in _check_statement_matching
self.assertDictEqual(values, expected_values[st_line_id])
AssertionError: {'aml_ids': []} != {'aml_ids': [1197], 'model': account.reconcile.model(1[23 chars]led'}
- {'aml_ids': []}
? ^
+ {'aml_ids': [1197],
? ++++ ^
+ 'model': account.reconcile.model(18,),
+ 'status': 'reconciled'}
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
1365
Views
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up
Having the same problem. Did you solve?