Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[17.0][MIG] sale_company_currency : Migration to 17.0 #3230

Open
wants to merge 28 commits into
base: 17.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
752b29d
base module & sales_team
leemannd Jan 12, 2017
15e3171
OCA Transbot updated translations from Transifex
oca-transbot Nov 25, 2017
2b9b4f6
OCA Transbot updated translations from Transifex
oca-transbot Jan 27, 2018
fea37b3
[FIX] README errors and manifest
SimoRubi Jun 6, 2018
dac4a88
[UPD] Update sale_company_currency.pot
oca-travis Jun 20, 2018
e0a32b4
Translated using Weblate (Portuguese)
pedrocasi Nov 24, 2018
797d4cc
[ADD] icon.png
OCA-git-bot Apr 3, 2019
22662a5
Translated using Weblate (Catalan)
danimv5 Mar 26, 2021
7d9ba18
Translated using Weblate (Spanish)
danimv5 Mar 26, 2021
56ab58e
Translated using Weblate (Croatian)
MatijaKrolo Oct 8, 2021
344206f
[IMP] sale_company_currency: black, isort, prettier
alexeirivera87 Jun 9, 2022
2cd28f4
[MIG] sale_company_currency: Migration to 14.0
alexeirivera87 Jun 9, 2022
1204585
[UPD] Update sale_company_currency.pot
oca-travis Jun 13, 2022
07ffa4e
[UPD] README.rst
OCA-git-bot Jun 13, 2022
ba15c9c
sale_company_currency 14.0.1.0.1
OCA-git-bot Jun 13, 2022
8f691f5
Translated using Weblate (Italian)
francesco-ooops Jun 24, 2022
d5a790f
[IMP] sale_company_currency: pre-commit stuff
ignissak Feb 1, 2023
f6b13ca
[MIG] sale_company_currency: Migration to 16.0
ignissak Feb 6, 2023
4680ff4
[UPD] Update sale_company_currency.pot
Apr 19, 2023
fbaf9a9
[UPD] README.rst
OCA-git-bot Apr 19, 2023
e1ed8b9
Update translation files
weblate Apr 19, 2023
8a7fe21
Translated using Weblate (Portuguese (Brazil))
adrianojprado Jun 12, 2023
7c63600
[UPD] README.rst
OCA-git-bot Sep 3, 2023
f7a8539
Update translation files
weblate Oct 9, 2023
42764b5
Translated using Weblate (Portuguese (Brazil))
adrianojprado Nov 14, 2023
0039e12
Translated using Weblate (Italian)
mymage Dec 1, 2023
986a39a
[IMP] sale_company_currency: pre-commit auto fixes
fgaviiria Jul 11, 2024
dc20bcf
[MIG] sale_company_currency: Migration to 17.0
fgaviiria Jul 11, 2024
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
Binary file added pandoc-3.2.1-windows-x86_64.msi
Binary file not shown.
11 changes: 7 additions & 4 deletions partner_sale_pivot/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* 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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -427,7 +428,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">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>
<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>
Expand Down
11 changes: 7 additions & 4 deletions product_form_sale_link/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* 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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -415,7 +416,9 @@ <h2><a class="toc-backref" href="#toc-entry-5">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-6">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>
<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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@

