@ -22,7 +22,7 @@
{
'name': 'Odoo 14 Full Accounting Kit',
'version': '14.0.3.13.12',
'version': '14.0.3.13.13',
'category': 'Accounting',
'live_test_url': 'https://www.youtube.com/watch?v=peAp2Tx_XIs',
'summary': """ Asset and Budget Management,
@ -95,3 +95,8 @@
#### Version 14.0.3.13.12
#### UPDT
- Dashboard issue fixed, 'state' field is ambigous
#### 18.08.2021
#### Version 14.0.3.13.13
- Reconciliation issue fixed
@ -283,7 +283,6 @@ class AccountReconciliation(models.AbstractModel):
aml_ids = self._context.get('active_ids') and self._context.get('active_model') == 'account.move.line' and tuple(self._context.get('active_ids'))
if aml_ids:
aml = MoveLine.browse(aml_ids)
aml._check_reconcile_validity()
account = aml[0].account_id
currency = account.currency_id or account.company_id.currency_id
return {