Skip to content

[MIG] account_invoice_tree_currency: Migration to 18.0 #2029

New issue

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

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

Already on GitHub? Sign in to your account

Open
wants to merge 23 commits into
base: 18.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
4c07519
[ADD] account_invoice_tree_currency
MiquelRForgeFlow Apr 22, 2021
3b6b849
[UPD] Update account_invoice_tree_currency.pot
oca-travis May 12, 2021
af7f18b
[UPD] README.rst
OCA-git-bot May 12, 2021
e34ed3d
[MIG] account_invoice_tree_currency: Migration to 14.0
fredzamoabg May 20, 2021
bc52d9d
[UPD] Update account_invoice_tree_currency.pot
oca-travis Aug 4, 2021
6c920da
[UPD] README.rst
OCA-git-bot Aug 4, 2021
a70814b
[15.0][MIG] account_invoice_tree_currency: Migration to 15.0
OriolVForgeFlow Nov 24, 2021
e23e92e
[UPD] Update account_invoice_tree_currency.pot
Feb 21, 2022
cae053b
[UPD] README.rst
OCA-git-bot Feb 21, 2022
1fe400c
Added translation using Weblate (Catalan)
jabelchi Aug 9, 2022
dd7bc06
Translated using Weblate (Catalan)
jabelchi Aug 9, 2022
d7c0a59
[MIG] account_invoice_tree_currency: Migration to 16.0
alan196 Feb 19, 2023
146e678
[UPD] Update account_invoice_tree_currency.pot
Aug 1, 2023
c781f6c
[UPD] README.rst
OCA-git-bot Aug 1, 2023
3bde23a
Added translation using Weblate (Spanish)
Gelo-fl Aug 1, 2023
e4e3a4d
Translated using Weblate (Spanish)
Gelo-fl Aug 1, 2023
52693ce
[UPD] README.rst
OCA-git-bot Sep 3, 2023
de1d6a8
Added translation using Weblate (Italian)
mymage Feb 26, 2024
c2e3f1c
Translated using Weblate (Italian)
mymage Feb 27, 2024
77778ab
Added translation using Weblate (Croatian)
badbole Jun 17, 2024
bd1676e
Translated using Weblate (Croatian)
badbole Jun 17, 2024
bd09b84
[IMP] : pre-commit auto fixes
isaako34 Jun 12, 2025
ce3a6c1
[MIG] account_invoice_tree_currency: Migration to 18.0
isaako34 Jun 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
77 changes: 77 additions & 0 deletions account_invoice_tree_currency/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
=============================
Account Invoice Tree Currency
=============================

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:b33677c7ab702d20fd787b6e46bf2f107266763e59634c99fdc082a8750634c0
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |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-LGPL--3-blue.png
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
:alt: License: LGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--invoicing-lightgray.png?logo=github
:target: https://github.com/OCA/account-invoicing/tree/18.0/account_invoice_tree_currency
:alt: OCA/account-invoicing
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/account-invoicing-18-0/account-invoicing-18-0-account_invoice_tree_currency
: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-invoicing&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows you to optionally show currencies in the invoice tree
view.

**Table of contents**

.. contents::
:local:

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/account-invoicing/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-invoicing/issues/new?body=module:%20account_invoice_tree_currency%0Aversion:%2018.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
-------

* ForgeFlow

Contributors
------------

- Miquel Raïch <[email protected]>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/account-invoicing <https://github.com/OCA/account-invoicing/tree/18.0/account_invoice_tree_currency>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
1 change: 1 addition & 0 deletions account_invoice_tree_currency/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).
15 changes: 15 additions & 0 deletions account_invoice_tree_currency/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Copyright 2021 ForgeFlow (http://www.forgeflow.com)
# License LGPL-3.0 or later (https://www.gnu.org/licenses/lgpl.html).

{
"name": "Account Invoice Tree Currency",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"summary": "Show currencies in the invoice tree view",
"version": "18.0.1.0.0",
"category": "Accounting & Finance",
"website": "https://github.com/OCA/account-invoicing",
"depends": ["account"],
"data": ["views/account_move_view.xml"],
"license": "LGPL-3",
"installable": True,
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tree_currency
#
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_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due"
msgstr ""

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due (Currency)"
msgstr ""

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax (Currency)"
msgstr ""

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax Excluded (Currency)"
msgstr ""

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total"
msgstr ""

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total (Currency)"
msgstr ""
47 changes: 47 additions & 0 deletions account_invoice_tree_currency/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tree_currency
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2022-08-09 10:07+0000\n"
"Last-Translator: jabelchi <[email protected]>\n"
"Language-Team: none\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"
"X-Generator: Weblate 4.3.2\n"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due"
msgstr "Import vençut"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due (Currency)"
msgstr "Import vençut (divisa)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax (Currency)"
msgstr "Impostos (divisa)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax Excluded (Currency)"
msgstr "Impostos exclosos (divisa)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total"
msgstr "Total"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total (Currency)"
msgstr "Total (divisa)"
47 changes: 47 additions & 0 deletions account_invoice_tree_currency/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tree_currency
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2023-08-01 14:11+0000\n"
"Last-Translator: gelo joga Rodríguez <[email protected]>\n"
"Language-Team: none\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_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due"
msgstr "Importe pendiente"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due (Currency)"
msgstr "Importe pendiente (Moneda)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax (Currency)"
msgstr "Impuesto (Moneda)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax Excluded (Currency)"
msgstr "Impuestos no incluidos (Moneda)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total"
msgstr "Total"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total (Currency)"
msgstr "Total (Moneda)"
48 changes: 48 additions & 0 deletions account_invoice_tree_currency/i18n/hr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tree_currency
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-06-17 11:24+0000\n"
"Last-Translator: Bole <[email protected]>\n"
"Language-Team: none\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_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due"
msgstr "Dospjeli iznos"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due (Currency)"
msgstr "Dospljei iznos ( Valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax (Currency)"
msgstr "Porez (Valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax Excluded (Currency)"
msgstr "Izuzeto od poreza (Valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total"
msgstr "Ukupno"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total (Currency)"
msgstr "Ukupno (Valuta)"
47 changes: 47 additions & 0 deletions account_invoice_tree_currency/i18n/it.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_invoice_tree_currency
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-02-27 12:36+0000\n"
"Last-Translator: mymage <[email protected]>\n"
"Language-Team: none\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_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due"
msgstr "Importo dovuto"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Amount Due (Currency)"
msgstr "Importo dovuto (valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax (Currency)"
msgstr "Imposta (valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Tax Excluded (Currency)"
msgstr "Imposta esclusa (valuta)"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total"
msgstr "Totale"

#. module: account_invoice_tree_currency
#: model_terms:ir.ui.view,arch_db:account_invoice_tree_currency.view_invoice_tree
msgid "Total (Currency)"
msgstr "Totale (valuta)"
3 changes: 3 additions & 0 deletions account_invoice_tree_currency/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["whool"]
build-backend = "whool.buildapi"
1 change: 1 addition & 0 deletions account_invoice_tree_currency/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Miquel Raïch \<[email protected]\>
2 changes: 2 additions & 0 deletions account_invoice_tree_currency/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This module allows you to optionally show currencies in the invoice tree
view.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading