diff --git a/README.md b/README.md index 7465faca..84683973 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ addon | version | maintainers | summary [account_reconcile_payment_order](account_reconcile_payment_order/) | 15.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Automatically propose all lines generated from payment orders [account_reconciliation_widget](account_reconciliation_widget/) | 15.0.1.2.9 | | Account reconciliation widget [account_reconciliation_widget_due_date](account_reconciliation_widget_due_date/) | 15.0.1.0.0 | [![victoralmau](https://github.com/victoralmau.png?size=30px)](https://github.com/victoralmau) | Account Reconciliation Widget Due Date +[account_reconciliation_widget_limit_aml](account_reconciliation_widget_limit_aml/) | 15.0.1.0.0 | | Filter all account move lines in reconciliation view [//]: # (end addons) diff --git a/account_reconciliation_widget_limit_aml/README.rst b/account_reconciliation_widget_limit_aml/README.rst index 125d305e..c2de0c76 100644 --- a/account_reconciliation_widget_limit_aml/README.rst +++ b/account_reconciliation_widget_limit_aml/README.rst @@ -7,7 +7,7 @@ Account Reconciliation Widget Limit AML !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:96fd13238c3cfb634b30494c1fde31595c3879f1ba3bd30a1c298e22d4194a74 + !! source digest: sha256:1932a4956f6fc165e2fa2765f75b0ebeab7afecc09a4901369deba1ae6a0a916 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -17,13 +17,13 @@ Account Reconciliation Widget Limit AML :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/14.0/account_reconciliation_widget_limit_aml + :target: https://github.com/OCA/account-reconcile/tree/15.0/account_reconciliation_widget_limit_aml :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-14-0/account-reconcile-14-0-account_reconciliation_widget_limit_aml + :target: https://translation.odoo-community.org/projects/account-reconcile-15-0/account-reconcile-15-0-account_reconciliation_widget_limit_aml :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=14.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-reconcile&target_branch=15.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| @@ -47,7 +47,7 @@ Bug Tracker Bugs are tracked on `GitHub 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -78,6 +78,6 @@ 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 `_ project on GitHub. +This module is part of the `OCA/account-reconcile `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_reconciliation_widget_limit_aml/static/description/index.html b/account_reconciliation_widget_limit_aml/static/description/index.html index 31803da6..9e12f85e 100644 --- a/account_reconciliation_widget_limit_aml/static/description/index.html +++ b/account_reconciliation_widget_limit_aml/static/description/index.html @@ -367,9 +367,9 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:96fd13238c3cfb634b30494c1fde31595c3879f1ba3bd30a1c298e22d4194a74 +!! source digest: sha256:1932a4956f6fc165e2fa2765f75b0ebeab7afecc09a4901369deba1ae6a0a916 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

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

+

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

This module adds the option to filter all the account move lines by date in the reconciliation view, not only those coming from payments.

Table of contents

@@ -394,7 +394,7 @@ Check the “Filter all account move lines” checkbox. When checked, all the ac

Bugs are tracked on GitHub 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.

+feedback.

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

@@ -419,7 +419,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome

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 project on GitHub.

+

This module is part of the OCA/account-reconcile project on GitHub.

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

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 1b20f3d2..6303413d 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -15.0.20230719.0 \ No newline at end of file +15.0.20230920.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 52d351e2..6c1df16b 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -16,6 +16,7 @@ setuptools.setup( 'odoo-addon-account_reconcile_payment_order>=15.0dev,<15.1dev', 'odoo-addon-account_reconciliation_widget>=15.0dev,<15.1dev', 'odoo-addon-account_reconciliation_widget_due_date>=15.0dev,<15.1dev', + 'odoo-addon-account_reconciliation_widget_limit_aml>=15.0dev,<15.1dev', ], classifiers=[ 'Programming Language :: Python',