Initial commit: OCA Technical packages (595 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:03 +02:00
commit 2cc02aac6e
24950 changed files with 2318079 additions and 0 deletions

View file

@ -0,0 +1,45 @@
# Account Comments
Odoo addon: account_comment_template
## Installation
```bash
pip install odoo-bringout-oca-account-invoice-reporting-account_comment_template
```
## Dependencies
This addon depends on:
- account
- base_comment_template
## Manifest Information
- **Name**: Account Comments
- **Version**: 16.0.1.0.1
- **Category**: Sale
- **License**: AGPL-3
- **Installable**: True
## Source
Based on [OCA/account-invoice-reporting](https://github.com/OCA/account-invoice-reporting) branch 16.0, addon `account_comment_template`.
## License
This package maintains the original AGPL-3 license from the upstream Odoo project.
## Documentation
- Overview: doc/OVERVIEW.md
- Architecture: doc/ARCHITECTURE.md
- Models: doc/MODELS.md
- Controllers: doc/CONTROLLERS.md
- Wizards: doc/WIZARDS.md
- Install: doc/INSTALL.md
- Usage: doc/USAGE.md
- Configuration: doc/CONFIGURATION.md
- Dependencies: doc/DEPENDENCIES.md
- Troubleshooting: doc/TROUBLESHOOTING.md
- FAQ: doc/FAQ.md

View file

@ -0,0 +1,104 @@
================
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/16.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-16-0/account-invoice-reporting-16-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=16.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:%2016.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 <xavier.jimenez@qubiq.es>
* Nicolas Bessi <nicolas.bessi@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Simone Rubino <simone.rubino@agilebg.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Pedro M. Baeza
* Víctor Martínez
* `DynApps <https://www.dynapps.be>`_:
* Raf Ven <raf.ven@dynapps.be>
* `Druidoo <https://www.druidoo.io>`_:
* Iván Todorovich <ivan.todorovich@druidoo.io>
* `Jarsa <https://www.jarsa.com>`_:
* Alan Ramos <alan.ramos@jarsa.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-invoice-reporting <https://github.com/OCA/account-invoice-reporting/tree/16.0/account_comment_template>`_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

View file

@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import models

View file

@ -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": "16.0.1.0.1",
"category": "Sale",
"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",
],
}

View file

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

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "فاتورة"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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 "Фактура"

View file

@ -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 "Predložak komentara"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Komentari"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Komentari dokumenata"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Stavka dnevnika"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Carles Antoli <carlesantoli@hotmail.com>, 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 <carlesantoli@hotmail.com>, 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"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 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"

View file

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# Rudolf Schnapka <rs@techno-flex.de>, 2017
# OCA Transbot <transbot@odoo-community.org>, 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: 2020-03-23 17:13+0000\n"
"Last-Translator: Maria Sparenberg <maria.sparenberg@gmx.net>\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.10\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 "Textbausteine"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Textbausteine"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Suffix-Textbaustein"
#~ msgid "Bottom Comment Template"
#~ msgstr "Suffix-Textbausteinvorlage"
#~ msgid "Bottom Comments"
#~ msgstr "Suffix-Textbausteine"
#~ msgid "Invoice"
#~ msgstr "Rechnung"
#~ msgid "Load a template"
#~ msgstr "Textbausteinvorlage laden"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Diese Textbausteine werden auf Dokumentbelegen gedruckt. Es kann eine "
#~ "bereits existierende Vorlage geladen, ein neuer eigenständiger Text "
#~ "geschrieben oder eine Vorlage nach dem Laden nur für dieses Dokument "
#~ "angepasst werden."
#~ msgid "Top Comment"
#~ msgstr "Präfix-Textbaustein"
#~ msgid "Top Comment Template"
#~ msgstr "Präfix-Textbausteinvorlage"
#~ msgid "Top Comments"
#~ msgstr "Präfix-Textbausteine"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "Vorlage öffnen"

View file

@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Kostas Goutoudis <goutoudis@gmail.com>, 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: Kostas Goutoudis <goutoudis@gmail.com>, 2017\n"
"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/"
"el_GR/)\n"
"Language: el_GR\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 "Τιμολόγιο"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/"
"teams/23907/en_GB/)\n"
"Language: en_GB\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 "Invoice"

