odoo12-addon-account-reconcile-rule


Nameodoo12-addon-account-reconcile-rule JSON
Version 12.0.1.0.0.99.dev11 PyPI version JSON
download
home_pagehttps://github.com/OCA/account-reconcile
SummaryAccount Reconcile Rules
upload_time2024-02-08 02:59:43
maintainer
docs_urlNone
authorCamptocamp, Odoo Community Association (OCA)
requires_python>=3.5
licenseAGPL-3
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =======================
Account Reconcile Rules
=======================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:528e5863918f4f4be03e728506bc47d366cd64d7027e108182e3b1d7e43e22f9
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github
    :target: https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_rule
    :alt: OCA/account-reconcile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/account-reconcile-12-0/account-reconcile-12-0-account_reconcile_rule
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=12.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module complements the Reconciliation of the bank statements.  When
the bank statement matches one or more journal entry for a line and
there is a remaining balance, Odoo proposes you to click on buttons that
will generate write-off entries according to pre-configured *Reconciliation
Models*. The aim of this module is to automatically click
for you on these buttons (i.e. create the write-off journal entries)
when some rules are respected, rules that you can configure.

It contains 2 types of rules (but can be extended with additional rules),
described below:

Roundings
  The most basic rule: when the remaining balance is within a range, 1
  or more operations are applied.

Currencies
  When the remaining balance is within a range and the currency of all
  the lines is the same but different from the company's, and the amount
  currency is the same, 1 or more operations are applied.

**Table of contents**

.. contents::
   :local:

Configuration
=============

As this module aims to automatize the ``Reconciliation Models``,
you first want to ensure that you have at least one model configured.
You can find them in ``Invoicing > Dashboard > Bank card > More
> Reconciliation Models``. An example of a common operation is:

=================== ========================== ======= ========
Account             Amount Type                Amount  Label
=================== ========================== ======= ========
Depends of the l10n Percentage of open balance 100.0 % Rounding
=================== ========================== ======= ========

The configuration of the rules themselves happens in ``Invoicing >
Dashboard > Bank card > More > Reconciliation Rules``. Refer to
the description of the types of rules above in case of doubt. The form
is divided in 2 parts: **Rule** and **Result**. The rule part is where
you will set the conditions and the result part is what operations will
be done if the conditions are valid.

For the **Roundings** rules, you will set a min. and a max. amount. It
can be negative or positive. The amount is compared to the remaining
balance when lines are matched in the bank statement.  Example: if you
want to create a move line in a loss account when you received 1.- not
enough, you can create a rule with an min. amount of -1.0 and a max.
amount of 0.0.

For the **Currencies** rules, the min. and max. amount have the same
properties, but you will also set the currencies for which the rule
applies. Setting the currency allows to configure different amounts
according to the currencies.

Only the first rule matching the current situation is used, so if you
have several rules overlapping for some reason, be sure to order them
appropriately in the list view.

Usage
=====

When you use the *Reconcile* button of a bank statement, Odoo
automatically proposes you matching journal entries for each statement
line.  This module automatically adds journal entries generated from the
*Reconciliation Models* if a rule matches with the current
situation, so there is nothing special to do once the rules are
configured.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_reconcile_rule%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Authors
~~~~~~~

* Camptocamp

Contributors
~~~~~~~~~~~~

* Guewen Baconnier <guewen.baconnier@camptocamp.com>
* Cyril Gaudin <cyril.gaudin@camptocamp.com>
* Akim Juillerat <akim.juillerat@camptocamp.com>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

