Rodney Enciso Arias 7 rokov pred
commit
6096db26d3
86 zmenil súbory, kde vykonal 6069 pridanie a 0 odobranie
  1. 72 0
      README.rst
  2. 6 0
      __init__.py
  3. BIN
      __init__.pyc
  4. 36 0
      __openerp__.py
  5. 13 0
      data/product_product_data.xml
  6. 57 0
      hooks.py
  7. BIN
      hooks.pyc
  8. 81 0
      i18n/am.po
  9. 81 0
      i18n/ar.po
  10. 81 0
      i18n/bg.po
  11. 81 0
      i18n/bs.po
  12. 82 0
      i18n/ca.po
  13. 81 0
      i18n/cs.po
  14. 81 0
      i18n/da.po
  15. 82 0
      i18n/de.po
  16. 81 0
      i18n/el_GR.po
  17. 81 0
      i18n/en_GB.po
  18. 82 0
      i18n/es.po
  19. 81 0
      i18n/es_AR.po
  20. 81 0
      i18n/es_CL.po
  21. 81 0
      i18n/es_CO.po
  22. 81 0
      i18n/es_CR.po
  23. 81 0
      i18n/es_DO.po
  24. 81 0
      i18n/es_EC.po
  25. 82 0
      i18n/es_ES.po
  26. 82 0
      i18n/es_MX.po
  27. 81 0
      i18n/es_PE.po
  28. 81 0
      i18n/es_PY.po
  29. 81 0
      i18n/es_VE.po
  30. 81 0
      i18n/et.po
  31. 82 0
      i18n/eu.po
  32. 81 0
      i18n/fa.po
  33. 81 0
      i18n/fi.po
  34. 81 0
      i18n/fr.po
  35. 81 0
      i18n/fr_CA.po
  36. 82 0
      i18n/fr_CH.po
  37. 81 0
      i18n/fr_FR.po
  38. 81 0
      i18n/gl.po
  39. 81 0
      i18n/gl_ES.po
  40. 81 0
      i18n/he.po
  41. 81 0
      i18n/hr.po
  42. 81 0
      i18n/hr_HR.po
  43. 81 0
      i18n/hu.po
  44. 81 0
      i18n/id.po
  45. 81 0
      i18n/it.po
  46. 81 0
      i18n/ja.po
  47. 81 0
      i18n/ko.po
  48. 81 0
      i18n/lt.po
  49. 81 0
      i18n/lt_LT.po
  50. 81 0
      i18n/lv.po
  51. 81 0
      i18n/mk.po
  52. 81 0
      i18n/mn.po
  53. 81 0
      i18n/nb.po
  54. 81 0
      i18n/nb_NO.po
  55. 81 0
      i18n/nl.po
  56. 81 0
      i18n/nl_BE.po
  57. 82 0
      i18n/nl_NL.po
  58. 81 0
      i18n/pl.po
  59. 81 0
      i18n/pt.po
  60. 81 0
      i18n/pt_BR.po
  61. 81 0
      i18n/pt_PT.po
  62. 81 0
      i18n/ro.po
  63. 82 0
      i18n/ru.po
  64. 81 0
      i18n/sk.po
  65. 82 0
      i18n/sl.po
  66. 81 0
      i18n/sr.po
  67. 81 0
      i18n/sr@latin.po
  68. 81 0
      i18n/sv.po
  69. 81 0
      i18n/th.po
  70. 82 0
      i18n/tr.po
  71. 81 0
      i18n/tr_TR.po
  72. 81 0
      i18n/uk.po
  73. 81 0
      i18n/vi.po
  74. 81 0
      i18n/vi_VN.po
  75. 81 0
      i18n/zh_CN.po
  76. 81 0
      i18n/zh_TW.po
  77. 7 0
      models/__init__.py
  78. BIN
      models/__init__.pyc
  79. 89 0
      models/product_product.py
  80. BIN
      models/product_product.pyc
  81. 48 0
      models/product_template.py
  82. BIN
      models/product_template.pyc
  83. 2 0
      security/ir.model.access.csv
  84. BIN
      static/description/icon.png
  85. 5 0
      tests/__init__.py
  86. 134 0
      tests/test_product_product.py

+ 72 - 0
README.rst

