From 0d6be6281c906bb037fe58e9db930bdeac0bd50a Mon Sep 17 00:00:00 2001 From: Murtaza Mithaiwala Date: Mon, 26 Dec 2022 15:39:45 +0530 Subject: [PATCH] [16.0][MIG] account_payment_batch_process --- account_payment_batch_process/README.rst | 23 ++++---- account_payment_batch_process/__manifest__.py | 2 +- .../static/description/index.html | 58 ++++++++++--------- .../views/account_move.xml | 2 +- .../wizard/account_payment_register.py | 20 +++++-- .../README.rst | 15 +++-- .../static/description/index.html | 44 +++++++------- requirements.txt | 2 + .../odoo/addons/account_payment_batch_process | 1 + setup/account_payment_batch_process/setup.py | 6 ++ 10 files changed, 100 insertions(+), 73 deletions(-) create mode 100644 requirements.txt create mode 120000 setup/account_payment_batch_process/odoo/addons/account_payment_batch_process create mode 100644 setup/account_payment_batch_process/setup.py diff --git a/account_payment_batch_process/README.rst b/account_payment_batch_process/README.rst index e41da0ceb43f..6ff52f2c04f4 100644 --- a/account_payment_batch_process/README.rst +++ b/account_payment_batch_process/README.rst @@ -2,10 +2,13 @@ Account Payment Batch Processing ================================ -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:f1b83c1fec8f245da7c650b886f95d6b2d2db91c7bab0a4408d3db1bf620bdf5 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,16 +17,16 @@ Account Payment Batch Processing :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--payment-lightgray.png?logo=github - :target: https://github.com/OCA/account-payment/tree/15.0/account_payment_batch_process + :target: https://github.com/OCA/account-payment/tree/16.0/account_payment_batch_process :alt: OCA/account-payment .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-payment-15-0/account-payment-15-0-account_payment_batch_process + :target: https://translation.odoo-community.org/projects/account-payment-16-0/account-payment-16-0-account_payment_batch_process :alt: Translate me on Weblate -.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/96/15.0 - :alt: Try me on Runbot +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png + :target: https://runboat.odoo-community.org/builds?repo=OCA/account-payment&target_branch=16.0 + :alt: Try me on Runboat -|badge1| |badge2| |badge3| |badge4| |badge5| +|badge1| |badge2| |badge3| |badge4| |badge5| Batch Payments Processing for Customers Invoices and Supplier Invoices/Vendor Bills. @@ -57,8 +60,8 @@ 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 smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -100,6 +103,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-payment `_ project on GitHub. +This module is part of the `OCA/account-payment `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_payment_batch_process/__manifest__.py b/account_payment_batch_process/__manifest__.py index fb42f1fe4468..f95428acaf6b 100644 --- a/account_payment_batch_process/__manifest__.py +++ b/account_payment_batch_process/__manifest__.py @@ -3,7 +3,7 @@ { "name": "Account Payment Batch Processing", - "version": "15.0.1.0.0", + "version": "16.0.1.0.0", "license": "AGPL-3", "author": "Open Source Integrators, Odoo Community Association (OCA)", "summary": """ diff --git a/account_payment_batch_process/static/description/index.html b/account_payment_batch_process/static/description/index.html index ba591662d849..988f94fe78e4 100644 --- a/account_payment_batch_process/static/description/index.html +++ b/account_payment_batch_process/static/description/index.html @@ -1,20 +1,20 @@ - + - + Account Payment Batch Processing