This module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_rule>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OCA/account-reconcile",
    "name": "odoo12-addon-account-reconcile-rule",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.5",
    "maintainer_email": "",
    "keywords": "",
    "author": "Camptocamp, Odoo Community Association (OCA)",
    "author_email": "support@odoo-community.org",
    "download_url": "",
    "platform": null,
    "description": "=======================\nAccount Reconcile Rules\n=======================\n\n.. \n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! This file is generated by oca-gen-addon-readme !!\n   !! changes will be overwritten.                   !!\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n   !! source digest: sha256:528e5863918f4f4be03e728506bc47d366cd64d7027e108182e3b1d7e43e22f9\n   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n\n.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png\n    :target: https://odoo-community.org/page/development-status\n    :alt: Beta\n.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png\n    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html\n    :alt: License: AGPL-3\n.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--reconcile-lightgray.png?logo=github\n    :target: https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_rule\n    :alt: OCA/account-reconcile\n.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png\n    :target: https://translation.odoo-community.org/projects/account-reconcile-12-0/account-reconcile-12-0-account_reconcile_rule\n    :alt: Translate me on Weblate\n.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png\n    :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=12.0\n    :alt: Try me on Runboat\n\n|badge1| |badge2| |badge3| |badge4| |badge5|\n\nThis module complements the Reconciliation of the bank statements.  When\nthe bank statement matches one or more journal entry for a line and\nthere is a remaining balance, Odoo proposes you to click on buttons that\nwill generate write-off entries according to pre-configured *Reconciliation\nModels*. The aim of this module is to automatically click\nfor you on these buttons (i.e. create the write-off journal entries)\nwhen some rules are respected, rules that you can configure.\n\nIt contains 2 types of rules (but can be extended with additional rules),\ndescribed below:\n\nRoundings\n  The most basic rule: when the remaining balance is within a range, 1\n  or more operations are applied.\n\nCurrencies\n  When the remaining balance is within a range and the currency of all\n  the lines is the same but different from the company's, and the amount\n  currency is the same, 1 or more operations are applied.\n\n**Table of contents**\n\n.. contents::\n   :local:\n\nConfiguration\n=============\n\nAs this module aims to automatize the ``Reconciliation Models``,\nyou first want to ensure that you have at least one model configured.\nYou can find them in ``Invoicing > Dashboard > Bank card > More\n> Reconciliation Models``. An example of a common operation is:\n\n=================== ========================== ======= ========\nAccount             Amount Type                Amount  Label\n=================== ========================== ======= ========\nDepends of the l10n Percentage of open balance 100.0 % Rounding\n=================== ========================== ======= ========\n\nThe configuration of the rules themselves happens in ``Invoicing >\nDashboard > Bank card > More > Reconciliation Rules``. Refer to\nthe description of the types of rules above in case of doubt. The form\nis divided in 2 parts: **Rule** and **Result**. The rule part is where\nyou will set the conditions and the result part is what operations will\nbe done if the conditions are valid.\n\nFor the **Roundings** rules, you will set a min. and a max. amount. It\ncan be negative or positive. The amount is compared to the remaining\nbalance when lines are matched in the bank statement.  Example: if you\nwant to create a move line in a loss account when you received 1.- not\nenough, you can create a rule with an min. amount of -1.0 and a max.\namount of 0.0.\n\nFor the **Currencies** rules, the min. and max. amount have the same\nproperties, but you will also set the currencies for which the rule\napplies. Setting the currency allows to configure different amounts\naccording to the currencies.\n\nOnly the first rule matching the current situation is used, so if you\nhave several rules overlapping for some reason, be sure to order them\nappropriately in the list view.\n\nUsage\n=====\n\nWhen you use the *Reconcile* button of a bank statement, Odoo\nautomatically proposes you matching journal entries for each statement\nline.  This module automatically adds journal entries generated from the\n*Reconciliation Models* if a rule matches with the current\nsituation, so there is nothing special to do once the rules are\nconfigured.\n\nBug Tracker\n===========\n\nBugs are tracked on `GitHub Issues <https://github.com/OCA/account-reconcile/issues>`_.\nIn case of trouble, please check there if your issue has already been reported.\nIf you spotted it first, help us to smash it by providing a detailed and welcomed\n`feedback <https://github.com/OCA/account-reconcile/issues/new?body=module:%20account_reconcile_rule%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.\n\nDo not contact contributors directly about support or help with technical issues.\n\nCredits\n=======\n\nAuthors\n~~~~~~~\n\n* Camptocamp\n\nContributors\n~~~~~~~~~~~~\n\n* Guewen Baconnier <guewen.baconnier@camptocamp.com>\n* Cyril Gaudin <cyril.gaudin@camptocamp.com>\n* Akim Juillerat <akim.juillerat@camptocamp.com>\n\nMaintainers\n~~~~~~~~~~~\n\nThis module is maintained by the OCA.\n\n.. image:: https://odoo-community.org/logo.png\n   :alt: Odoo Community Association\n   :target: https://odoo-community.org\n\nOCA, or the Odoo Community Association, is a nonprofit organization whose\nmission is to support the collaborative development of Odoo features and\npromote its widespread use.\n\nThis module is part of the `OCA/account-reconcile <https://github.com/OCA/account-reconcile/tree/12.0/account_reconcile_rule>`_ project on GitHub.\n\nYou are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.\n\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3",
    "summary": "Account Reconcile Rules",
    "version": "12.0.1.0.0.99.dev11",
    "project_urls": {
        "Homepage": "https://github.com/OCA/account-reconcile"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d1845d2cfefc178622593e7a8da382d39a8fbc641c078e1e9b06410c1316fe2",
                "md5": "9adf96e2995982b6a9d1b13f85a56645",
                "sha256": "88152af1cb3949b33cfa564ef1a10540c1fc4869b4fc32c2ad7c663bcd600778"
            },
            "downloads": -1,
            "filename": "odoo12_addon_account_reconcile_rule-12.0.1.0.0.99.dev11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9adf96e2995982b6a9d1b13f85a56645",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.5",
            "size": 61599,
            "upload_time": "2024-02-08T02:59:43",
            "upload_time_iso_8601": "2024-02-08T02:59:43.838632Z",
            "url": "https://files.pythonhosted.org/packages/3d/18/45d2cfefc178622593e7a8da382d39a8fbc641c078e1e9b06410c1316fe2/odoo12_addon_account_reconcile_rule-12.0.1.0.0.99.dev11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 02:59:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OCA",
    "github_project": "account-reconcile",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "odoo12-addon-account-reconcile-rule"
}
        
Elapsed time: 0.45975s