@@ -0,0 +1,72 @@
+.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
+   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
+   :alt: License: AGPL-3
+
+====================
+Product Variant Cost
+====================
+
+This module allows to handle cost method and price at product variant level
+(product.product) instead at product level (product.template), which is the
+default.
+
+Configuration
+=============
+
+For using different cost methods, you have to install *purchase* module and go
+to Configuration > Purchases to enable "Use 'Real Price' or 'Average'
+costing methods.", but that's an optional choice.
+
+Usage
+=====
+
+If you go to Sales > Products > Product Variants, the cost price in the tab
+"Procurements" will be changed only for that variant. If there's only one
+variant, the price will be also applied to the template.
+
+On the other hand, a change in the cost price for the template will modify
+all the variants involved.
+
+.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
+   :alt: Try me on Runbot
+   :target: https://runbot.odoo-community.org/runbot/137/8.0
+
+
+Bug Tracker
+===========
+
+Bugs are tracked on `GitHub Issues <https://github.com/OCA/product-variant/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/product-variant/issues/new?body=module:%
+product_variant_cost_price%0Aversion:%20
+8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
+
+
+Credits
+=======
+
+Contributors
+------------
+
+* Ainara Galdona <ainaragaldona@avanzosc.es>
+* Ana Juaristi <anajuaristi@avanzosc.es>
+* Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>
+* Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>
+* Javier Iniesta <javieria@antiun.com>
+
+Maintainer
+----------
+
+.. image:: https://odoo-community.org/logo.png
+   :alt: Odoo Community Association
+   :target: https://odoo-community.org
+
+This module is maintained by the OCA.
+
+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.
+
+To contribute to this module, please visit https://odoo-community.org.
+

+ 6 - 0
__init__.py

@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+# © 2015 Ainara Galdona - AvanzOSC
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+from . import models
+from .hooks import load_cost_price_on_variant

BIN
__init__.pyc


+ 36 - 0
__openerp__.py

@@ -0,0 +1,36 @@
+# -*- coding: utf-8 -*-
+# © 2015 Ainara Galdona - AvanzOSC
+# © 2015 Pedro M. Baeza - Serv. Tecnol. Avanzados
+# © 2015 Antiun Ingenieria S.L. - Javier Iniesta
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+{
+    "name": "Product Variant Cost Price",
+    "summary": "Cost price by variant",
+    "version": "8.0.1.0.0",
+    "category": "Product Management",
+    "license": "AGPL-3",
+    "author": "OdooMRP team, "
+              "AvanzOSC, "
+              "Serv. Tecnol. Avanzados - Pedro M. Baeza, "
+              "Antiun Ingeniería S.L., "
+              "Odoo Community Association (OCA)",
+    "website": "https://github.com/OCA/product-variant",
+    "contributors": [
+        "Ainara Galdona <ainaragaldona@avanzosc.es>",
+        "Pedro M. Baeza <pedro.baeza@serviciosbaeza.com>",
+        "Ana Juaristi <anajuaristi@avanzosc.es>",
+        "Oihane Crucelaegui <oihanecrucelaegi@avanzosc.es>",
+        "Javier Iniesta <javieria@antiun.com>",
+    ],
+    "depends": [
+        "product",
+        "stock_account",
+    ],
+    "data": [
+        'data/product_product_data.xml',
+        'security/ir.model.access.csv',
+    ],
+    "installable": True,
+    "post_init_hook": "load_cost_price_on_variant",
+}

+ 13 - 0
data/product_product_data.xml

@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="utf-8"?>
+<openerp>
+    <data noupdate="1">
+
+        <record forcecreate="True" id="default_cost_method" model="ir.property">
+            <field name="name">Cost Method Property (Product variant)</field>
+            <field name="fields_id" search="[('model', '=', 'product.product'), ('name', '=', 'cost_method')]"/>
+            <field name="value">standard</field>
+            <field name="type">selection</field>
+        </record>
+
+    </data>
+</openerp>

+ 57 - 0
hooks.py

@@ -0,0 +1,57 @@
+# -*- coding: utf-8 -*-
+# © 2015 Ainara Galdona - AvanzOSC
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+from openerp import api, SUPERUSER_ID
+
+
+def load_cost_price_on_variant(cr, registry):
+    with api.Environment.manage():
+        env = api.Environment(cr, SUPERUSER_ID, {})
+        for field_name in ('standard_price', 'cost_method'):
+            template_field = env['ir.model.fields'].search(
+                [('model', '=', 'product.template'),
+                 ('name', '=', field_name)])
+            product_field = env['ir.model.fields'].search(
+                [('model', '=', 'product.product'),
+                 ('name', '=', field_name)])
+            cr.execute("""
+                SELECT
+                    NULLIF(substring(ir_property.res_id from 17), '')::
+                        integer
+                FROM
+                    ir_property
+                WHERE
+                    ir_property.fields_id = %s
+            """, (product_field.id, ))
+            existing_ids = [x[0] for x in cr.fetchall()]
+            sql = """
+                INSERT INTO ir_property
+                    (name, type, value_text, value_float, value_integer,
+                    company_id, res_id, fields_id)
+                SELECT
+                    %s,
+                    ir_property.type,
+                    ir_property.value_text,
+                    ir_property.value_float,
+                    ir_property.value_integer,
+                    ir_property.company_id,
+                    'product.product,' || product_product.id::text,
+                    %s
+                FROM
+                    ir_property,
+                    product_product
+                WHERE
+                    ir_property.fields_id = %s
+                AND
+                    NULLIF(substring(ir_property.res_id from 18), '')::
+                        integer = product_product.product_tmpl_id
+            """
+            if existing_ids:
+                cr.execute(
+                    sql + "AND product_product.id NOT IN %s",
+                    (field_name, product_field.id, template_field.id,
+                     tuple(existing_ids)))
+            else:
+                cr.execute(
+                    sql, (field_name, product_field.id, template_field.id))

BIN
hooks.pyc


+ 81 - 0
i18n/am.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-07 02:42+0000\n"
+"PO-Revision-Date: 2016-09-07 02:42+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Amharic (https://www.transifex.com/oca/teams/23907/am/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: am\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/ar.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Arabic (https://www.transifex.com/oca/teams/23907/ar/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ar\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "أنشئ بواسطة"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "أنشئ في"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "اسم العرض"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "المعرف"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "آخر تعديل في"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "آخر تحديث بواسطة"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "آخر تحديث في"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/bg.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# Kaloyan Naumov <kaloyan@lumnus.net>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: Kaloyan Naumov <kaloyan@lumnus.net>, 2016\n"
+"Language-Team: Bulgarian (https://www.transifex.com/oca/teams/23907/bg/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bg\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Създадено от"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Създадено на"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Име за Показване"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Последно обновено на"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Последно обновено от"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Последно обновено на"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/bs.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Bosnian (https://www.transifex.com/oca/teams/23907/bs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: bs\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Prikaži naziv"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zadnje mijenjano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/ca.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-03-28 06:07+0000\n"
+"PO-Revision-Date: 2017-03-28 06:07+0000\n"
+"Last-Translator: Marc Tormo i Bochaca <mtbochaca@gmail.com>, 2017\n"
+"Language-Team: Catalan (https://www.transifex.com/oca/teams/23907/ca/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ca\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creat per"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creat el"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Veure el nom"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Darrera modificació el"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Darrera Actualització per"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Darrera Actualització el"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Producte"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Plantilla del producte"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "desconegut "

+ 81 - 0
i18n/cs.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Czech (https://www.transifex.com/oca/teams/23907/cs/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: cs\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Vytvořil(a)"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Vytvořeno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Zobrazovaný název"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Naposled upraveno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Naposled upraveno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Naposled upraveno"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/da.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Danish (https://www.transifex.com/oca/teams/23907/da/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: da\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Oprettet af"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Oprettet den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Vist navn"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "Id"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Sidst ændret den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Sidst opdateret af"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Sidst opdateret den"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/de.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Rudolf Schnapka <rs@techno-flex.de>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-03-28 06:07+0000\n"
+"PO-Revision-Date: 2017-03-28 06:07+0000\n"
+"Last-Translator: Rudolf Schnapka <rs@techno-flex.de>, 2017\n"
+"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\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"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Erstellt von"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Erstellt am:"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Anzeigename"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zuletzt geändert am"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zuletzt aktualisiert von"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zuletzt aktualisiert am"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produkt"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Produktvorlage"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "unbekannt"

+ 81 - 0
i18n/el_GR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-18 05:12+0000\n"
+"PO-Revision-Date: 2017-02-18 05:12+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Greek (Greece) (https://www.transifex.com/oca/teams/23907/el_GR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: el_GR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Δημιουργήθηκε από "
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Δημιουργήθηκε στις"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "Κωδικός"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Τελευταία ενημέρωση από"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Τελευταία ενημέρωση στις"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Προϊόν"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/en_GB.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: English (United Kingdom) (https://www.transifex.com/oca/teams/23907/en_GB/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: en_GB\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Created by"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Created on"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Display Name"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Last Modified on"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/es.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Oihane Crucelaegui <oihanecruce@gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-06-30 10:38+0000\n"
+"PO-Revision-Date: 2016-06-30 10:38+0000\n"
+"Last-Translator: Oihane Crucelaegui <oihanecruce@gmail.com>, 2016\n"
+"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre a mostrar"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr "Fecha de historificación"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr "Coste"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Producto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Plantilla de producto"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "desconocido"

+ 81 - 0
i18n/es_AR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Argentina) (https://www.transifex.com/oca/teams/23907/es_AR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_AR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Mostrar Nombre"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización el"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_CL.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Chile) (https://www.transifex.com/oca/teams/23907/es_CL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CL\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_CO.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Colombia) (https://www.transifex.com/oca/teams/23907/es_CO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre Público"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última Modificación el"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Actualizado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Actualizado"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_CR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 03:55+0000\n"
+"PO-Revision-Date: 2016-12-24 03:55+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/oca/teams/23907/es_CR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_CR\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_DO.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/oca/teams/23907/es_DO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_DO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_EC.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Ecuador) (https://www.transifex.com/oca/teams/23907/es_EC/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_EC\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre mostrado"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID (identificación)"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/es_ES.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Fernando Lara <gennesis45@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-11 04:34+0000\n"
+"PO-Revision-Date: 2017-02-11 04:34+0000\n"
+"Last-Translator: Fernando Lara <gennesis45@gmail.com>, 2017\n"
+"Language-Team: Spanish (Spain) (https://www.transifex.com/oca/teams/23907/es_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre para mostrar"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Producto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/es_MX.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Juan González <bifomania@protonmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-29 14:59+0000\n"
+"PO-Revision-Date: 2016-11-29 14:59+0000\n"
+"Last-Translator: Juan González <bifomania@protonmail.com>, 2016\n"
+"Language-Team: Spanish (Mexico) (https://www.transifex.com/oca/teams/23907/es_MX/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_MX\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre desplegado"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Ultima modificacion realizada"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualizacion por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualización realizada"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Plantilla del producto"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_PE.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Peru) (https://www.transifex.com/oca/teams/23907/es_PE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nombre a Mostrar"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Ultima Modificación en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Actualizado última vez por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima Actualización"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_PY.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Paraguay) (https://www.transifex.com/oca/teams/23907/es_PY/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_PY\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualización por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/es_VE.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Spanish (Venezuela) (https://www.transifex.com/oca/teams/23907/es_VE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: es_VE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Mostrar nombre"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Modificada por última vez"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última actualización realizada por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualizacion en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/et.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Estonian (https://www.transifex.com/oca/teams/23907/et/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: et\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Loonud"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Loodud"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Näidatav nimi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Viimati muudetud"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Viimati uuendatud"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Viimati uuendatud"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/eu.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Esther Martín Menéndez <esthermartin001@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-18 05:12+0000\n"
+"PO-Revision-Date: 2017-02-18 05:12+0000\n"
+"Last-Translator: Esther Martín Menéndez <esthermartin001@gmail.com>, 2017\n"
+"Language-Team: Basque (https://www.transifex.com/oca/teams/23907/eu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: eu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Nork sortua"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Created on"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Izena erakutsi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Last Updated on"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produktua"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "ezezaguna"

+ 81 - 0
i18n/fa.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Persian (https://www.transifex.com/oca/teams/23907/fa/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fa\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "ایجاد شده توسط"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "ایجاد شده در"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "نام نمایشی"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "شناسه"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "تاریخ آخرین به‌روزرسانی"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "آخرین به روز رسانی توسط"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "آخرین به روز رسانی در"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/fi.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fi\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Luonut"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Luotu"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nimi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Viimeksi muokattu"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Viimeksi päivittänyt"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Viimeksi päivitetty"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Tuote"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Tuotteen malli"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/fr.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\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"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Date"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nom à afficher"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Dernière mise à jour par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Dernière mise à jour le"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Article"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Modèle d'article"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/fr_CA.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 06:23+0000\n"
+"PO-Revision-Date: 2016-12-31 06:23+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CA\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Afficher le nom"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "Identifiant"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Dernière mise à jour par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Dernière mise à jour le"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/fr_CH.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# leemannd <leemannd@gmail.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-29 14:59+0000\n"
+"PO-Revision-Date: 2016-11-29 14:59+0000\n"
+"Last-Translator: leemannd <leemannd@gmail.com>, 2016\n"
+"Language-Team: French (Switzerland) (https://www.transifex.com/oca/teams/23907/fr_CH/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_CH\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Créé par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Créé le"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nom affiché"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Dernière modification le"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Modifié par"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Modifié le"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produit"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Template de produit"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/fr_FR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: fr_FR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produit"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/gl.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-18 05:12+0000\n"
+"PO-Revision-Date: 2017-02-18 05:12+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Galician (https://www.transifex.com/oca/teams/23907/gl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creado en"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última modificación"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "ültima actualización por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última actualización en"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/gl_ES.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Galician (Spain) (https://www.transifex.com/oca/teams/23907/gl_ES/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: gl_ES\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/he.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Hebrew (https://www.transifex.com/oca/teams/23907/he/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: he\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "נוצר על ידי"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "נוצר ב-"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "השם המוצג"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "מזהה"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "תאריך שינוי אחרון"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "עודכן לאחרונה על ידי"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "עודכן לאחרונה על"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/hr.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# Bole <bole@dajmi5.com>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-09-18 01:17+0000\n"
+"PO-Revision-Date: 2016-09-18 01:17+0000\n"
+"Last-Translator: Bole <bole@dajmi5.com>, 2016\n"
+"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Naziv "
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zadnje modificirano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažuriranje"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Proizvod"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Predložak proizvoda"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/hr_HR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Croatian (Croatia) (https://www.transifex.com/oca/teams/23907/hr_HR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hr_HR\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Kreirano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Naziv"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zadnje modificirano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji ažurirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnje ažurirano"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Proizvod"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Predložak proizvoda"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/hu.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Hungarian (https://www.transifex.com/oca/teams/23907/hu/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: hu\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Készítette"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Létrehozás dátuma"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Név megjelenítése"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Utolsó frissítés dátuma"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Utoljára frissítve, által"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Utoljára frissítve "
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/id.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Indonesian (https://www.transifex.com/oca/teams/23907/id/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: id\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Dibuat oleh"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Dibuat pada"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nama Tampilan"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Terakhir Dimodifikasi pada"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Diperbaharui oleh"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Diperbaharui pada"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/it.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# Paolo Valier <paolo.valier@hotmail.it>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-07-27 02:41+0000\n"
+"PO-Revision-Date: 2016-07-27 02:41+0000\n"
+"Last-Translator: Paolo Valier <paolo.valier@hotmail.it>, 2016\n"
+"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\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"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creato da"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creato il"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nome da Visualizzare"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Ultima Modifica il"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima Modifica di"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultimo Aggiornamento il"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Prodotto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Template Prodotto"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "sconosciuto"

+ 81 - 0
i18n/ja.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Japanese (https://www.transifex.com/oca/teams/23907/ja/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ja\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "作成者"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "作成日"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "表示名"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "最終更新日"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "最終更新者"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "最終更新日"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/ko.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Korean (https://www.transifex.com/oca/teams/23907/ko/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ko\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "작성자"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "작성일"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "표시 이름"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "최근 수정"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "최근 갱신한 사람"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "최근 갱신 날짜"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/lt.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Lithuanian (https://www.transifex.com/oca/teams/23907/lt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Vaizduojamas pavadinimas"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Paskutinį kartą keista"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/lt_LT.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 06:23+0000\n"
+"PO-Revision-Date: 2016-12-31 06:23+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Lithuanian (Lithuania) (https://www.transifex.com/oca/teams/23907/lt_LT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lt_LT\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Sukūrė"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Sukurta"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Paskutinį kartą atnaujino"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Paskutinį kartą atnaujinta"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/lv.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Latvian (https://www.transifex.com/oca/teams/23907/lv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: lv\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Izveidoja"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Izveidots"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Pēdējo reizi atjaunoja"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Pēdējās izmaiņas"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/mk.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Macedonian (https://www.transifex.com/oca/teams/23907/mk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mk\n"
+"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Креирано од"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Креирано на"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Прикажи име"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Последна промена на"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Последно ажурирање од"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Последно ажурирање на"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/mn.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Mongolian (https://www.transifex.com/oca/teams/23907/mn/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: mn\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Үүсгэгч"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Үүсгэсэн"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Дэлгэцийн Нэр"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Сүүлийн засвар хийсэн огноо"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Сүүлийн засвар хийсэн"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Сүүлийн засвар хийсэн огноо"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/nb.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Norwegian Bokmål (https://www.transifex.com/oca/teams/23907/nb/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Opprettet av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Opprettet den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Visnings navn"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Sist oppdatert "
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Sist oppdatert"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/nb_NO.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-24 03:55+0000\n"
+"PO-Revision-Date: 2016-12-24 03:55+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Norwegian Bokmål (Norway) (https://www.transifex.com/oca/teams/23907/nb_NO/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nb_NO\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Laget av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Laget den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Vis navn"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Sist endret den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Sist oppdatert av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Sist oppdatert den"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/nl.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-02-18 05:12+0000\n"
+"PO-Revision-Date: 2017-02-18 05:12+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Aangemaakt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Aangemaakt op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Te tonen naam"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Product"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/nl_BE.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Dutch (Belgium) (https://www.transifex.com/oca/teams/23907/nl_BE/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_BE\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Gemaakt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Gemaakt op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Schermnaam"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Laatst Aangepast op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/nl_NL.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2017
+# Peter Hageman <hageman.p@gmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: Peter Hageman <hageman.p@gmail.com>, 2017\n"
+"Language-Team: Dutch (Netherlands) (https://www.transifex.com/oca/teams/23907/nl_NL/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: nl_NL\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Aangemaakt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Aangemaakt op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Weergavenaam"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Laatst gewijzigd op"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Laatst bijgewerkt door"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Laatst bijgewerkt op"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Product"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/pl.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Polish (https://www.transifex.com/oca/teams/23907/pl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pl\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Utworzone przez"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Utworzono"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Wyświetlana nazwa "
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Ostatnio modyfikowano"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ostatnio modyfikowane przez"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ostatnia zmiana"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/pt.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-29 14:59+0000\n"
+"PO-Revision-Date: 2016-11-29 14:59+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Portuguese (https://www.transifex.com/oca/teams/23907/pt/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nome"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Modificado a última vez por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Atualizado pela última vez por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Atualizado pela última vez em"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/pt_BR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_BR\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nome para Mostrar"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "Identificação"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última atualização em"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Última atualização por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Última atualização em"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produto"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Modelo Produto"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/pt_PT.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Portuguese (Portugal) (https://www.transifex.com/oca/teams/23907/pt_PT/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: pt_PT\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Criado por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Criado em"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nome a Apresentar"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Última Modificação Em"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Atualizado pela última vez por"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Atualizado pela última vez em"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/ro.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Romanian (https://www.transifex.com/oca/teams/23907/ro/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ro\n"
+"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Creat de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Creat la"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Nume Afişat"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Ultima actualizare în"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Ultima actualizare făcută de"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Ultima actualizare la"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Produs"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Produs șablon"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/ru.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Victor Safronovich <vsafronovich@suvit.ru>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-05-01 21:12+0000\n"
+"PO-Revision-Date: 2017-05-01 21:12+0000\n"
+"Last-Translator: Victor Safronovich <vsafronovich@suvit.ru>, 2017\n"
+"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: ru\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Создано"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Создан"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Последний раз обновлено"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Последний раз обновлено"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Товар/Услуга"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/sk.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Slovak (https://www.transifex.com/oca/teams/23907/sk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sk\n"
+"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Vytvoril"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Vytvorené"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Zobraziť meno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Posledná modifikácia"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Naposledy upravoval"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Naposledy upravované"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/sl.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-06-30 10:38+0000\n"
+"PO-Revision-Date: 2016-06-30 10:38+0000\n"
+"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>, 2016\n"
+"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sl\n"
+"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Ustvaril"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Ustvarjeno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Prikazni naziv"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr "Čas zgodovinjenja"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr "Zgodovinjeni strošek"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zadnjič spremenjeno"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnji posodobil"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnjič posodobljeno"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Proizvod"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Predloga proizvoda"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr "neznano"

+ 81 - 0
i18n/sr.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Serbian (https://www.transifex.com/oca/teams/23907/sr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Kreiran"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/sr@latin.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Serbian (Latin) (https://www.transifex.com/oca/teams/23907/sr@latin/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sr@latin\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Kreirao"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Kreiran"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Ime za prikaz"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Zadnja izmjena"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Zadnja izmjena"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Zadnja izmjena"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/sv.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Swedish (https://www.transifex.com/oca/teams/23907/sv/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: sv\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Skapad av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Skapad den"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Visa namn"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Senast redigerad"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Senast uppdaterad av"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Senast uppdaterad"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/th.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Thai (https://www.transifex.com/oca/teams/23907/th/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: th\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "สร้างโดย"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "สร้างเมื่อ"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "ชื่อที่ใช้แสดง"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "รหัส"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "แก้ไขครั้งสุดท้ายเมื่อ"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "อัพเดทครั้งสุดท้ายโดย"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "อัพเดทครั้งสุดท้ายเมื่อ"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 82 - 0
i18n/tr.po

@@ -0,0 +1,82 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+# Ivan BARAYEV <ivanbarayev@hotmail.com>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 06:23+0000\n"
+"PO-Revision-Date: 2016-12-31 06:23+0000\n"
+"Last-Translator: Ivan BARAYEV <ivanbarayev@hotmail.com>, 2017\n"
+"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Oluşturuldu"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Görünen İsim"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Son değişiklik"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Son güncelleyen"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Son güncelleme"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Ürün"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/tr_TR.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# Ozge Altinisik <ozge@altinkaya.com.tr>, 2017
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-12-31 06:23+0000\n"
+"PO-Revision-Date: 2016-12-31 06:23+0000\n"
+"Last-Translator: Ozge Altinisik <ozge@altinkaya.com.tr>, 2017\n"
+"Language-Team: Turkish (Turkey) (https://www.transifex.com/oca/teams/23907/tr_TR/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: tr_TR\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Oluşturan"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Oluşturulma tarihi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Görünen ad"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "Kimlik"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "En son güncelleme tarihi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "En son güncelleyen "
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "En son güncelleme tarihi"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Ürün"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Ürün şablonu"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/uk.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Ukrainian (https://www.transifex.com/oca/teams/23907/uk/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: uk\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: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Створив"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Дата створення"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Назва для відображення"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Остання модифікація"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Востаннє оновив"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Останнє оновлення"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/vi.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Vietnamese (https://www.transifex.com/oca/teams/23907/vi/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Được tạo bởi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Được tạo vào"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "Tên hiển thị"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "Sửa lần cuối vào"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Last Updated by"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/vi_VN.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Vietnamese (Viet Nam) (https://www.transifex.com/oca/teams/23907/vi_VN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: vi_VN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "Tạo bởi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "Tạo vào"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "Cập nhật lần cuối bởi"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "Cập nhật lần cuối vào"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "Sản phẩm"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "Mẫu sản phẩm"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/zh_CN.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-08-19 06:41+0000\n"
+"PO-Revision-Date: 2017-08-19 06:41+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Chinese (China) (https://www.transifex.com/oca/teams/23907/zh_CN/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_CN\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "创建者"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "创建时间"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "显示名称"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "ID"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "最后修改时间"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "最后更新者"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "上次更新日期"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr "产品"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr "产品模板"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 81 - 0
i18n/zh_TW.po

@@ -0,0 +1,81 @@
+# Translation of Odoo Server.
+# This file contains the translation of the following modules:
+# * product_variant_cost_price
+# 
+# Translators:
+# OCA Transbot <transbot@odoo-community.org>, 2016
+msgid ""
+msgstr ""
+"Project-Id-Version: Odoo Server 8.0\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2016-11-11 03:45+0000\n"
+"PO-Revision-Date: 2016-11-11 03:45+0000\n"
+"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
+"Language-Team: Chinese (Taiwan) (https://www.transifex.com/oca/teams/23907/zh_TW/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: \n"
+"Language: zh_TW\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_uid:0
+msgid "Created by"
+msgstr "建立者"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,create_date:0
+msgid "Created on"
+msgstr "建立於"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,display_name:0
+msgid "Display Name"
+msgstr "顯示名稱"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,datetime:0
+msgid "Historization Time"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,cost:0
+msgid "Historized Cost"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,id:0
+msgid "ID"
+msgstr "編號"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,__last_update:0
+msgid "Last Modified on"
+msgstr "最後修改:"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_uid:0
+msgid "Last Updated by"
+msgstr "最後更新:"
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,write_date:0
+msgid "Last Updated on"
+msgstr "最後更新於"
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_product
+#: field:product.price.history.product,product_id:0
+msgid "Product"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: model:ir.model,name:product_variant_cost_price.model_product_template
+#: field:product.price.history.product,product_template_id:0
+msgid "Product Template"
+msgstr ""
+
+#. module: product_variant_cost_price
+#: field:product.price.history.product,company_id:0
+msgid "unknown"
+msgstr ""

+ 7 - 0
models/__init__.py

@@ -0,0 +1,7 @@
+# -*- coding: utf-8 -*-
+# © 2015 Ainara Galdona - AvanzOSC
+# © 2015 Pedro M. Baeza - Serv. Tecnol. Avanzados
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+from . import product_product
+from . import product_template

BIN
models/__init__.pyc


+ 89 - 0
models/product_product.py

@@ -0,0 +1,89 @@
+# -*- coding: utf-8 -*-
+# © 2015 Ainara Galdona - AvanzOSC
+# © 2015 Pedro M. Baeza - Serv. Tecnol. Avanzados
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+from openerp import api, fields, models
+from openerp.addons import decimal_precision as dp
+
+
+class ProductProduct(models.Model):
+    _inherit = 'product.product'
+
+    @api.model
+    def _get_selection_cost_method(self):
+        return self.env['product.template'].fields_get(
+            allfields=['cost_method'])['cost_method']['selection']
+
+    @api.model
+    def _set_standard_price(self, product, value):
+        """Store the standard price change in order to be able to retrieve the
+        cost of a product variant for a given date
+        """
+        # With this, we make sure everyone can record the history
+        # independently from its ACL
+        price_history_obj = self.env['product.price.history.product'].sudo()
+        user_company = self.env.user.company_id.id
+        company_id = self.env.context.get('force_company', user_company)
+        price_history_obj.create({
+            'product_id': product.id,
+            'product_template_id': product.product_tmpl_id.id,
+            'cost': value,
+            'company_id': company_id,
+        })
+        # Save the value in the template if there's only one variant.
+        template = product.product_tmpl_id
+        if template.product_variant_count == 1:
+            template.with_context(bypass_down_write=1).standard_price = value
+
+    standard_price = fields.Float(
+        string='Cost Price', digits=dp.get_precision('Product Price'),
+        help="Cost price of the product variant used for standard "
+        "stock valuation in accounting and used as a base price on purchase "
+        "orders. Expressed in the default unit of measure of the product.",
+        groups="base.group_user", company_dependent=True)
+    cost_method = fields.Selection(
+        string="Costing Method", selection='_get_selection_cost_method',
+        help="Standard Price: The cost price is manually updated at the end "
+             "of a specific period (usually every year).\n"
+             "Average Price: The cost price is recomputed at each incoming "
+             "shipment and used for the product valuation.\n"
+             "Real Price: The cost price displayed is the price of the last "
+             "outgoing product (will be use in case of inventory loss for "
+             "example).",
+        required=True, copy=True, company_dependent=True)
+
+    @api.model
+    def create(self, values):
+        if 'product_tmpl_id' in values and 'standard_price' not in values:
+            template = self.env['product.template'].browse(
+                values.get('product_tmpl_id'))
+            values.update({
+                'standard_price': template.standard_price,
+            })
+        product = super(ProductProduct, self).create(values)
+        self._set_standard_price(product, values.get('standard_price', 0.0))
+        return product
+
+    @api.multi
+    def write(self, values):
+        if 'standard_price' in values:
+            for product in self:
+                product._set_standard_price(product, values['standard_price'])
+        if (values.get('cost_method', False) and not
+                self.env.context.get('force_not_load', False)):
+            cost_method = values.get('cost_method', False)
+            templates = self.mapped('product_tmpl_id').filtered(
+                lambda x: len(x.product_variant_ids) == 1 and
+                x.cost_method != cost_method)
+            templates.with_context(force_not_load=True).write(
+                {'cost_method': cost_method})
+        return super(ProductProduct, self).write(values)
+
+
+class ProductPriceHistory(models.Model):
+    _inherit = 'product.price.history'
+    _name = 'product.price.history.product'
+
+    product_id = fields.Many2one(
+        comodel_name='product.product', string='Product', ondelete='cascade')

BIN
models/product_product.pyc


+ 48 - 0
models/product_template.py

@@ -0,0 +1,48 @@
+# -*- coding: utf-8 -*-
+# © 2015 Pedro M. Baeza - Serv. Tecnol. Avanzados
+# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
+
+from openerp import api, models
+
+
+class ProductTemplate(models.Model):
+    _inherit = 'product.template'
+
+    @api.multi
+    def create_variant_ids(self):
+        """Write in the new created variants the current template cost price.
+        """
+        obj = self.with_context(bypass_down_write=True,
+                                bypass_template_history=True)
+        res = super(ProductTemplate, obj).create_variant_ids()
+        return res
+
+    @api.multi
+    def write(self, vals):
+        """Propagate to the variants the template cost price (if modified)."""
+        res = super(ProductTemplate, self).write(vals)
+        if ('standard_price' in vals and
+                not self.env.context.get('bypass_down_write')):
+            self.mapped('product_variant_ids').with_context(
+                bypass_template_history=True).write(
+                {'standard_price': vals['standard_price']})
+        if (vals.get('cost_method', False) and not self.env.context.get(
+                'force_not_load', False)):
+            cost_method = vals.get('cost_method', False)
+            products = self.filtered(
+                lambda x: len(x.product_variant_ids) == 1 and
+                x.product_variant_ids.cost_method != cost_method).mapped(
+                'product_variant_ids')
+            products.with_context(force_not_load=True).write(
+                {'cost_method': cost_method})
+        return res
+
+
+class ProductPriceHistory(models.Model):
+    _inherit = 'product.price.history'
+
+    @api.model
+    def create(self, values):
+        if self.env.context.get('bypass_template_history'):
+            return self
+        return super(ProductPriceHistory, self).create(values)

BIN
models/product_template.pyc


+ 2 - 0
security/ir.model.access.csv

@@ -0,0 +1,2 @@
+id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
+access_product_price_history_product_global,prices.history.product global,model_product_price_history_product,,1,0,0,0

BIN
static/description/icon.png


+ 5 - 0
tests/__init__.py

@@ -0,0 +1,5 @@
+# -*- coding: utf-8 -*-
+# © 2015 Antiun Ingenieria S.L. - Javier Iniesta
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
+
+from . import test_product_product

+ 134 - 0
tests/test_product_product.py

@@ -0,0 +1,134 @@
+# -*- coding: utf-8 -*-
+# © 2015 Antiun Ingenieria S.L. - Javier Iniesta
+# © 2015 Pedro M. Baeza - Serv. Tecnol. Avanzados
+# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
+
+from openerp.tests.common import TransactionCase
+
+
+class TestProductProduct(TransactionCase):
+
+    def setUp(self):
+        super(TestProductProduct, self).setUp()
+        self.template_model = self.env['product.template']
+        self.product_model = self.env['product.product']
+        self.attribute = self.env['product.attribute'].create(
+            {'name': 'Test attribute'})
+        self.value1 = self.env['product.attribute.value'].create(
+            {'name': 'Test value 1',
+             'attribute_id': self.attribute.id})
+        self.value2 = self.env['product.attribute.value'].create(
+            {'name': 'Test value 2',
+             'attribute_id': self.attribute.id})
+        self.product = self.product_model.create(
+            {'name': 'Product',
+             'standard_price': 15})
+        self.template_single = self.template_model.create(
+            {'name': 'Template',
+             'attribute_line_ids': [
+                 [0, 0, {'attribute_id': self.attribute.id,
+                         'value_ids': [[6, 0, [self.value1.id]]]}]]})
+        self.product_single = self.template_single.product_variant_ids[0]
+        self.template_multi = self.template_model.create(
+            {'name': 'Template multi',
+             'standard_price': 5})
+        self.product_multi_1 = self.product_model.create(
+            {'name': 'Product 01',
+             'product_tmpl_id': self.template_multi.id,
+             'standard_price': 10})
+        self.product_multi_2 = self.product_model.create(
+            {'name': 'Product 02',
+             'product_tmpl_id': self.template_multi.id,
+             'standard_price': 20})
+        self.product_multi_3 = self.product_model.create(
+            {'name': 'Product 03',
+             'product_tmpl_id': self.template_multi.id,
+             'standard_price': 30})
+
+    def test_default_cost_method(self):
+        self.assertEqual(
+            self.product.cost_method, self.template_single.cost_method)
+
+    def test_propagate_cost(self):
+        # From product to template
+        self.product_single.standard_price = 100
+        self.assertEqual(self.template_single.standard_price, 100)
+        prev_price = self.template_multi.standard_price
+        self.product_multi_1.standard_price = 100
+        self.assertEqual(self.template_multi.standard_price, prev_price)
+        # From template to product
+        self.template_multi.standard_price = 100
+
+    def test_product_price_history(self):
+        price_history_obj = self.env['product.price.history.product']
+        history = price_history_obj.search(
+            [('product_id', '=', self.product.id)])
+        self.assertEqual(self.product.standard_price, history.cost)
+        self.product.standard_price = 25.00
+        history = price_history_obj.search(
+            [('product_id', '=', self.product.id)])
+        self.assertEqual(len(history), 2)
+
+    def test_product_template_price_history(self):
+        price_history_obj = self.env['product.price.history']
+        variant_history_obj = self.env['product.price.history.product']
+        history = price_history_obj.search(
+            [('product_template_id', '=', self.template_single.id)])
+        variant_history = variant_history_obj.search(
+            [('product_id', '=', self.product_single.id)])
+        self.assertEqual(len(history), 1)
+        self.assertEqual(len(variant_history), 1)
+        self.assertEqual(self.template_single.standard_price, history.cost)
+        self.template_single.standard_price = 20.00
+        history = price_history_obj.search(
+            [('product_template_id', '=', self.template_single.id)])
+        variant_history = variant_history_obj.search(
+            [('product_id', '=', self.product_single.id)])
+        self.assertEqual(self.product_single.standard_price,
+                         self.template_single.standard_price)
+        self.assertEqual(len(history), 2)
+        self.assertEqual(len(variant_history), 2)
+
+    def test_product_variant_cost_prices(self):
+        self.assertEqual(self.template_multi.standard_price, 5)
+        self.assertEqual(self.product_multi_1.standard_price, 10)
+        self.assertEqual(self.product_multi_2.standard_price, 20)
+        self.assertEqual(self.product_multi_3.standard_price, 30)
+
+    def test_new_variant_creation_prices(self):
+        price_history_obj = self.env['product.price.history']
+        variant_history_obj = self.env['product.price.history.product']
+        self.template_single.write(
+            {'attribute_line_ids': [
+                [1, self.template_single.attribute_line_ids[:1].id,
+                 {'value_ids': [[6, 0, [self.value1.id, self.value2.id]]]}]]})
+        history = price_history_obj.search(
+            [('product_template_id', '=', self.template_single.id)])
+        self.assertEqual(len(history), 1)
+        for product in self.template_single.product_variant_ids:
+            variant_history = variant_history_obj.search(
+                [('product_id', '=', product.id)])
+            self.assertEqual(len(variant_history), 1)
+            self.assertEqual(self.template_single.standard_price,
+                             product.standard_price)
+
+    def test_synchro_cost_method_single(self):
+        self.template_single.cost_method = 'real'
+        self.assertEqual(
+            self.product_single.cost_method, self.template_single.cost_method,
+            'Not synchronized from template.')
+        self.product_single.cost_method = 'average'
+        self.assertEqual(
+            self.template_single.cost_method, self.product_single.cost_method,
+            'Not synchronized from variant')
+
+    def test_synchro_cost_method_multi(self):
+        self.template_multi.cost_method = 'average'
+        self.product_multi_1.cost_method = 'real'
+        self.assertEqual(
+            self.template_multi.cost_method, 'average',
+            'Bad synchronize when multiple variants for template.')
+        self.template_multi.cost_method = 'standard'
+        self.assertEqual(
+            self.product_multi_1.cost_method, 'real',
+            'Bad synchronize when multiple variants for template.')