View file

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# enjolras <yo@miguelrevilla.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-04-04 09:51+0000\n"
"PO-Revision-Date: 2023-06-02 09:08+0000\n"
"Last-Translator: gelo joga Rodríguez <gelo.joga@factorlibre.com>\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"Language: es\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_comment_template
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids
msgid "Comment Template"
msgstr "Plantilla de comentario"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Comentarios"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Comentarios del documento"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Asiento contable"
#~ msgid "Bottom Comment"
#~ msgstr "Comentario inferior"
#~ msgid "Bottom Comment Template"
#~ msgstr "Plantilla de comentario inferior"
#~ msgid "Bottom Comments"
#~ msgstr "Comentarios inferiores"
#~ msgid "Invoice"
#~ msgstr "Factura"
#~ msgid "Load a template"
#~ msgstr "Cargar una plantilla"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Los comentarios se mostrarán en el documento impreso. Puede cargar una "
#~ "plantilla predeterminada, escribir su propio texto o cargar una plantilla "
#~ "y modificarla sólo para este documento."
#~ msgid "Top Comment"
#~ msgstr "Comentario superior"
#~ msgid "Top Comment Template"
#~ msgstr "Plantilla de comentario superior"
#~ msgid "Top Comments"
#~ msgstr "Comentarios superiores"
#~ msgid "Conditions template"
#~ msgstr "Plantilla de condiciones"
#~ msgid "Partner"
#~ msgstr "Cliente"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/"
"teams/23907/es_CR/)\n"
"Language: es_CR\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 "Factura"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/"
"es_EC/)\n"
"Language: es_EC\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 "Factura"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/"
"es_MX/)\n"
"Language: es_MX\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 "Factura"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
"Language: et\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 "Arve"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
"Language: fi\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 "Lasku"

View file

@ -0,0 +1,76 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# Quentin THEURET <odoo@kerpeo.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-10 14:32+0000\n"
"PO-Revision-Date: 2021-04-08 22:47+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n"
"Language: fr\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_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 "Commentaires"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Commentaires du document"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Commentaire de pied"
#~ msgid "Bottom Comment Template"
#~ msgstr "Modèle de commentaire de pied"
#~ msgid "Bottom Comments"
#~ msgstr "Commentaires de pied"
#~ msgid "Invoice"
#~ msgstr "Facture"
#~ msgid "Load a template"
#~ msgstr "Charger un modèle"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Les commentaires seront affichés sur le document imprimé. Vous pouvez "
#~ "charger un modèle prédéfini, écrire votre propre texte ou charger un "
#~ "modèle et le modifier ensuite uniquement pour ce document."
#~ msgid "Top Comment"
#~ msgstr "Commentaire d'entête"
#~ msgid "Top Comment Template"
#~ msgstr "Modèle de commentaire d'entête"
#~ msgid "Top Comments"
#~ msgstr "Commentaires d'entête"
#~ msgid "Partner"
#~ msgstr "Partenaire"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/"
"fr_CA/)\n"
"Language: fr_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 ""
#. 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 "Facture"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: French (Switzerland) (https://www.transifex.com/oca/"
"teams/23907/fr_CH/)\n"
"Language: fr_CH\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 "Facture"

View file

@ -0,0 +1,74 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# Mohamed HABOU <m.habou@agoradeveloppement.com>, 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: 2021-04-10 15:46+0000\n"
"Last-Translator: Yves Le Doeuff <yld@alliasys.fr>\n"
"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/"
"fr_FR/)\n"
"Language: fr_FR\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_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 "Commentaires"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Commentaire de document"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Commentaire de pied"
#~ msgid "Bottom Comment Template"
#~ msgstr "Modèle de commentaire de pied"
#~ msgid "Bottom Comments"
#~ msgstr "Commentaires de pied"
#~ msgid "Invoice"
#~ msgstr "Facture"
#~ msgid "Load a template"
#~ msgstr "Charger un modèle"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Les commentaires seront affichés sur le document imprimé. Vous pouvez "
#~ "charger un modèle prédéfini, écrire votre propre texte ou charger un "
#~ "modèle et le modifier ensuite uniquement pour ce document."
#~ msgid "Top Comment"
#~ msgstr "Commentaire d'entête"
#~ msgid "Top Comment Template"
#~ msgstr "Modèle de commentaire d'entête"
#~ msgid "Top Comments"
#~ msgstr "Commentaires d'entête"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
"Language: gl\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 "Factura"

View file

@ -0,0 +1,65 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2024-01-31 15:36+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>\n"
"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
"Language: hr\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"
"X-Generator: Weblate 4.17\n"
#. module: account_comment_template
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids
msgid "Comment Template"
msgstr "Predložak komentara"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Komentari"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Komentari dokumenata"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Stavka dnevnika"
#~ msgid "Bottom Comment"
#~ msgstr "Donji komentar"
#~ msgid "Bottom Comment Template"
#~ msgstr "Predložak donjeg komentara"
#~ msgid "Bottom Comments"
#~ msgstr "Donji komentari"
#~ msgid "Invoice"
#~ msgstr "Račun"
#~ msgid "Load a template"
#~ msgstr "Učitaj predložak"
#~ msgid "Top Comment"
#~ msgstr "Gornji komentar"
#~ msgid "Top Comment Template"
#~ msgstr "Predložak gornjeg komentara"
#~ msgid "Top Comments"
#~ msgstr "Gornji komentari"

View file

@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/"
"hr_HR/)\n"
"Language: hr_HR\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 "Račun"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
"Language: hu\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 "Számla"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "Faktur"

View file

