Skip to content

Commit

Permalink
[MIG] sale_last_price_info: Migration to 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Swapnesh-SerpentCS committed Feb 6, 2018
1 parent 6b03d93 commit 26202b9
Show file tree
Hide file tree
Showing 15 changed files with 178 additions and 178 deletions.
4 changes: 3 additions & 1 deletion sale_last_price_info/README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
:alt: License: AGPL-3

==============================
Product Last Price Info - Sale
==============================

Expand All @@ -13,7 +14,7 @@ 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 smashing it by providing a detailed and welcomed feedback
`here <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_last_price_info%0Aversion:%208.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`here <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_last_price_info%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.


Credits
Expand All @@ -25,6 +26,7 @@ Contributors
* Oihane Crucelaegui <[email protected]>
* Pedro M. Baeza <[email protected]>
* Ana Juaristi <[email protected]>
* Serpent Consulting Services Pvt. Ltd. <[email protected]>

Maintainer
----------
Expand Down
7 changes: 2 additions & 5 deletions sale_last_price_info/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# -*- encoding: utf-8 -*-
##############################################################################
# For copyright and license notices, see __openerp__.py file in root directory
##############################################################################
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

from . import models
from . import models
36 changes: 9 additions & 27 deletions sale_last_price_info/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,42 +1,24 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see http://www.gnu.org/licenses/.
#
##############################################################################
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).


{
"name": "Product Last Price Info - Sale",
"version": "8.0.1.0.0",
"category": "Sales Management",
"license": "AGPL-3",
"version": "11.0.1.0.0",
"author": "OdooMRP team, "
"AvanzOSC, "
"Serv. Tecnol. Avanzados - Pedro M. Baeza, "
"Odoo Community Association (OCA)",
"website": "http://www.odoomrp.com",
"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]>",
],
"depends": [
"sale",
],
"data": [
"views/product_view.xml",
],
'installable': False,
"depends": ["sale_management"],
"data": ["views/product_view.xml"],
'installable': True,
}
42 changes: 25 additions & 17 deletions sale_last_price_info/i18n/de.po
Original file line number Diff line number Diff line change
@@ -1,34 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
# Translators:
# Rudolf Schnapka <[email protected]>, 2015
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-08 20:48+0000\n"
"PO-Revision-Date: 2015-10-09 13:42+0000\n"
"Last-Translator: Rudolf Schnapka <[email protected]>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-sale-workflow-8-0/language/de/)\n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2018-01-19 07:31+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: \n"

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
msgid "Last Price Info"
msgstr "Letzter Verkaufspreis"
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product_last_customer_id
msgid "Last Customer"
msgstr "Last Customer"

#. 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 "Last Sale Date"

#. 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 "Last Sale Price"

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

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

41 changes: 25 additions & 16 deletions sale_last_price_info/i18n/es.po
Original file line number Diff line number Diff line change
@@ -1,33 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
# Translators:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-09 12:27+0000\n"
"PO-Revision-Date: 2015-09-03 07:08+0000\n"
"Last-Translator: OCA Transbot <[email protected]>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-sale-workflow-8-0/language/es/)\n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2018-01-19 07:31+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: \n"

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
msgid "Last Price Info"
msgstr "Información último precio"
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product_last_customer_id
msgid "Last Customer"
msgstr "Last Customer"

#. 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 "Last Sale Date"

#. 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 "Last Sale Price"

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

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
#: model:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Ventas"
msgstr "Sale"

39 changes: 24 additions & 15 deletions sale_last_price_info/i18n/fr.po
Original file line number Diff line number Diff line change
@@ -1,33 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
# Translators:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-09-09 12:27+0000\n"
"PO-Revision-Date: 2015-09-03 07:08+0000\n"
"POT-Creation-Date: 2018-01-19 07:31+0000\n"
"PO-Revision-Date: 2018-01-19 07:31+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-sale-workflow-8-0/language/fr/)\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Plural-Forms: \n"

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
msgid "Last Price Info"
msgstr ""
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product_last_customer_id
msgid "Last Customer"
msgstr "Last Customer"

#. 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 "Last Sale Date"

#. 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 "Last Sale Price"

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

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
#: model:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Commande"
msgstr "Sale"

39 changes: 24 additions & 15 deletions sale_last_price_info/i18n/it.po
Original file line number Diff line number Diff line change
@@ -1,33 +1,42 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * sale_last_price_info
#
# Translators:
# * sale_last_price_info
#
msgid ""
msgstr ""
"Project-Id-Version: sale-workflow (8.0)\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-10-02 17:59+0000\n"
"PO-Revision-Date: 2015-09-03 07:08+0000\n"
"POT-Creation-Date: 2018-01-19 07:32+0000\n"
"PO-Revision-Date: 2018-01-19 07:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-sale-workflow-8-0/language/it/)\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: \n"

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
msgid "Last Price Info"
msgstr ""
#: model:ir.model.fields,field_description:sale_last_price_info.field_product_product_last_customer_id
msgid "Last Customer"
msgstr "Last Customer"

#. 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 "Last Sale Date"

#. 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 "Last Sale Price"

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

#. module: sale_last_price_info
#: view:product.product:sale_last_price_info.product_last_sale_info_form_view
#: model:ir.ui.view,arch_db:sale_last_price_info.product_last_sale_info_form_view
msgid "Sale"
msgstr "Vendite"
msgstr "Sale"

6 changes: 3 additions & 3 deletions sale_last_price_info/i18n/sale_last_price_info.pot
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 8.0\n"
"Project-Id-Version: Odoo Server 11.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-06-22 10:31+0000\n"
"PO-Revision-Date: 2015-06-22 10:31+0000\n"
"POT-Creation-Date: 2018-01-19 07:32+0000\n"
"PO-Revision-Date: 2018-01-19 07:32+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down
33 changes: 0 additions & 33 deletions sale_last_price_info/i18n/sl.po

This file was deleted.

Loading

0 comments on commit 26202b9

Please sign in to comment.