<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3"src="https://img.shields.io/badge/licence-AGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/account-reconcile/tree/15.0/account_mass_reconcile"><imgalt="OCA/account-reconcile"src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/account-reconcile-15-0/account-reconcile-15-0-account_mass_reconcile"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runbot.odoo-community.org/runbot/98/15.0"><imgalt="Try me on Runbot"src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png"/></a></p>
<p><aclass="reference external"href="https://odoo-community.org/page/development-status"><imgalt="Beta"src="https://img.shields.io/badge/maturity-Beta-yellow.png"/></a><aclass="reference external"href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3"src="https://img.shields.io/badge/licence-AGPL--3-blue.png"/></a><aclass="reference external"href="https://github.com/OCA/account-reconcile/tree/16.0/account_mass_reconcile"><imgalt="OCA/account-reconcile"src="https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github"/></a><aclass="reference external"href="https://translation.odoo-community.org/projects/account-reconcile-16-0/account-reconcile-16-0-account_mass_reconcile"><imgalt="Translate me on Weblate"src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png"/></a><aclass="reference external"href="https://runboat.odoo-community.org/webui/builds.html?repo=OCA/account-reconcile&target_branch=16.0"><imgalt="Try me on Runboat"src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png"/></a></p>
<p>This is a shared work between Akretion and Camptocamp
in order to provide:</p>
<ulclass="simple">
@@ -386,6 +386,9 @@ in this module, the simple reconciliations works
on 2 lines (1 debit / 1 credit) and do not allow
partial reconciliation, they also match on 1 key,
partner or Journal item name.</p>
<p>2 advanced reconciliation methods are also available, which can make full
reconcilations, based on the account move lines’ Label and Reference, for moves
with the same partner.</p>
<p><strong>Table of contents</strong></p>
<divclass="contents local topic"id="contents">
<ulclass="simple">
@@ -394,7 +397,8 @@ partner or Journal item name.</p>
<li><pclass="first">Matthieu Dietrich <<aclass="reference external"href="mailto:matthieu.dietrich@camptocamp.com">matthieu.dietrich@camptocamp.com</a>></p>
<li><pclass="first">Adrià Gil Sorribes <<aclass="reference external"href="mailto:adria.gil@forgeflow.com">adria.gil@forgeflow.com</a>></p>
<li>Matthieu Dietrich <<aclass="reference external"href="mailto:matthieu.dietrich@camptocamp.com">matthieu.dietrich@camptocamp.com</a>></li>
<aclass="reference external image-reference"href="https://odoo-community.org"><imgalt="Odoo Community Association"src="https://odoo-community.org/logo.png"/></a>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/account-reconcile/tree/15.0/account_mass_reconcile">OCA/account-reconcile</a> project on GitHub.</p>
<p>This module is part of the <aclass="reference external"href="https://github.com/OCA/account-reconcile/tree/16.0/account_mass_reconcile">OCA/account-reconcile</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <aclass="reference external"href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
@@ -43,7 +43,7 @@ class TestReconcile(TestAccountReconciliationCommon):
self.assertEqual(False,mass_rec_last_hist)
deftest_last_history_full_no_history(self):
withself.assertRaises(exceptions.Warning):
withself.assertRaises(exceptions.UserError):
self.mass_rec_no_history.last_history_reconcile()
deftest_open_unreconcile(self):
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.