@ -0,0 +1,73 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2024-02-22 09:38+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\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_comment_template
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids
msgid "Comment Template"
msgstr "Modello commento"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Commenti"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Commenti del documento"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Registrazione contabile"
#~ msgid "Bottom Comment"
#~ msgstr "Commento in basso"
#~ msgid "Bottom Comment Template"
#~ msgstr "Modello commento in basso"
#~ msgid "Bottom Comments"
#~ msgstr "Commenti in basso"
#~ msgid "Invoice"
#~ msgstr "Fattura"
#~ msgid "Load a template"
#~ msgstr "Carica un modello"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "I commenti saranno mostrati sul documento stampato. Puoi caricare un "
#~ "modello predefinito, puoi scrivere un tuo testo o caricare un modello e "
#~ "poi modificarlo solo per questo documento."
#~ msgid "Top Comment"
#~ msgstr "Commento"
#~ msgid "Top Comment Template"
#~ msgstr "Modello commento in alto"
#~ msgid "Top Comments"
#~ msgstr "Commenti in alto"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "請求書"

View file

@ -0,0 +1,35 @@
# 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: Automatically generated\n"
"Language-Team: none\n"
"Language: ja_JP\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 ""

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
"Language: lt\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"
"%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 "Sąskaita faktūra"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
"Language: mk\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 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 "Фактура"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
"Language: mn\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 "Нэхэмжлэл"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/"
"nb/)\n"
"Language: nb\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 "Kommentarer"
#. 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"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/"
"teams/23907/nb_NO/)\n"
"Language: nb_NO\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 "Innmelding"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
"Language: nl\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 "Factuur"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/"
"nl_BE/)\n"
"Language: nl_BE\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 "Factuur"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# Peter Hageman <hageman.p@gmail.com>, 2018
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-05-10 14:32+0000\n"
"PO-Revision-Date: 2018-05-10 14:32+0000\n"
"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2018\n"
"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/"
"teams/23907/nl_NL/)\n"
"Language: nl_NL\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 "Partner"
#~ msgstr "Relatie"

View file

@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n"
"%100<12 || n%100>=14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n"
"%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\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"

View file

@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2019-08-18 01:44+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\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_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 "Comentários"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Comentários do Documento"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Comentário de Fundo"
#~ msgid "Bottom Comment Template"
#~ msgstr "Modelo de Comentário de Fundo"
#~ msgid "Bottom Comments"
#~ msgstr "Comentários de Fundo"
#~ msgid "Invoice"
#~ msgstr "Fatura"
#~ msgid "Load a template"
#~ msgstr "Carregar um modelo"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Os comentários serão exibidos no documento impresso. Pode carregar um "
#~ "comentário predefinido, escrever o seu próprio texto ou carregar um "
#~ "modelo e a seguir modificá-lo apenas para este documento."
#~ msgid "Top Comment"
#~ msgstr "Comentário de Topo"
#~ msgid "Top Comment Template"
#~ msgstr "Modelo de Comentário de Topo"
#~ msgid "Top Comments"
#~ msgstr "Comentários de Topo"
#~ msgid "Conditions template"
#~ msgstr "Modelo de condições"
#~ msgid "Contact"
#~ msgstr "Contacto"

View file

@ -0,0 +1,45 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2024-05-22 13:39+0000\n"
"Last-Translator: Rodrigo Macedo <sottomaiormacedotec@users.noreply."
"translation.odoo-community.org>\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 4.17\n"
#. module: account_comment_template
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids
msgid "Comment Template"
msgstr "Modelo de comentário"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Comentários"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Comentários do Documento"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Entrada Diária"
#~ msgid "Invoice"
#~ msgstr "Fatura"

View file

@ -0,0 +1,74 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2020-03-23 17:13+0000\n"
"Last-Translator: Pedro Castro Silva <pedrocs@exo.pt>\n"
"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/"
"teams/23907/pt_PT/)\n"
"Language: pt_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.10\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 "Comentários"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Comentários do Documento"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Comentário de fundo"
#~ msgid "Bottom Comment Template"
#~ msgstr "Modelo de Comentários de Fundo"
#~ msgid "Bottom Comments"
#~ msgstr "Comentários de Fundo"
#~ msgid "Invoice"
#~ msgstr "Fatura"
#~ msgid "Load a template"
#~ msgstr "Carregar um modelo"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Os comentários serão exibidos no documento impresso. Pode carregar um "
#~ "modelo predefinido, escrever o seu próprio texto ou carregar um modelo e "
#~ "depois modificá-lo apenas para este documento."
#~ msgid "Top Comment"
#~ msgstr "Comentário de Topo"
#~ msgid "Top Comment Template"
#~ msgstr "Modelo de Comentário de Topo"
#~ msgid "Top Comments"
#~ msgstr "Comentários de Topo"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
"Language: ro\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%100>19)||((n%100==0)&&(n!=0)))?"
"2: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 "Factura"

View file

@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"Language: ru\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
"%100>=11 && n%100<=14)? 2 : 3);\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 "Счет"

View file

