Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions account_due_list_payment/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.. image:: https://odoo-community.org/readme-banner-image
:target: https://odoo-community.org/get-involved?utm_source=readme
:alt: Odoo Community Association

========================
Account Due List Payment
========================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:72a4db047d2295c909dbad1d9e5062e378282b35fcedad20b6cc9ffc22655757
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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/license-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/19.0/account_due_list_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-19-0/account-payment-19-0-account_due_list_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=19.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to make payments directly from the due list view.

**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_due_list_payment%0Aversion:%2019.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
-------

* Engenere.one

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/19.0/account_due_list_payment>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
Empty file.
19 changes: 19 additions & 0 deletions account_due_list_payment/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 2023 Engenere.one
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "Account Due List Payment",
"summary": """
Allows you to make payments directly from the due list view""",
"version": "19.0.1.0.0",
"license": "AGPL-3",
"author": "Engenere.one,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/account-payment",
"depends": [
"account_due_list",
],
"data": [
"views/account_move_line.xml",
],
"demo": [],
}
42 changes: 42 additions & 0 deletions account_due_list_payment/i18n/account_due_list_payment.pot
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_payment
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \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_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__display_name
msgid "Display Name"
msgstr ""

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__id
msgid "ID"
msgstr ""

#. module: account_due_list_payment
#: model:ir.model,name:account_due_list_payment.model_account_move_line
msgid "Journal Item"
msgstr ""

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line____last_update
msgid "Last Modified on"
msgstr ""

#. module: account_due_list_payment
#: code:addons/account_due_list_payment/models/account_move_line.py:0
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_form_view
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_tree_view
#, python-format
msgid "Register Payment"
msgstr ""
45 changes: 45 additions & 0 deletions account_due_list_payment/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_payment
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-12-18 19:33+0000\n"
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
"Language-Team: none\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__id
msgid "ID"
msgstr "ID (identificación)"

#. module: account_due_list_payment
#: model:ir.model,name:account_due_list_payment.model_account_move_line
msgid "Journal Item"
msgstr "Artículo del Diario"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"

#. module: account_due_list_payment
#: code:addons/account_due_list_payment/models/account_move_line.py:0
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_form_view
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_tree_view
#, python-format
msgid "Register Payment"
msgstr "Registrar Pago"
45 changes: 45 additions & 0 deletions account_due_list_payment/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_payment
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-23 14:34+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 4.17\n"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__display_name
msgid "Display Name"
msgstr "Nome visualizzato"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line__id
msgid "ID"
msgstr "ID"

#. module: account_due_list_payment
#: model:ir.model,name:account_due_list_payment.model_account_move_line
msgid "Journal Item"
msgstr "Movimento contabile"

#. module: account_due_list_payment
#: model:ir.model.fields,field_description:account_due_list_payment.field_account_move_line____last_update
msgid "Last Modified on"
msgstr "Ultima modifica il"

#. module: account_due_list_payment
#: code:addons/account_due_list_payment/models/account_move_line.py:0
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_form_view
#: model_terms:ir.ui.view,arch_db:account_due_list_payment.account_move_line_tree_view
#, python-format
msgid "Register Payment"
msgstr "Registra pagamento"
3 changes: 3 additions & 0 deletions account_due_list_payment/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions account_due_list_payment/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module allows you to make payments directly from the due list view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading