-
-
Notifications
You must be signed in to change notification settings - Fork 411
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] new module account_receipt_payment
- Loading branch information
Showing
12 changed files
with
653 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <https://github.com/OCA/account-payment/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 <https://github.com/OCA/account-payment/issues/new?body=module:%20account_receipt_payment%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
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 <https://www.pnlug.it>`__: | ||
|
||
* Sergio Zanchetta <https://github.com/primes2h> | ||
|
||
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 <https://github.com/OCA/account-payment/tree/14.0/account_receipt_payment>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "" | ||
"<i class=\"fa fa-arrow-circle-right\"/><span class=\"d-none d-md-inline\"> " | ||
"Pay Now</span>" | ||
msgstr "" | ||
|
||
#. module: account_receipt_payment | ||
#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_invoice_page_inherit_payment | ||
msgid "<i class=\"fa fa-fw fa-arrow-circle-right\"/> 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 "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 "" | ||
"<i class=\"fa fa-arrow-circle-right\"/><span class=\"d-none d-md-inline\"> " | ||
"Pay Now</span>" | ||
msgstr "" | ||
"<i class=\"fa fa-arrow-circle-right\"/><span class=\"d-none d-md-inline\"> " | ||
"Paga ora</span>" | ||
|
||
#. module: account_receipt_payment | ||
#: model_terms:ir.ui.view,arch_db:account_receipt_payment.portal_invoice_page_inherit_payment | ||
msgid "<i class=\"fa fa-fw fa-arrow-circle-right\"/> Pay Now" | ||
msgstr "<i class=\"fa fa-fw fa-arrow-circle-right\"/> 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
* `Pordenone Linux User Group APS <https://www.pnlug.it>`__: | ||
|
||
* Sergio Zanchetta <https://github.com/primes2h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This module allows sale receipts payment from the customer portal. | ||
Bridge module between Account Receipt Portal and Account Payment. |
Oops, something went wrong.