@ -0,0 +1,70 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-07-04 17:19+0000\n"
"Last-Translator: Jan Prokop <jprokop@jackie.sk>\n"
"Language-Team: none\n"
"Language: sk\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"
"X-Generator: Weblate 3.10\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 "Komentáre"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Šablóny komentárov"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Komentár za položkami"
#~ msgid "Bottom Comment Template"
#~ msgstr "Šablóna pre spodný komentár"
#~ msgid "Bottom Comments"
#~ msgstr "Komentáre za položkami"
#~ msgid "Invoice"
#~ msgstr "Faktúra"
#~ msgid "Load a template"
#~ msgstr "Načítať šablónu"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Komentáre sa zobrazia na výtlačku dokumentu. Môžete načítať predvolenú "
#~ "šablónu, napísať svoj vlastný text alebo načítať šablónu a potom ju "
#~ "upraviť iba pre tento dokument."
#~ msgid "Top Comment"
#~ msgstr "Komentár pred položkami"
#~ msgid "Top Comment Template"
#~ msgstr "Šablóna horného komentára"
#~ msgid "Top Comments"
#~ msgstr "Komentáre pred položkami"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Slovak (Slovakia) (https://www.transifex.com/oca/teams/23907/"
"sk_SK/)\n"
"Language: sk_SK\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 "Faktúra"

View file

@ -0,0 +1,78 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2017
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\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_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 "Komentarji"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Komentarji dokumenta"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr ""
#~ msgid "Bottom Comment"
#~ msgstr "Spodnji komentar"
#~ msgid "Bottom Comment Template"
#~ msgstr "Predloga za spodnji komentar"
#~ msgid "Bottom Comments"
#~ msgstr "Spodnji komentarji"
#~ msgid "Invoice"
#~ msgstr "Račun"
#~ msgid "Load a template"
#~ msgstr "Naloži predlogo"
#~ msgid ""
#~ "The comments will be displayed on the printed document. You can load a "
#~ "predefined template, write your own text or load a template and then "
#~ "modify it only for this document."
#~ msgstr ""
#~ "Komentarji bodo prikazani na natisnjenem dokumentu. Naložite lahko pred-"
#~ "nastavljeno predlogo, napišete lastno besedilo ali naložite predlogo in "
#~ "jo nato spremenite la za ta dokument."
#~ msgid "Top Comment"
#~ msgstr "Gornji komentar"
#~ msgid "Top Comment Template"
#~ msgstr "Predloga za gornji komentar"
#~ msgid "Top Comments"
#~ msgstr "Gornji komentarji"
#, fuzzy
#~ msgid "Conditions template"
#~ msgstr "Naloži predlogo"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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: 2024-02-27 13:35+0000\n"
"Last-Translator: jakobkrabbe <jakob@syscare.se>\n"
"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
"Language: sv\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_comment_template
#: model:ir.model.fields,field_description:account_comment_template.field_account_move__comment_template_ids
msgid "Comment Template"
msgstr "Hur man skapar en mall"
#. module: account_comment_template
#: model_terms:ir.ui.view,arch_db:account_comment_template.move_form_add_comment
msgid "Comments"
msgstr "Kommentarer"
#. module: account_comment_template
#: model:ir.ui.menu,name:account_comment_template.menu_base_comment_template_invoice
msgid "Document Comments"
msgstr "Dokument Kommentarer"
#. module: account_comment_template
#: model:ir.model,name:account_comment_template.model_account_move
msgid "Journal Entry"
msgstr "Verifikat"
#~ msgid "Invoice"
#~ msgstr "Faktura"

View file

@ -0,0 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
"Language: th\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "ใบแจ้งหนี้"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 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: Ahmet Altinisik <aaltinisik@altinkaya.com.tr>, 2017\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"Language: tr\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 "Yorumlar"
#. 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 "Fatura"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/"
"tr_TR/)\n"
"Language: tr_TR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "Fatura"

View file

@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
# Jeffery CHEN <jeffery9@gmail.com>, 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: Jeffery CHEN <jeffery9@gmail.com>, 2017\n"
"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/"
"zh_CN/)\n"
"Language: zh_CN\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "发票"

View file

@ -0,0 +1,43 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_comment_template
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 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 <transbot@odoo-community.org>, 2017\n"
"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/"
"zh_TW/)\n"
"Language: zh_TW\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\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 "發票"

View file

@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from . import account_move

View file

@ -0,0 +1,13 @@
# Copyright 2014 Guewen Baconnier (Camptocamp SA)
# Copyright 2013-2014 Nicolas Bessi (Camptocamp SA)
# Copyright 2018 Vicent Cubells - Tecnativa
# Copyright 2019 Iván Todorovich (Druidoo)
# Copyright 2021 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from odoo import models
class AccountMove(models.Model):
_name = "account.move"
_inherit = ["account.move", "comment.template"]

View file

