-
-
Notifications
You must be signed in to change notification settings - Fork 222
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by HaraldPanten
- Loading branch information
Showing
66 changed files
with
3,216 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,108 @@ | ||
================ | ||
Account Comments | ||
================ | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:0a899af0a18677ee8cf7dff6005898cadd4a209d5e1efac69a1e61821a494b67 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |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--invoice--reporting-lightgray.png?logo=github | ||
:target: https://github.com/OCA/account-invoice-reporting/tree/17.0/account_comment_template | ||
:alt: OCA/account-invoice-reporting | ||
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png | ||
:target: https://translation.odoo-community.org/projects/account-invoice-reporting-17-0/account-invoice-reporting-17-0-account_comment_template | ||
: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-invoice-reporting&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
Adds comments on invoices. The comments can be edited directly on the | ||
invoices or loaded from templates. | ||
|
||
Two positions are available for the comments: | ||
|
||
- before invoice lines | ||
- after invoice lines | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoice-reporting/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-invoice-reporting/issues/new?body=module:%20account_comment_template%0Aversion:%2017.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 | ||
------- | ||
|
||
* Camptocamp | ||
* Tecnativa | ||
|
||
Contributors | ||
------------ | ||
|
||
- Xavier Jimenez <[email protected]> | ||
- Nicolas Bessi <[email protected]> | ||
- Yannick Vaucher <[email protected]> | ||
- Simone Rubino <[email protected]> | ||
- `Tecnativa <https://www.tecnativa.com>`__: | ||
|
||
- Pedro M. Baeza | ||
- Víctor Martínez | ||
|
||
- `DynApps <https://www.dynapps.be>`__: | ||
|
||
- Raf Ven <[email protected]> | ||
|
||
- `Druidoo <https://www.druidoo.io>`__: | ||
|
||
- Iván Todorovich <[email protected]> | ||
|
||
- `Jarsa <https://www.jarsa.com>`__: | ||
|
||
- Alan Ramos <[email protected]> | ||
|
||
- `Sygel <https://www.sygel.es>`__ | ||
|
||
- Harald Panten <[email protected]> | ||
- Valentín Vinagre <[email protected]> | ||
- Roger Sans <[email protected]> | ||
|
||
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-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/17.0/account_comment_template>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
from . import models |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Copyright 2014 Guewen Baconnier (Camptocamp SA) | ||
# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA) | ||
# Copyright 2018 Qubiq - Xavier Jiménez | ||
# Copyright 2018 Tecnativa - Pedro M. Baeza | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
|
||
{ | ||
"name": "Account Comments", | ||
"summary": "Comments templates on invoice documents", | ||
"version": "17.0.1.0.0", | ||
"category": "Accounting", | ||
"author": "Camptocamp, Tecnativa, Odoo Community Association (OCA)", | ||
"website": "https://github.com/OCA/account-invoice-reporting", | ||
"license": "AGPL-3", | ||
"installable": True, | ||
"depends": [ | ||
"account", | ||
"base_comment_template", | ||
], | ||
"data": [ | ||
"views/account_move_view.xml", | ||
"views/base_comment_template_view.xml", | ||
"security/ir.model.access.csv", | ||
"views/report_invoice.xml", | ||
], | ||
} |
34 changes: 34 additions & 0 deletions
34
account_comment_template/i18n/account_comment_template.pot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_comment_template | ||
# | ||
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_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_comment_template | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-16 11:59+0000\n" | ||
"PO-Revision-Date: 2017-05-16 11:59+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n" | ||
"Language: ar\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 " | ||
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "فاتورة" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_comment_template | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-16 11:59+0000\n" | ||
"PO-Revision-Date: 2017-05-16 11:59+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n" | ||
"Language: bg\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_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "Фактура" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_comment_template | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-16 11:59+0000\n" | ||
"PO-Revision-Date: 2017-05-16 11:59+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n" | ||
"Language: bs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" | ||
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "Faktura" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * account_comment_template | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
# Carles Antoli <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-16 11:59+0000\n" | ||
"PO-Revision-Date: 2017-05-16 11:59+0000\n" | ||
"Last-Translator: Carles Antoli <[email protected]>, 2017\n" | ||
"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n" | ||
"Language: ca\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_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "Comentaris" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "Factura" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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_comment_template | ||
# | ||
# Translators: | ||
# OCA Transbot <[email protected]>, 2017 | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-05-16 11:59+0000\n" | ||
"PO-Revision-Date: 2017-05-16 11:59+0000\n" | ||
"Last-Translator: OCA Transbot <[email protected]>, 2017\n" | ||
"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n" | ||
"Language: cs\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids | ||
msgid "Comment Template" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment | ||
msgid "Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice | ||
msgid "Document Comments" | ||
msgstr "" | ||
|
||
#. module: account_comment_template | ||
#: model:ir.model,name:account_comment_template.model_account_move | ||
msgid "Journal Entry" | ||
msgstr "" | ||
|
||
#~ msgid "Invoice" | ||
#~ msgstr "Faktura" |
Oops, something went wrong.