[FIX] Readme display
parent
7af54b77cc
commit
54bb83107f
|
@ -1,38 +1,35 @@
|
||||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
.. image:: https://img.shields.io/badge/license-AGPL--3-blue.png
|
||||||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
:target: https://www.gnu.org/licenses/agpl
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
|
|
||||||
==============
|
======================
|
||||||
Mass Reconcile
|
Account Mass Reconcile
|
||||||
==============
|
======================
|
||||||
|
|
||||||
This is a shared work between Akretion and Camptocamp
|
This is a shared work between Akretion and Camptocamp
|
||||||
in order to provide:
|
in order to provide:
|
||||||
- reconciliation facilities for big volume of transactions
|
|
||||||
- setup different profiles of reconciliation by account
|
- Reconciliation facilities for big volume of transactions.
|
||||||
- each profile can use many methods of reconciliation
|
- Setup different profiles of reconciliation by account.
|
||||||
- this module is also a base to create others
|
- Each profile can use many methods of reconciliation.
|
||||||
reconciliation methods which can plug in the profiles
|
- This module is also a base to create others
|
||||||
- a profile a reconciliation can be run manually
|
reconciliation methods which can plug in the profiles.
|
||||||
or by a cron
|
- A profile a reconciliation can be run manually
|
||||||
- monitoring of reconciliation runs with an history
|
or by a cron.
|
||||||
which keep track of the reconciled Journal items
|
- Monitoring of reconciliation runs with an history
|
||||||
|
which keep track of the reconciled Journal items.
|
||||||
|
|
||||||
2 simple reconciliation methods are integrated
|
2 simple reconciliation methods are integrated
|
||||||
in this module, the simple reconciliations works
|
in this module, the simple reconciliations works
|
||||||
on 2 lines (1 debit / 1 credit) and do not allow
|
on 2 lines (1 debit / 1 credit) and do not allow
|
||||||
partial reconcilation, they also match on 1 key,
|
partial reconciliation, they also match on 1 key,
|
||||||
partner or Journal item name.
|
partner or Journal item name.
|
||||||
|
|
||||||
This module combines both the ``account_easy_reconcile``
|
|
||||||
and the``account_advanced_reconcile`` modules
|
|
||||||
from previous versions.
|
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Go to 'Invoicing/Periodic Processing/Reconciliation/Mass Automatic Reconcile' to start a
|
Go to 'Invoicing / Adviser / Mass Automatic Reconcile' to start a new mass
|
||||||
new mass reconcile.
|
reconcile.
|
||||||
|
|
||||||
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
:alt: Try me on Runbot
|
:alt: Try me on Runbot
|
||||||
|
@ -50,6 +47,11 @@ If you spotted it first, help us smashing it by providing a detailed and welcome
|
||||||
Credits
|
Credits
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
Images
|
||||||
|
------
|
||||||
|
|
||||||
|
* Odoo Community Association: `Icon <https://odoo-community.org/logo.png>`_.
|
||||||
|
|
||||||
Contributors
|
Contributors
|
||||||
------------
|
------------
|
||||||
* Sébastien Beau <sebastien.beau@akretion.com>
|
* Sébastien Beau <sebastien.beau@akretion.com>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
|
|
||||||
{
|
{
|
||||||
"name": "Mass Reconcile",
|
"name": "Account Mass Reconcile",
|
||||||
"version": "11.0.1.0.0",
|
"version": "11.0.1.0.0",
|
||||||
"depends": [
|
"depends": [
|
||||||
"account_invoicing",
|
"account_invoicing",
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
|
@ -58,9 +58,8 @@ The lines should have the same amount (with the write-off) and the same referenc
|
||||||
<group colspan="2" col="2">
|
<group colspan="2" col="2">
|
||||||
<separator colspan="4" string="Advanced. Partner and Ref"/>
|
<separator colspan="4" string="Advanced. Partner and Ref"/>
|
||||||
<label string="Match multiple debit vs multiple credit entries. Allow partial reconciliation.
|
<label string="Match multiple debit vs multiple credit entries. Allow partial reconciliation.
|
||||||
The lines should have the partner, the credit entry ref. is matched vs the debit entry ref. or name." colspan="4"/>
|
The lines should have the same partner, and the credit entry ref. is matched with the debit entry ref. or name." colspan="4"/>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
</page>
|
</page>
|
||||||
</notebook>
|
</notebook>
|
||||||
</sheet>
|
</sheet>
|
||||||
|
|
Loading…
Reference in New Issue