Skip to content

Commit

Permalink
Merge PR OCA#1917 into 15.0
Browse files Browse the repository at this point in the history
Signed-off-by dreispt
  • Loading branch information
OCA-git-bot committed Dec 30, 2022
2 parents fc2f3e9 + f2d6cc6 commit d11d2cc
Show file tree
Hide file tree
Showing 25 changed files with 1,323 additions and 0 deletions.
83 changes: 83 additions & 0 deletions sale_last_price_info/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
==============================
Product Last Price Info - Sale
==============================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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:/OCA/sale-workflow/tree/15.0/sale_last_price_info
: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-15-0/sale-workflow-15-0-sale_last_price_info
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/167/15.0
:alt: Try me on Runbot

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

This module adds the last sale info of the product.
* Last Sale Price
* Last Sale Date
* Last Customer

**Table of contents**

.. contents::
:local:

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

Bugs are tracked on `GitHub Issues <https:/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 smashing it by providing a detailed and welcomed
`feedback <https:/OCA/sale-workflow/issues/new?body=module:%20sale_last_price_info%0Aversion:%2015.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
~~~~~~~

* AvanzOSC
* Tecnativa

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

* Alfredo de la Fuente <[email protected]>
* Oihane Crucelaegui <[email protected]>
* Pedro M. Baeza <[email protected]>
* Ana Juaristi <[email protected]>
* Serpent Consulting Services Pvt. Ltd. <[email protected]>
* Tharathip Chaweewongphan <[email protected]>
* Ruchir Shukla <[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/sale-workflow <https:/OCA/sale-workflow/tree/15.0/sale_last_price_info>`_ 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_last_price_info/__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
22 changes: 22 additions & 0 deletions sale_last_price_info/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


{
"name": "Product Last Price Info - Sale",
"version": "15.0.1.0.1",
"author": "AvanzOSC, Tecnativa, Odoo Community Association (OCA)",
"website": "https:/OCA/sale-workflow",
"category": "Sales",
"license": "AGPL-3",
"contributors": [
"Alfredo de la Fuente <[email protected]>",
"Oihane Crucelaegui <[email protected]>",
"Pedro M. Baeza <[email protected]>",
"Ana Juaristi <[email protected]>",
"Serpent Consulting Services Pvt. Ltd. <[email protected]>",
"Ruchir Shukla <[email protected]>",
],
"depends": ["sale_management"],
"data": ["views/product_view.xml"],
"installable": True,
}
79 changes: 79 additions & 0 deletions sale_last_price_info/i18n/ca.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 14.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-01-20 12:44+0000\n"
"Last-Translator: Daniel Martinez Vila <[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: sale_last_price_info
#: model:ir.model.fields,help:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid ""
"Creation date of draft/sent orders,\n"
"Confirmation date of confirmed orders."
msgstr ""
"Data de creació d’esborranys/comandes enviades,\n"
"Data de confirmació de les comandes confirmades."

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__display_name
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__display_name
msgid "Display Name"
msgstr "Nom visible"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__id
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__id
msgid "ID"
msgstr "ID"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_customer_id
msgid "Last Customer"
msgstr "Últim Client"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product____last_update
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line____last_update
msgid "Last Modified on"
msgstr "Darrera modificació el"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_date
msgid "Last Sale Date"
msgstr "Última Data Venda"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_price
msgid "Last Sale Price"
msgstr "Darrer Preu de Venda"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid "Order date"
msgstr "Data de la comanda"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_product_product
msgid "Product"
msgstr "Producte"

#. module: sale_last_price_info
#: model_terms:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Venda"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línia de Comandes de Vendes"
63 changes: 63 additions & 0 deletions sale_last_price_info/i18n/de.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2021-07-09 15:48+0000\n"
"Last-Translator: Maria Sparenberg <[email protected]>\n"
"Language-Team: \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 4.3.2\n"

#. module: sale_last_price_info
#: model:ir.model.fields,help:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid ""
"Creation date of draft/sent orders,\n"
"Confirmation date of confirmed orders."
msgstr ""
"Dies ist das Erstelldatum von Angeboten im Entwurf oder bereits gesendeten "
"Angeboten,\n"
"oder das Datum der Bestätigung bei bestätigten Aufträgen."

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_customer_id
msgid "Last Customer"
msgstr "Letzter Kunde"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_date
msgid "Last Sale Date"
msgstr "Datum des letzten Verkaufs"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_price
msgid "Last Sale Price"
msgstr "Letzter Verkaufspreis"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid "Order date"
msgstr "Auftragsdatum"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_product_product
msgid "Product"
msgstr "Produkt"

#. module: sale_last_price_info
#: model_terms:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Letzter Verkauf"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_sale_order_line
msgid "Sales Order Line"
msgstr "Auftragsposition"
63 changes: 63 additions & 0 deletions sale_last_price_info/i18n/es.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2020-07-27 10:19+0000\n"
"Last-Translator: Daniel Martinez Vila <[email protected]>\n"
"Language-Team: \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 3.10\n"

#. module: sale_last_price_info
#: model:ir.model.fields,help:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid ""
"Creation date of draft/sent orders,\n"
"Confirmation date of confirmed orders."
msgstr ""
"Fecha de creación del borrador/envío de las órdenes,\\n"
"\n"
"Fecha de confirmación de los pedidos confirmados."

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_customer_id
msgid "Last Customer"
msgstr "Último Cliente"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_date
msgid "Last Sale Date"
msgstr "Últime Fecha de Venta"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_price
msgid "Last Sale Price"
msgstr "Último precio de venta"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid "Order date"
msgstr "Fecha Pedido"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_product_product
msgid "Product"
msgstr "Producto"

#. module: sale_last_price_info
#: model_terms:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Venta"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_sale_order_line
msgid "Sales Order Line"
msgstr "Línea Pedido de Venta"
62 changes: 62 additions & 0 deletions sale_last_price_info/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2021-05-14 18:47+0000\n"
"Last-Translator: Yves Le Doeuff <[email protected]>\n"
"Language-Team: \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: sale_last_price_info
#: model:ir.model.fields,help:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid ""
"Creation date of draft/sent orders,\n"
"Confirmation date of confirmed orders."
msgstr ""
"Date de création des commandes,\n"
"Date de confirmation des commandes."

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_customer_id
msgid "Last Customer"
msgstr "Dernier client"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_date
msgid "Last Sale Date"
msgstr "Date de dernière commande"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product__last_sale_price
msgid "Last Sale Price"
msgstr "Dernier prix de vente"

#. module: sale_last_price_info
#: model:ir.model.fields,field_description:sale_last_price_info.field_sale_order_line__date_order_sale_last_price_info
msgid "Order date"
msgstr "Date de commande"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_product_product
msgid "Product"
msgstr "Produit"

#. module: sale_last_price_info
#: model_terms:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Vente"

#. module: sale_last_price_info
#: model:ir.model,name:sale_last_price_info.model_sale_order_line
msgid "Sales Order Line"
msgstr "Ligne de commande"
Loading

0 comments on commit d11d2cc

Please sign in to comment.