Skip to content

Commit

Permalink
[ADD] new module account_receipt_payment
Browse files Browse the repository at this point in the history
  • Loading branch information
primes2h committed Mar 16, 2024
1 parent e380720 commit fc20b3c
Show file tree
Hide file tree
Showing 12 changed files with 652 additions and 0 deletions.
79 changes: 79 additions & 0 deletions account_receipt_payment/README.rst
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.
18 changes: 18 additions & 0 deletions account_receipt_payment/__manifest__.py
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,
}
38 changes: 38 additions & 0 deletions account_receipt_payment/i18n/account_receipt_payment.pot
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 ""
40 changes: 40 additions & 0 deletions account_receipt_payment/i18n/it.po
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"
3 changes: 3 additions & 0 deletions account_receipt_payment/readme/CONTRIBUTORS.rst
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>
2 changes: 2 additions & 0 deletions account_receipt_payment/readme/DESCRIPTION.rst
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.
Loading

0 comments on commit fc20b3c

Please sign in to comment.