diff --git a/README.md b/README.md index 7499928b2bf..70cbac321aa 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_cash_invoice](account_cash_invoice/) | 16.0.1.0.0 | | Pay and receive invoices from bank statements [account_due_list](account_due_list/) | 16.0.1.2.0 | | List of open credits and debits, with due date [account_due_list_aging_comment](account_due_list_aging_comment/) | 16.0.1.0.0 | | Account Due List Aging Comment [account_due_list_payment_mode](account_due_list_payment_mode/) | 16.0.1.0.0 | | Payment Due List Payment Mode diff --git a/account_cash_invoice/README.rst b/account_cash_invoice/README.rst index 7e1f9ac1a7a..33566d34942 100644 --- a/account_cash_invoice/README.rst +++ b/account_cash_invoice/README.rst @@ -7,7 +7,7 @@ Account cash invoice !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:3c80cda9cf12062ae728ee9d546c9363dc87f09fba3248d8ed5867f63ca777e3 + !! source digest: sha256:8d60deb6fd99d90ff9eb0478bf6f43a8ab13628d23ee5295b2dbb75885b2c39f !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_cash_invoice/static/description/index.html b/account_cash_invoice/static/description/index.html index fdf0674cb34..22f053a6ebc 100644 --- a/account_cash_invoice/static/description/index.html +++ b/account_cash_invoice/static/description/index.html @@ -366,7 +366,7 @@

Account cash invoice

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

Beta License: LGPL-3 OCA/account-payment Translate me on Weblate Try me on Runboat

This module allows to pay existing customer invoices/refunds or vendor bills/refunds

diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt index 4e41ed17b97..d1ee94265a9 100644 --- a/setup/_metapackage/VERSION.txt +++ b/setup/_metapackage/VERSION.txt @@ -1 +1 @@ -16.0.20240617.1 \ No newline at end of file +16.0.20240703.0 \ No newline at end of file diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py index 65641317490..f83e48c6b6e 100644 --- a/setup/_metapackage/setup.py +++ b/setup/_metapackage/setup.py @@ -8,6 +8,7 @@ description="Meta package for oca-account-payment Odoo addons", version=version, install_requires=[ + 'odoo-addon-account_cash_invoice>=16.0dev,<16.1dev', 'odoo-addon-account_due_list>=16.0dev,<16.1dev', 'odoo-addon-account_due_list_aging_comment>=16.0dev,<16.1dev', 'odoo-addon-account_due_list_payment_mode>=16.0dev,<16.1dev',