Skip to content

Commit

Permalink
Merge 3cbe9e4 into 883839a
Browse files Browse the repository at this point in the history
  • Loading branch information
cor9003 committed Jun 8, 2019
2 parents 883839a + 3cbe9e4 commit ac0e470
Show file tree
Hide file tree
Showing 17 changed files with 835 additions and 0 deletions.
63 changes: 63 additions & 0 deletions account_due_list_aging_comment/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
===============================
Payments Due list aging comment
===============================
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:%2012.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>


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/12.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
18 changes: 18 additions & 0 deletions account_due_list_aging_comment/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 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': "Payments Due list aging comment",
'version': '12.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,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"
"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 ""

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"
"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"

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"
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: 2016-07-29 12:02+0000\n"
"Last-Translator: Magno <magno.costa@akretion.com.br>, 2016\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"

#. 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 "Itens do Diário"
35 changes: 35 additions & 0 deletions account_due_list_aging_comment/i18n/sl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# 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: 2016-07-29 12:02+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2016\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"

#. module: account_due_list_aging_comment
#: model:ir.model.fields,field_description:account_due_list_aging_comment.field_account_move_line_aging_comments
#, fuzzy
msgid "Aging Comments"
msgstr "Zastarevajoči komentarji"

#. module: account_due_list_aging_comment
#: model:ir.model,name:account_due_list_aging_comment.model_account_move_line
#, fuzzy
msgid "Journal Item"
msgstr "Dnevniške postavke"

#~ 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()
3 changes: 3 additions & 0 deletions account_due_list_aging_comment/readme/CONTRIBUTORS.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* Jordi Ballester Alomar <jordi.ballester@eficent.com>
* Meyomesse Gilles <meyomesse.gilles@gmail.com>
* David Martinez <david.martinez@dmpyme.com>
2 changes: 2 additions & 0 deletions account_due_list_aging_comment/readme/DESCRIPTION.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module extends the Payments and Due list to add the capability to introduce aging comments in-line.

4 changes: 4 additions & 0 deletions account_due_list_aging_comment/readme/USAGE.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
To use this module, you need to go to:

Accounting -> Adviser -> Payments and due list

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ac0e470

Please sign in to comment.