@ -0,0 +1,21 @@
* Xavier Jimenez <xavier.jimenez@qubiq.es>
* Nicolas Bessi <nicolas.bessi@camptocamp.com>
* Yannick Vaucher <yannick.vaucher@camptocamp.com>
* Simone Rubino <simone.rubino@agilebg.com>
* `Tecnativa <https://www.tecnativa.com>`_:
* Pedro M. Baeza
* Víctor Martínez
* `DynApps <https://www.dynapps.be>`_:
* Raf Ven <raf.ven@dynapps.be>
* `Druidoo <https://www.druidoo.io>`_:
* Iván Todorovich <ivan.todorovich@druidoo.io>
* `Jarsa <https://www.jarsa.com>`_:
* Alan Ramos <alan.ramos@jarsa.com>

View file

@ -0,0 +1,8 @@
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

View file

@ -0,0 +1,3 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_base_comment_template_account_user,access_base_comment_template user,base_comment_template.model_base_comment_template,account.group_account_user,1,0,0,0
access_base_comment_template_account_manager,access_base_comment_template manager,base_comment_template.model_base_comment_template,account.group_account_manager,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_base_comment_template_account_user access_base_comment_template user base_comment_template.model_base_comment_template account.group_account_user 1 0 0 0
3 access_base_comment_template_account_manager access_base_comment_template manager base_comment_template.model_base_comment_template account.group_account_manager 1 1 1 1

View file

