diff --git a/README.md b/README.md index fbc31739ab..1a0dc750de 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [account_bank_statement_reopen_skip_undo_reconciliation](account_bank_statement_reopen_skip_undo_reconciliation/) | 14.0.1.0.0 | | When reopening a bank statement it will respect the reconciled entries. +[account_in_payment](account_in_payment/) | 14.0.1.0.0 | | This module enables in-payment mode for your accounting [account_mass_reconcile](account_mass_reconcile/) | 14.0.1.1.2 | | Account Mass Reconcile [account_mass_reconcile_as_job](account_mass_reconcile_as_job/) | 14.0.1.1.2 | | Account Mass Reconcile as Jobs [account_mass_reconcile_by_mrp_production](account_mass_reconcile_by_mrp_production/) | 14.0.1.0.0 | | Allows to reconcile based on the MO line diff --git a/account_in_payment/README.rst b/account_in_payment/README.rst index 707b57badc..b7bee5513c 100644 --- a/account_in_payment/README.rst +++ b/account_in_payment/README.rst @@ -7,7 +7,7 @@ Account In Payment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981 + !! source digest: sha256:3e2f53151975222c463afd402d48a21af168de43c6c3f00f2b7ba62caa64272f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_in_payment/static/description/index.html b/account_in_payment/static/description/index.html index 0ae03fbd0a..cad0419d61 100644 --- a/account_in_payment/static/description/index.html +++ b/account_in_payment/static/description/index.html @@ -367,7 +367,7 @@

Account In Payment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981 +!! source digest: sha256:3e2f53151975222c463afd402d48a21af168de43c6c3f00f2b7ba62caa64272f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/account-reconcile Translate me on Weblate Try me on Runboat

This module enables in-payment management for all your accounting.

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 8d8d053155..141f82cc86 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -14.0.20230919.0 \ No newline at end of file +14.0.20240905.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 144d5ac9d6..efd39e58d3 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -9,6 +9,7 @@ version=version, install_requires=[ 'odoo14-addon-account_bank_statement_reopen_skip_undo_reconciliation', + 'odoo14-addon-account_in_payment', 'odoo14-addon-account_mass_reconcile', 'odoo14-addon-account_mass_reconcile_as_job', 'odoo14-addon-account_mass_reconcile_by_mrp_production',