Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[16.0][MIG] account_due_list_aging_comment: Migration to 16.0 #633

Merged
84 changes: 84 additions & 0 deletions account_due_list_aging_comment/README.rst
Original file line number Diff line number Diff line change
@@ -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 <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 smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/account-payment/issues/new?body=module:%20account_due_list_aging_comment%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
~~~~~~~

* Eficent
*

Contributors
~~~~~~~~~~~~

* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Meyomesse Gilles <meyomesse.gilles@gmail.com>
* David Martinez <david.martinez@dmpyme.com>
* Omar Castiñeira Saavedra <omar@comunitea.com>

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_due_list_aging_comment>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
4 changes: 4 additions & 0 deletions account_due_list_aging_comment/__init__.py
Original file line number Diff line number Diff line change
@@ -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
17 changes: 17 additions & 0 deletions account_due_list_aging_comment/__manifest__.py
Original file line number Diff line number Diff line change
@@ -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,
}
Original file line number Diff line number Diff line change
@@ -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 ""
30 changes: 30 additions & 0 deletions account_due_list_aging_comment/i18n/de.po
Original file line number Diff line number Diff line change
@@ -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 <transbot@odoo-community.org>, 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 <rs@techno-flex.de>\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"
27 changes: 27 additions & 0 deletions account_due_list_aging_comment/i18n/es.po
Original file line number Diff line number Diff line change
@@ -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"
42 changes: 42 additions & 0 deletions account_due_list_aging_comment/i18n/es_AR.po
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_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 <ibuioli@gmail.com>\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"
30 changes: 30 additions & 0 deletions account_due_list_aging_comment/i18n/it.po
Original file line number Diff line number Diff line change
@@ -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 <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"
27 changes: 27 additions & 0 deletions account_due_list_aging_comment/i18n/pt.po
Original file line number Diff line number Diff line change
@@ -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 <pedrocs@exo.pt>\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"
31 changes: 31 additions & 0 deletions account_due_list_aging_comment/i18n/pt_BR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_due_list_aging_comments
#
# Translators:
# Magno <magno.costa@akretion.com.br>, 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 <rmsolucoeseminformatic4@gmail.com>\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"
34 changes: 34 additions & 0 deletions account_due_list_aging_comment/i18n/sl.po
Original file line number Diff line number Diff line change
@@ -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č <m.mozetic@matmoz.si>, 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 <matjaz@matmoz.si>\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"
4 changes: 4 additions & 0 deletions account_due_list_aging_comment/models/__init__.py
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions account_due_list_aging_comment/models/account_move_line.py
Original file line number Diff line number Diff line change
@@ -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()
4 changes: 4 additions & 0 deletions account_due_list_aging_comment/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Meyomesse Gilles <meyomesse.gilles@gmail.com>
* David Martinez <david.martinez@dmpyme.com>
* Omar Castiñeira Saavedra <omar@comunitea.com>
1 change: 1 addition & 0 deletions account_due_list_aging_comment/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This module extends the Payments and Due list to add the capability to introduce aging comments in-line.
Loading
Loading