diff --git a/account_receipt_payment/README.rst b/account_receipt_payment/README.rst new file mode 100644 index 000000000000..bc0a18e7f174 --- /dev/null +++ b/account_receipt_payment/README.rst @@ -0,0 +1,79 @@ +========================= +Receipt Payment in Portal +========================= + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:b4f18f9fc3509d57dc99e9536665331ce1b8448df992718caf9e31cbcbde1e89 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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--payment-lightgray.png?logo=github + :target: https://github.com/OCA/account-payment/tree/14.0/account_receipt_payment + :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-14-0/account-payment-14-0-account_receipt_payment + :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-payment&target_branch=14.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module allows sale receipts payment from the customer portal. +Bridge module between Account Receipt Portal and Account Payment. + +**Table of contents** + +.. contents:: + :local: + +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 `_. + +Do not contact contributors directly about support or help with technical issues. + +Credits +======= + +Authors +~~~~~~~ + +* Pordenone Linux User Group (PNLUG) + +Contributors +~~~~~~~~~~~~ + +* `Pordenone Linux User Group APS `__: + + * Sergio Zanchetta + +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-payment `_ project on GitHub. + +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_receipt_payment/__init__.py b/account_receipt_payment/__init__.py new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/account_receipt_payment/__manifest__.py b/account_receipt_payment/__manifest__.py new file mode 100644 index 000000000000..5cabfb7a9962 --- /dev/null +++ b/account_receipt_payment/__manifest__.py @@ -0,0 +1,18 @@ +# Copyright 2024 Sergio Zanchetta (Associazione PNLUG - Gruppo Odoo) +# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). + +{ + "name": "Receipt Payment in Portal", + "version": "14.0.1.0.0", + "category": "Accounting & Finance", + "summary": "Enable payment of receipts in Portal", + "author": "Pordenone Linux User Group (PNLUG), Odoo Community Association (OCA)", + "website": "https://github.com/OCA/account-payment", + "license": "AGPL-3", + "depends": ["account_payment", "account_receipt_portal"], + "data": [ + "views/account_portal_templates.xml", + ], + "installable": True, + "auto_install": True, +} diff --git a/account_receipt_payment/i18n/account_receipt_payment.pot b/account_receipt_payment/i18n/account_receipt_payment.pot new file mode 100644 index 000000000000..25957b1d3227 --- /dev/null +++ b/account_receipt_payment/i18n/account_receipt_payment.pot @@ -0,0 +1,38 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_receipt_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-03-15 20:35+0000\n" +"PO-Revision-Date: 2024-03-15 20:35+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "" +" " +"Pay Now" +msgstr "" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_invoice_page_inherit_payment +msgid " Pay Now" +msgstr "" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "Pay Now" +msgstr "" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "Pay now" +msgstr "" diff --git a/account_receipt_payment/i18n/it.po b/account_receipt_payment/i18n/it.po new file mode 100644 index 000000000000..e326c4904849 --- /dev/null +++ b/account_receipt_payment/i18n/it.po @@ -0,0 +1,40 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_receipt_payment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2024-03-15 20:36+0000\n" +"PO-Revision-Date: 2024-03-15 20:36+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "" +" " +"Pay Now" +msgstr "" +" " +"Paga ora" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_invoice_page_inherit_payment +msgid " Pay Now" +msgstr " Paga ora" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "Pay Now" +msgstr "Paga ora" + +#. module: account_receipt_payment +#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_my_invoices_payment +msgid "Pay now" +msgstr "Paga ora" diff --git a/account_receipt_payment/readme/CONTRIBUTORS.rst b/account_receipt_payment/readme/CONTRIBUTORS.rst new file mode 100644 index 000000000000..c88352050585 --- /dev/null +++ b/account_receipt_payment/readme/CONTRIBUTORS.rst @@ -0,0 +1,3 @@ +* `Pordenone Linux User Group APS `__: + + * Sergio Zanchetta diff --git a/account_receipt_payment/readme/DESCRIPTION.rst b/account_receipt_payment/readme/DESCRIPTION.rst new file mode 100644 index 000000000000..a12459926491 --- /dev/null +++ b/account_receipt_payment/readme/DESCRIPTION.rst @@ -0,0 +1,2 @@ +This module allows sale receipts payment from the customer portal. +Bridge module between Account Receipt Portal and Account Payment. diff --git a/account_receipt_payment/static/description/index.html b/account_receipt_payment/static/description/index.html new file mode 100644 index 000000000000..1ad853e54dbc --- /dev/null +++ b/account_receipt_payment/static/description/index.html @@ -0,0 +1,424 @@ + + + + + +Receipt Payment in Portal + + + +
+

Receipt Payment in Portal

+ + +

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

+

This module allows sale receipts payment from the customer portal. +Bridge module between Account Receipt Portal and Account Payment.

+

Table of contents

+ +
+

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.

+

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

+
+
+

Credits

+
+

Authors

+
    +
  • Pordenone Linux User Group (PNLUG)
  • +
+
+ +
+

Maintainers

+

This module is maintained by the OCA.

+Odoo Community Association +

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.

+

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

+
+
+
+ + diff --git a/account_receipt_payment/views/account_portal_templates.xml b/account_receipt_payment/views/account_portal_templates.xml new file mode 100644 index 000000000000..b1934ad7487c --- /dev/null +++ b/account_receipt_payment/views/account_portal_templates.xml @@ -0,0 +1,40 @@ + + + + + diff --git a/setup/account_receipt_payment/odoo/addons/account_receipt_payment b/setup/account_receipt_payment/odoo/addons/account_receipt_payment new file mode 120000 index 000000000000..de1a180cf2af --- /dev/null +++ b/setup/account_receipt_payment/odoo/addons/account_receipt_payment @@ -0,0 +1 @@ +../../../../account_receipt_payment \ No newline at end of file diff --git a/setup/account_receipt_payment/setup.py b/setup/account_receipt_payment/setup.py new file mode 100644 index 000000000000..28c57bb64031 --- /dev/null +++ b/setup/account_receipt_payment/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +) diff --git a/test-requirements.txt b/test-requirements.txt index e69de29bb2d1..bd752078f0a8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -0,0 +1,2 @@ +odoo14-addon-account_receipt_portal @ git+https://github.com/OCA/account-invoicing.git@refs/pull/1685/head#subdirectory=setup/account_receipt_portal +odoo14-addon-account_receipt_print @ git+https://github.com/OCA/account-invoicing.git@refs/pull/1684/head#subdirectory=setup/account_receipt_print