diff --git a/account_due_list_aging_comment/README.rst b/account_due_list_aging_comment/README.rst new file mode 100644 index 00000000000..c37d33143f0 --- /dev/null +++ b/account_due_list_aging_comment/README.rst @@ -0,0 +1,84 @@ +============================== +Account Due List Aging Comment +============================== + +.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! This file is generated by oca-gen-addon-readme !! + !! changes will be overwritten. !! + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + +.. |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_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-14-0/account-payment-14-0-account_due_list_aging_comment + :alt: Translate me on Weblate +.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png + :target: https://runbot.odoo-community.org/runbot/96/14.0 + :alt: Try me on Runbot + +|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 -> Adviser -> 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 smashing 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..2915366716f --- /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": "16.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..c441592a6fa --- /dev/null +++ b/account_due_list_aging_comment/i18n/account_due_list_aging_comment.pot @@ -0,0 +1,39 @@ +# 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" +"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.fields,field_description:account_due_list_aging_comment.field_account_move_line__display_name +msgid "Display Name" +msgstr "" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__id +msgid "ID" +msgstr "" + +#. module: account_due_list_aging_comment +#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line +msgid "Journal Item" +msgstr "" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line____last_update +msgid "Last Modified on" +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..44c6c4f814a --- /dev/null +++ b/account_due_list_aging_comment/i18n/es_AR.po @@ -0,0 +1,42 @@ +# 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.fields,field_description:account_due_list_aging_comment.field_account_move_line__display_name +msgid "Display Name" +msgstr "Mostrar Nombre" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line__id +msgid "ID" +msgstr "ID" + +#. 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" + +#. module: account_due_list_aging_comment +#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line____last_update +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..f72d9d72289 --- /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: 2016-07-29 12:02+0000\n" +"Last-Translator: OCA Transbot , 2016\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" + +#. 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 +#, fuzzy +msgid "Journal Item" +msgstr "Voci sezionale" 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..c6d0c46dd2c --- /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..bd6d7e17ce3 --- /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/readme/CONTRIBUTORS.rst b/account_due_list_aging_comment/readme/CONTRIBUTORS.rst new file mode 100644 index 00000000000..85717f23f8a --- /dev/null +++ b/account_due_list_aging_comment/readme/CONTRIBUTORS.rst @@ -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.rst b/account_due_list_aging_comment/readme/DESCRIPTION.rst new file mode 100644 index 00000000000..eb023be3953 --- /dev/null +++ b/account_due_list_aging_comment/readme/DESCRIPTION.rst @@ -0,0 +1 @@ +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.rst b/account_due_list_aging_comment/readme/USAGE.rst new file mode 100644 index 00000000000..e8daaae121c --- /dev/null +++ b/account_due_list_aging_comment/readme/USAGE.rst @@ -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..068add7fddb --- /dev/null +++ b/account_due_list_aging_comment/static/description/index.html @@ -0,0 +1,429 @@ + + + + + + +Account Due List Aging Comment + + + +
+

Account Due List Aging Comment

+ + +

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

+

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 -> Adviser -> 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 smashing 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 + + + + + + + + diff --git a/setup/account_due_list_aging_comment/odoo/addons/account_due_list_aging_comment b/setup/account_due_list_aging_comment/odoo/addons/account_due_list_aging_comment new file mode 120000 index 00000000000..8c2d061921a --- /dev/null +++ b/setup/account_due_list_aging_comment/odoo/addons/account_due_list_aging_comment @@ -0,0 +1 @@ +../../../../account_due_list_aging_comment \ No newline at end of file diff --git a/setup/account_due_list_aging_comment/setup.py b/setup/account_due_list_aging_comment/setup.py new file mode 100644 index 00000000000..28c57bb6403 --- /dev/null +++ b/setup/account_due_list_aging_comment/setup.py @@ -0,0 +1,6 @@ +import setuptools + +setuptools.setup( + setup_requires=['setuptools-odoo'], + odoo_addon=True, +)