@ -0,0 +1,449 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
<title>Account Comments</title>
<style type="text/css">
/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
*/
/* used to remove borders from tables and images */
.borderless, table.borderless td, table.borderless th {
border: 0 }
table.borderless td, table.borderless th {
/* Override padding for "table.docutils td" with "! important".
The right padding separates the table cells. */
padding: 0 0.5em 0 0 ! important }
.first {
/* Override more specific margin styles with "! important". */
margin-top: 0 ! important }
.last, .with-subtitle {
margin-bottom: 0 ! important }
.hidden {
display: none }
.subscript {
vertical-align: sub;
font-size: smaller }
.superscript {
vertical-align: super;
font-size: smaller }
a.toc-backref {
text-decoration: none ;
color: black }
blockquote.epigraph {
margin: 2em 5em ; }
dl.docutils dd {
margin-bottom: 0.5em }
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
overflow: hidden;
}
/* Uncomment (and remove this text!) to get bold-faced definition list terms
dl.docutils dt {
font-weight: bold }
*/
div.abstract {
margin: 2em 5em }
div.abstract p.topic-title {
font-weight: bold ;
text-align: center }
div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
margin: 2em ;
border: medium outset ;
padding: 1em }
div.admonition p.admonition-title, div.hint p.admonition-title,
div.important p.admonition-title, div.note p.admonition-title,
div.tip p.admonition-title {
font-weight: bold ;
font-family: sans-serif }
div.attention p.admonition-title, div.caution p.admonition-title,
div.danger p.admonition-title, div.error p.admonition-title,
div.warning p.admonition-title, .code .error {
color: red ;
font-weight: bold ;
font-family: sans-serif }
/* Uncomment (and remove this text!) to get reduced vertical space in
compound paragraphs.
div.compound .compound-first, div.compound .compound-middle {
margin-bottom: 0.5em }
div.compound .compound-last, div.compound .compound-middle {
margin-top: 0.5em }
*/
div.dedication {
margin: 2em 5em ;
text-align: center ;
font-style: italic }
div.dedication p.topic-title {
font-weight: bold ;
font-style: normal }
div.figure {
margin-left: 2em ;
margin-right: 2em }
div.footer, div.header {
clear: both;
font-size: smaller }
div.line-block {
display: block ;
margin-top: 1em ;
margin-bottom: 1em }
div.line-block div.line-block {
margin-top: 0 ;
margin-bottom: 0 ;
margin-left: 1.5em }
div.sidebar {
margin: 0 0 0.5em 1em ;
border: medium outset ;
padding: 1em ;
background-color: #ffffee ;
width: 40% ;
float: right ;
clear: right }
div.sidebar p.rubric {
font-family: sans-serif ;
font-size: medium }
div.system-messages {
margin: 5em }
div.system-messages h1 {
color: red }
div.system-message {
border: medium outset ;
padding: 1em }
div.system-message p.system-message-title {
color: red ;
font-weight: bold }
div.topic {
margin: 2em }
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
margin-top: 0.4em }
h1.title {
text-align: center }
h2.subtitle {
text-align: center }
hr.docutils {
width: 75% }
img.align-left, .figure.align-left, object.align-left, table.align-left {
clear: left ;
float: left ;
margin-right: 1em }
img.align-right, .figure.align-right, object.align-right, table.align-right {
clear: right ;
float: right ;
margin-left: 1em }
img.align-center, .figure.align-center, object.align-center {
display: block;
margin-left: auto;
margin-right: auto;
}
table.align-center {
margin-left: auto;
margin-right: auto;
}
.align-left {
text-align: left }
.align-center {
clear: both ;
text-align: center }
.align-right {
text-align: right }
/* reset inner alignment in figures */
div.align-right {
text-align: inherit }
/* div.align-center * { */
/* text-align: left } */
.align-top {
vertical-align: top }
.align-middle {
vertical-align: middle }
.align-bottom {
vertical-align: bottom }
ol.simple, ul.simple {
margin-bottom: 1em }
ol.arabic {
list-style: decimal }
ol.loweralpha {
list-style: lower-alpha }
ol.upperalpha {
list-style: upper-alpha }
ol.lowerroman {
list-style: lower-roman }
ol.upperroman {
list-style: upper-roman }
p.attribution {
text-align: right ;
margin-left: 50% }
p.caption {
font-style: italic }
p.credits {
font-style: italic ;
font-size: smaller }
p.label {
white-space: nowrap }
p.rubric {
font-weight: bold ;
font-size: larger ;
color: maroon ;
text-align: center }
p.sidebar-title {
font-family: sans-serif ;
font-weight: bold ;
font-size: larger }
p.sidebar-subtitle {
font-family: sans-serif ;
font-weight: bold }
p.topic-title {
font-weight: bold }
pre.address {
margin-bottom: 0 ;
margin-top: 0 ;
font: inherit }
pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
pre.code .ln { color: grey; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
pre.code .literal.string, code .literal.string { color: #0C5404 }
pre.code .name.builtin, code .name.builtin { color: #352B84 }
pre.code .deleted, code .deleted { background-color: #DEB0A1}
pre.code .inserted, code .inserted { background-color: #A3D289}
span.classifier {
font-family: sans-serif ;
font-style: oblique }
span.classifier-delimiter {
font-family: sans-serif ;
font-weight: bold }
span.interpreted {
font-family: sans-serif }
span.option {
white-space: nowrap }
span.pre {
white-space: pre }
span.problematic {
color: red }
span.section-subtitle {
/* font-size relative to parent (h1..h6 element) */
font-size: 80% }
table.citation {
border-left: solid 1px gray;
margin-left: 1px }
table.docinfo {
margin: 2em 4em }
table.docutils {
margin-top: 0.5em ;
margin-bottom: 0.5em }
table.footnote {
border-left: solid 1px black;
margin-left: 1px }
table.docutils td, table.docutils th,
table.docinfo td, table.docinfo th {
padding-left: 0.5em ;
padding-right: 0.5em ;
vertical-align: top }
table.docutils th.field-name, table.docinfo th.docinfo-name {
font-weight: bold ;
text-align: left ;
white-space: nowrap ;
padding-left: 0 }
/* "booktabs" style (no vertical lines) */
table.docutils.booktabs {
border: 0px;
border-top: 2px solid;
border-bottom: 2px solid;
border-collapse: collapse;
}
table.docutils.booktabs * {
border: 0px;
}
table.docutils.booktabs th {
border-bottom: thin solid;
text-align: left;
}
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
font-size: 100% }
ul.auto-toc {
list-style-type: none }
</style>
</head>
<body>
<div class="document" id="account-comments">
<h1 class="title">Account Comments</h1>
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:0a899af0a18677ee8cf7dff6005898cadd4a209d5e1efac69a1e61821a494b67
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/account-invoice-reporting/tree/16.0/account_comment_template"><img alt="OCA/account-invoice-reporting" src="https://img.shields.io/badge/github-OCA%2Faccount--invoice--reporting-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/account-invoice-reporting-16-0/account-invoice-reporting-16-0-account_comment_template"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/account-invoice-reporting&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>Adds comments on invoices.
The comments can be edited directly on the invoices or loaded from
templates.</p>
<p>Two positions are available for the comments:</p>
<ul class="simple">
<li>before invoice lines</li>
<li>after invoice lines</li>
</ul>
<p><strong>Table of contents</strong></p>
<div class="contents local topic" id="contents">
<ul class="simple">
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
</ul>
</li>
</ul>
</div>
<div class="section" id="bug-tracker">
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues">GitHub Issues</a>.
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
<a class="reference external" href="https://github.com/OCA/account-invoice-reporting/issues/new?body=module:%20account_comment_template%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
<div class="section" id="authors">
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
<ul class="simple">
<li>Camptocamp</li>
<li>Tecnativa</li>
</ul>
</div>
<div class="section" id="contributors">
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
<ul class="simple">
<li>Xavier Jimenez &lt;<a class="reference external" href="mailto:xavier.jimenez&#64;qubiq.es">xavier.jimenez&#64;qubiq.es</a>&gt;</li>
<li>Nicolas Bessi &lt;<a class="reference external" href="mailto:nicolas.bessi&#64;camptocamp.com">nicolas.bessi&#64;camptocamp.com</a>&gt;</li>
<li>Yannick Vaucher &lt;<a class="reference external" href="mailto:yannick.vaucher&#64;camptocamp.com">yannick.vaucher&#64;camptocamp.com</a>&gt;</li>
<li>Simone Rubino &lt;<a class="reference external" href="mailto:simone.rubino&#64;agilebg.com">simone.rubino&#64;agilebg.com</a>&gt;</li>
<li><a class="reference external" href="https://www.tecnativa.com">Tecnativa</a>:<ul>
<li>Pedro M. Baeza</li>
<li>Víctor Martínez</li>
</ul>
</li>
<li><a class="reference external" href="https://www.dynapps.be">DynApps</a>:<ul>
<li>Raf Ven &lt;<a class="reference external" href="mailto:raf.ven&#64;dynapps.be">raf.ven&#64;dynapps.be</a>&gt;</li>
</ul>
</li>
<li><a class="reference external" href="https://www.druidoo.io">Druidoo</a>:<ul>
<li>Iván Todorovich &lt;<a class="reference external" href="mailto:ivan.todorovich&#64;druidoo.io">ivan.todorovich&#64;druidoo.io</a>&gt;</li>
</ul>
</li>
<li><a class="reference external" href="https://www.jarsa.com">Jarsa</a>:<ul>
<li>Alan Ramos &lt;<a class="reference external" href="mailto:alan.ramos&#64;jarsa.com">alan.ramos&#64;jarsa.com</a>&gt;</li>
</ul>
</li>
</ul>
</div>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
<p>This module is maintained by the OCA.</p>
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
<p>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.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/account-invoice-reporting/tree/16.0/account_comment_template">OCA/account-invoice-reporting</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
</div>
</body>
</html>

View file

@ -0,0 +1,3 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import test_account_move_report

View file

@ -0,0 +1,70 @@
# Copyright 2017 Simone Rubino - Agile Business Group
# Copyright 2018 Tecnativa - Pedro M. Baeza
# Copyright 2021-2022 Tecnativa - Víctor Martínez
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo.tests import tagged
from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged("post_install", "-at_install")
class TestAccountInvoiceReport(AccountTestInvoicingCommon):
@classmethod
def setUpClass(cls, chart_template_ref=None):
super().setUpClass(chart_template_ref=chart_template_ref)
cls.env = cls.env(
context=dict(
cls.env.context,
mail_create_nolog=True,
mail_create_nosubscribe=True,
mail_notrack=True,
no_reset_password=True,
tracking_disable=True,
)
)
cls.base_comment_model = cls.env["base.comment.template"]
cls.res_model_id = cls.env.ref("account.model_account_move")
cls.before_comment = cls._create_comment(cls, "before_lines")
cls.after_comment = cls._create_comment(cls, "after_lines")
cls.partner = cls.env["res.partner"].create(
{
"name": "Partner Test",
"base_comment_template_ids": [
(4, cls.before_comment.id),
(4, cls.after_comment.id),
],
}
)
cls.invoice = cls.init_invoice(
"out_invoice", partner=cls.partner, products=cls.product_a + cls.product_b
)
def _create_comment(self, position):
return self.base_comment_model.create(
{
"name": "Comment " + position,
"company_id": self.company_data["company"].id,
"position": position,
"text": "Text " + position,
"models": "account.move",
"model_ids": [(6, 0, self.res_model_id.ids)],
}
)
def test_comments_in_invoice_report(self):
res = self.env["ir.actions.report"]._render_qweb_html(
"account.report_invoice", self.invoice.ids
)
self.assertRegex(str(res[0]), self.before_comment.text)
self.assertRegex(str(res[0]), self.after_comment.text)
def test_comments_in_invoice(self):
new_invoice = self.init_invoice(
"out_invoice",
partner=self.partner,
products=self.product_a + self.product_b,
)
new_invoice._compute_comment_template_ids()
self.assertTrue(self.after_comment in new_invoice.comment_template_ids)
self.assertTrue(self.before_comment in new_invoice.comment_template_ids)

View file

@ -0,0 +1,18 @@
<odoo>
<record model="ir.ui.view" id="move_form_add_comment">
<field name="name">account.move.form.comment</field>
<field name="model">account.move</field>
<field name="inherit_id" ref="account.view_move_form" />
<field name="arch" type="xml">
<xpath expr="/form/sheet/notebook" position="inside">
<page string="Comments" name="comments">
<field name="comment_template_ids" />
</page>
</xpath>
</field>
</record>
</odoo>

View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<menuitem
name="Document Comments"
id="menu_base_comment_template_invoice"
action="base_comment_template.action_base_comment_template"
parent="account.account_management_menu"
/>
</odoo>

View file

@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<template
id="report_invoice_document_comments"
inherit_id="account.report_invoice_document"
>
<xpath expr="//div[@id='informations']" position="after">
<t
t-set="before_comment_template_ids"
t-value="o.comment_template_ids.filtered(lambda x: x.position == 'before_lines')"
/>
<t t-foreach="before_comment_template_ids" t-as="comment_template_id">
<div t-out="o.render_comment(comment_template_id)" />
</t>
</xpath>
<xpath expr="//div[@id='qrcode']" position="before">
<t
t-set="after_comment_template_ids"
t-value="o.comment_template_ids.filtered(lambda x: x.position == 'after_lines')"
/>
<t t-foreach="after_comment_template_ids" t-as="comment_template_id">
<div t-out="o.render_comment(comment_template_id)" />
</t>
</xpath>
</template>
</odoo>

View file

@ -0,0 +1,32 @@
# Architecture
```mermaid
flowchart TD
U[Users] -->|HTTP| V[Views and QWeb Templates]
V --> C[Controllers]
V --> W[Wizards Transient Models]
C --> M[Models and ORM]
W --> M
M --> R[Reports]
DX[Data XML] --> M
S[Security ACLs and Groups] -. enforces .-> M
subgraph Account_comment_template Module - account_comment_template
direction LR
M:::layer
W:::layer
C:::layer
V:::layer
R:::layer
S:::layer
DX:::layer
end
classDef layer fill:#eef8ff,stroke:#6ea8fe,stroke-width:1px
```
Notes
- Views include tree/form/kanban templates and report templates.
- Controllers provide website/portal routes when present.
- Wizards are UI flows implemented with `models.TransientModel`.
- Data XML loads data/demo records; Security defines groups and access.

View file

@ -0,0 +1,3 @@
# Configuration
Refer to Odoo settings for account_comment_template. Configure related models, access rights, and options as needed.

View file

@ -0,0 +1,3 @@
# Controllers
This module does not define custom HTTP controllers.

View file

@ -0,0 +1,6 @@
# Dependencies
This addon depends on:
- [account](../../odoo-bringout-oca-ocb-account)
- [base_comment_template](../../odoo-bringout-oca-reporting-engine-base_comment_template)

View file

@ -0,0 +1,4 @@
# FAQ
- Q: Which Odoo version? A: 16.0 (OCA/OCB packaged).
- Q: How to enable? A: Start server with --addon account_comment_template or install in UI.

View file

@ -0,0 +1,7 @@
# Install
```bash
pip install odoo-bringout-oca-account-invoice-reporting-account_comment_template"
# or
uv pip install odoo-bringout-oca-account-invoice-reporting-account_comment_template"
```

View file

@ -0,0 +1,12 @@
# Models
Detected core models and extensions in account_comment_template.
```mermaid
classDiagram
class account_move
```
Notes
- Classes show model technical names; fields omitted for brevity.
- Items listed under _inherit are extensions of existing models.

View file

@ -0,0 +1,6 @@
# Overview
Packaged Odoo addon: account_comment_template. Provides features documented in upstream Odoo 16 under this addon.
- Source: OCA/OCB 16.0, addon account_comment_template
- License: LGPL-3

View file

@ -0,0 +1,3 @@
# Reports
This module does not define custom reports.

View file

@ -0,0 +1,34 @@
# Security
Access control and security definitions in account_comment_template.
## Access Control Lists (ACLs)
Model access permissions defined in:
- **[ir.model.access.csv](../account_comment_template/security/ir.model.access.csv)**
- 2 model access rules
## Record Rules
Row-level security rules defined in:
```mermaid
graph TB
subgraph "Security Layers"
A[Users] --> B[Groups]
B --> C[Access Control Lists]
C --> D[Models]
B --> E[Record Rules]
E --> F[Individual Records]
end
```
Security files overview:
- **[ir.model.access.csv](../account_comment_template/security/ir.model.access.csv)**
- Model access permissions (CRUD rights)
Notes
- Access Control Lists define which groups can access which models
- Record Rules provide row-level security (filter records by user/group)
- Security groups organize users and define permission sets
- All security is enforced at the ORM level by Odoo

View file

@ -0,0 +1,5 @@
# Troubleshooting
- Ensure Python and Odoo environment matches repo guidance.
- Check database connectivity and logs if startup fails.
- Validate that dependent addons listed in DEPENDENCIES.md are installed.

View file

@ -0,0 +1,7 @@
# Usage
Start Odoo including this addon (from repo root):
```bash
python3 scripts/nix_odoo_web_server.py --db-name mydb --addon account_comment_template
```

View file

@ -0,0 +1,3 @@
# Wizards
This module does not include UI wizards.

View file

@ -0,0 +1,43 @@
[project]
name = "odoo-bringout-oca-account-invoice-reporting-account_comment_template"
version = "16.0.0"
description = "Account Comments - Comments templates on invoice documents"
authors = [
{ name = "Ernad Husremovic", email = "hernad@bring.out.ba" }
]
dependencies = [
"odoo-bringout-oca-ocb-account>=16.0.0",
"odoo-bringout-oca-account-invoice-reporting-base_comment_template>=16.0.0",
"requests>=2.25.1"
]
readme = "README.md"
requires-python = ">= 3.11"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Office/Business",
]
[project.urls]
homepage = "https://github.com/bringout/0"
repository = "https://github.com/bringout/0"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.metadata]
allow-direct-references = true
[tool.hatch.build.targets.wheel]
packages = ["account_comment_template"]
[tool.rye]
managed = true
dev-dependencies = [
"pytest>=8.4.1",
]