diff --git a/account_due_list_aging_comment/README.rst b/account_due_list_aging_comment/README.rst new file mode 100644 index 00000000000..400bf0e6bd3 --- /dev/null +++ b/account_due_list_aging_comment/README.rst @@ -0,0 +1,88 @@ +============================== +Account Due List Aging Comment +============================== + +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:9cfc923d59bb832916d5fe62c9e9dfd5003c17835dcb1fec87818ca13a6e3a29 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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/17.0/account_due_list_aging_comment + :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-17-0/account-payment-17-0-account_due_list_aging_comment + :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=17.0 + :alt: Try me on Runboat + +|badge1| |badge2| |badge3| |badge4| |badge5| + +This module extends the Payments and Due list to add the capability to +introduce aging comments in-line. + +**Table of contents** + +.. contents:: + :local: + +Usage +===== + +To use this module, you need to go to: + +Accounting -> Payments and due list + +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 +------- + +* Eficent +* + +Contributors +------------ + +- Jordi Ballester Alomar +- Meyomesse Gilles +- David Martinez +- Omar Castiñeira Saavedra + +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_due_list_aging_comment/__init__.py b/account_due_list_aging_comment/__init__.py new file mode 100644 index 00000000000..0603c459df5 --- /dev/null +++ b/account_due_list_aging_comment/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2015-2017 Eficent Business and IT Consulting Services S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import models diff --git a/account_due_list_aging_comment/__manifest__.py b/account_due_list_aging_comment/__manifest__.py new file mode 100644 index 00000000000..f9a3342e1b1 --- /dev/null +++ b/account_due_list_aging_comment/__manifest__.py @@ -0,0 +1,17 @@ +# Copyright 2015-2017 Eficent Business and IT Consulting Services S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +{ + "name": "Account Due List Aging Comment", + "version": "17.0.1.0.0", + "category": "Generic Modules/Payment", + "author": "Eficent," "Odoo Community Association (OCA),", + "website": "https://github.com/OCA/account-payment", + "license": "AGPL-3", + "depends": [ + "account_due_list", + ], + "data": [ + "views/payment_view.xml", + ], + "installable": True, +} diff --git a/account_due_list_aging_comment/i18n/account_due_list_aging_comment.pot b/account_due_list_aging_comment/i18n/account_due_list_aging_comment.pot new file mode 100644 index 00000000000..d3c503b8f8c --- /dev/null +++ b/account_due_list_aging_comment/i18n/account_due_list_aging_comment.pot @@ -0,0 +1,24 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.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_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "" diff --git a/account_due_list_aging_comment/i18n/de.po b/account_due_list_aging_comment/i18n/de.po new file mode 100644 index 00000000000..f4468337dd6 --- /dev/null +++ b/account_due_list_aging_comment/i18n/de.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comments +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-29 12:02+0000\n" +"PO-Revision-Date: 2018-10-11 13:26+0000\n" +"Last-Translator: Rudolf Schnapka \n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" +"Language: de\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 3.1.1\n" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Bemerkungen Altersstruktur" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Journalposten" diff --git a/account_due_list_aging_comment/i18n/es.po b/account_due_list_aging_comment/i18n/es.po new file mode 100644 index 00000000000..692dc7ea51a --- /dev/null +++ b/account_due_list_aging_comment/i18n/es.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-02-20 08:40+0000\n" +"PO-Revision-Date: 2019-02-20 08:40+0000\n" +"Last-Translator: <>\n" +"Language-Team: \n" +"Language: \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_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Comentarios" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Apunte contable" diff --git a/account_due_list_aging_comment/i18n/es_AR.po b/account_due_list_aging_comment/i18n/es_AR.po new file mode 100644 index 00000000000..7928d3a7a26 --- /dev/null +++ b/account_due_list_aging_comment/i18n/es_AR.po @@ -0,0 +1,36 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 14.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2021-10-23 18:35+0000\n" +"Last-Translator: Ignacio Buioli \n" +"Language-Team: none\n" +"Language: es_AR\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.3.2\n" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Comentarios sobre Envejecimiento" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Apunte Contable" + +#~ msgid "Display Name" +#~ msgstr "Mostrar Nombre" + +#~ msgid "ID" +#~ msgstr "ID" + +#~ msgid "Last Modified on" +#~ msgstr "Última modificación en" diff --git a/account_due_list_aging_comment/i18n/it.po b/account_due_list_aging_comment/i18n/it.po new file mode 100644 index 00000000000..3d4bc5480ac --- /dev/null +++ b/account_due_list_aging_comment/i18n/it.po @@ -0,0 +1,30 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comments +# +# Translators: +# OCA Transbot , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-29 12:02+0000\n" +"PO-Revision-Date: 2024-02-21 17:34+0000\n" +"Last-Translator: mymage \n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Commenti sullo scaduto" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Movimento contabile" diff --git a/account_due_list_aging_comment/i18n/pt.po b/account_due_list_aging_comment/i18n/pt.po new file mode 100644 index 00000000000..1dc03ae8c24 --- /dev/null +++ b/account_due_list_aging_comment/i18n/pt.po @@ -0,0 +1,27 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comment +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2019-08-18 01:44+0000\n" +"Last-Translator: Pedro Castro Silva \n" +"Language-Team: none\n" +"Language: pt\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 3.7.1\n" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Comentários de Antiguidade" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Item do Diário" diff --git a/account_due_list_aging_comment/i18n/pt_BR.po b/account_due_list_aging_comment/i18n/pt_BR.po new file mode 100644 index 00000000000..4aa43ff2928 --- /dev/null +++ b/account_due_list_aging_comment/i18n/pt_BR.po @@ -0,0 +1,31 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comments +# +# Translators: +# Magno , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-29 12:02+0000\n" +"PO-Revision-Date: 2019-09-23 15:24+0000\n" +"Last-Translator: Rodrigo Macedo \n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/" +"teams/23907/pt_BR/)\n" +"Language: pt_BR\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 3.8\n" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Comentários sobre envelhecimento" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Item do diário" diff --git a/account_due_list_aging_comment/i18n/sl.po b/account_due_list_aging_comment/i18n/sl.po new file mode 100644 index 00000000000..90b3fd7d323 --- /dev/null +++ b/account_due_list_aging_comment/i18n/sl.po @@ -0,0 +1,34 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * account_due_list_aging_comments +# +# Translators: +# Matjaž Mozetič , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-07-29 12:02+0000\n" +"PO-Revision-Date: 2020-08-11 15:00+0000\n" +"Last-Translator: Matjaz Mozetic \n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" +"Language: sl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n" +"%100==4 ? 2 : 3;\n" +"X-Generator: Weblate 3.10\n" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__aging_comments +msgid "Aging Comments" +msgstr "Zapadli komentarji" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "Dnevniška postavka" + +#~ msgid "top" +#~ msgstr "vrh" diff --git a/account_due_list_aging_comment/models/__init__.py b/account_due_list_aging_comment/models/__init__.py new file mode 100644 index 00000000000..2b423050cd7 --- /dev/null +++ b/account_due_list_aging_comment/models/__init__.py @@ -0,0 +1,4 @@ +# Copyright 2015-2017 Eficent Business and IT Consulting Services S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). + +from . import account_move_line diff --git a/account_due_list_aging_comment/models/account_move_line.py b/account_due_list_aging_comment/models/account_move_line.py new file mode 100644 index 00000000000..d55de8b0eb7 --- /dev/null +++ b/account_due_list_aging_comment/models/account_move_line.py @@ -0,0 +1,9 @@ +# Copyright 2015-2017 Eficent Business and IT Consulting Services S.L. +# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html). +from odoo import fields, models + + +class AccountMoveLine(models.Model): + _inherit = "account.move.line" + + aging_comments = fields.Text() diff --git a/account_due_list_aging_comment/pyproject.toml b/account_due_list_aging_comment/pyproject.toml new file mode 100644 index 00000000000..4231d0cccb3 --- /dev/null +++ b/account_due_list_aging_comment/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/account_due_list_aging_comment/readme/CONTRIBUTORS.md b/account_due_list_aging_comment/readme/CONTRIBUTORS.md new file mode 100644 index 00000000000..07ebc339cd0 --- /dev/null +++ b/account_due_list_aging_comment/readme/CONTRIBUTORS.md @@ -0,0 +1,4 @@ +- Jordi Ballester Alomar \ +- Meyomesse Gilles \ +- David Martinez \ +- Omar Castiñeira Saavedra \ diff --git a/account_due_list_aging_comment/readme/DESCRIPTION.md b/account_due_list_aging_comment/readme/DESCRIPTION.md new file mode 100644 index 00000000000..f1e338ba817 --- /dev/null +++ b/account_due_list_aging_comment/readme/DESCRIPTION.md @@ -0,0 +1,2 @@ +This module extends the Payments and Due list to add the capability to +introduce aging comments in-line. diff --git a/account_due_list_aging_comment/readme/USAGE.md b/account_due_list_aging_comment/readme/USAGE.md new file mode 100644 index 00000000000..5a9f8cc5997 --- /dev/null +++ b/account_due_list_aging_comment/readme/USAGE.md @@ -0,0 +1,3 @@ +To use this module, you need to go to: + +Accounting -\> Payments and due list diff --git a/account_due_list_aging_comment/static/description/icon.png b/account_due_list_aging_comment/static/description/icon.png new file mode 100644 index 00000000000..3a0328b516c Binary files /dev/null and b/account_due_list_aging_comment/static/description/icon.png differ diff --git a/account_due_list_aging_comment/static/description/index.html b/account_due_list_aging_comment/static/description/index.html new file mode 100644 index 00000000000..23b6abc9641 --- /dev/null +++ b/account_due_list_aging_comment/static/description/index.html @@ -0,0 +1,434 @@ + + + + + +Account Due List Aging Comment + + + +
+

Account Due List Aging Comment

+ + +

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

+

This module extends the Payments and Due list to add the capability to +introduce aging comments in-line.

+

Table of contents

+ +
+

Usage

+

To use this module, you need to go to:

+

Accounting -> Payments and due list

+
+
+

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

+
    +
  • Eficent
  • +
  • +
+
+
+

Contributors

+ +
+
+

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_due_list_aging_comment/views/payment_view.xml b/account_due_list_aging_comment/views/payment_view.xml new file mode 100644 index 00000000000..7d33bc5943a --- /dev/null +++ b/account_due_list_aging_comment/views/payment_view.xml @@ -0,0 +1,19 @@ + + + + + Payments + account.move.line + + + + top + + + + + + + +