/*
:Author: David Goodger (goodger@python.org)
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.

Default cascading style sheet for the HTML output of Docutils.
Despite the name, some widely supported CSS2 features are used.

See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
Expand Down Expand Up @@ -274,7 +275,7 @@
margin-left: 2em ;
margin-right: 2em }

pre.code .ln { color: grey; } /* line numbers */
pre.code .ln { color: gray; } /* 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 }
Expand All @@ -300,7 +301,7 @@
span.pre {
white-space: pre }

span.problematic {
span.problematic, pre.problematic {
color: red }

span.section-subtitle {
Expand Down Expand Up @@ -456,7 +457,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<div class="section" id="maintainers">
<h2><a class="toc-backref" href="#toc-entry-7">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>
<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>
Expand Down
84 changes: 84 additions & 0 deletions sale_company_currency/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
===============================
Company Currency in Sale Orders
===============================

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

.. |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%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_company_currency
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_company_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/sale-workflow&target_branch=16.0
:alt: Try me on Runboat

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

This module adds functional fields to show sale order in the company currency:
amount total.

1. For tree view, when you have SO in multiple currencies, Odoo sums them up
regardless the different currencies. This module adds a column & sums in
the company's currency.

2. The field is also shown in form view after the total.

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/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/sale-workflow/issues/new?body=module:%20sale_company_currency%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

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

* Denis Leemann <denis.leemann@camptocamp.com>
* Alexei Rivera <arivera@archeti.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/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_company_currency>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions sale_company_currency/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
14 changes: 14 additions & 0 deletions sale_company_currency/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Copyright 2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Company Currency in Sale Orders",
"version": "17.0.1.0.0",
"author": "Camptocamp, " "Odoo Community Association (OCA) ",
"website": "https://github.com/OCA/sale-workflow",
"category": "Sale",
"license": "AGPL-3",
"depends": ["sale"],
"data": ["views/sale_order_view.xml"],
"installable": True,
}
53 changes: 53 additions & 0 deletions sale_company_currency/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_company_currency
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2021-03-26 10:46+0000\n"
"Last-Translator: Daniel Martinez Vila <daniel.martinez@qubiq.es>\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"
"X-Generator: Weblate 4.3.2\n"

#. module: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__company_currency_id
msgid "Company Currency"
msgstr "Moneda de l'empresa"

#. module: sale_company_currency
#: model:ir.model.fields,help:sale_company_currency.field_sale_order__amount_total_curr
msgid "Sale Order Amount in the company Currency"
msgstr "Import de la comanda de venda a la moneda de l’empresa"

#. module: sale_company_currency
#: model:ir.model,name:sale_company_currency.model_sale_order
msgid "Sales Order"
msgstr "Comandes de venda"

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total"
msgstr "Total"

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_form
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total (Company Currency)"
msgstr "Total (moneda de l'empresa)"

#. module: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__amount_total_curr
msgid "Total Amount"
msgstr "Suma total"
52 changes: 52 additions & 0 deletions sale_company_currency/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_company_currency
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2017\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"

#. module: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__company_currency_id
msgid "Company Currency"
msgstr ""

#. module: sale_company_currency
#: model:ir.model.fields,help:sale_company_currency.field_sale_order__amount_total_curr
msgid "Sale Order Amount in the company Currency"
msgstr ""

#. module: sale_company_currency
#: model:ir.model,name:sale_company_currency.model_sale_order
msgid "Sales Order"
msgstr "Verkaufsauftrag"

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total"
msgstr ""

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_form
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total (Company Currency)"
msgstr ""

#. module: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__amount_total_curr
msgid "Total Amount"
msgstr ""
53 changes: 53 additions & 0 deletions sale_company_currency/i18n/el_GR.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_company_currency
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2017
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 10.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-11-23 01:51+0000\n"
"PO-Revision-Date: 2017-11-23 01:51+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 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: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__company_currency_id
msgid "Company Currency"
msgstr ""

#. module: sale_company_currency
#: model:ir.model.fields,help:sale_company_currency.field_sale_order__amount_total_curr
msgid "Sale Order Amount in the company Currency"
msgstr ""

#. module: sale_company_currency
#: model:ir.model,name:sale_company_currency.model_sale_order
msgid "Sales Order"
msgstr "Εντολή Πώλησης"

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total"
msgstr ""

#. module: sale_company_currency
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_form
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_order_tree
#: model_terms:ir.ui.view,arch_db:sale_company_currency.view_quotation_tree
msgid "Total (Company Currency)"
msgstr ""

#. module: sale_company_currency
#: model:ir.model.fields,field_description:sale_company_currency.field_sale_order__amount_total_curr
msgid "Total Amount"
msgstr ""
Loading
Loading