Browse Source

[9.0][MIG][base_custom_info] Migration.

Mostly no changes from 8.0 after all.
12.0-mig-module_prototyper_last
Jairo Llopis 9 years ago
committed by Alexandre Díaz
parent
commit
6ce2c6f1cd
  1. 8
      base_custom_info/README.rst
  2. 5
      base_custom_info/__openerp__.py
  3. 126
      base_custom_info/i18n/de.po
  4. 131
      base_custom_info/i18n/en.po
  5. 130
      base_custom_info/i18n/es.po
  6. 126
      base_custom_info/i18n/fi.po
  7. 126
      base_custom_info/i18n/fr.po
  8. 126
      base_custom_info/i18n/fr_CA.po
  9. 228
      base_custom_info/i18n/hr.po
  10. 228
      base_custom_info/i18n/hr_HR.po
  11. 127
      base_custom_info/i18n/it.po
  12. 126
      base_custom_info/i18n/pt_BR.po
  13. 126
      base_custom_info/i18n/ru.po
  14. 130
      base_custom_info/i18n/sl.po
  15. 126
      base_custom_info/i18n/tr.po
  16. 228
      base_custom_info/i18n/zh_CN.po
  17. 9
      base_custom_info/models/custom_info.py
  18. 2
      base_custom_info/views/custom_info_property_view.xml
  19. 2
      base_custom_info/views/custom_info_template_view.xml
  20. 2
      base_custom_info/views/custom_info_value_view.xml
  21. 2
      base_custom_info/views/menu.xml

8
base_custom_info/README.rst

@ -43,7 +43,7 @@ To manage their values, you need to:
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :alt: Try me on Runbot
:target: https://runbot.odoo-community.org/runbot/135/8.0
:target: https://runbot.odoo-community.org/runbot/135/9.0
Development Development
=========== ===========
@ -62,11 +62,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues Bugs are tracked on `GitHub Issues
<https://github.com/OCA/product-attribute/issues>`_. In case of trouble, please <https://github.com/OCA/product-attribute/issues>`_. In case of trouble, please
check there if your issue has already been reported. If you spotted it first, check there if your issue has already been reported. If you spotted it first,
help us smashing it by providing a detailed and welcomed `feedback
<https://github.com/OCA/
product-attribute/issues/new?body=module:%20
base_custom_info%0Aversion:%20
8.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
help us smashing it by providing a detailed and welcomed feedback.
Credits Credits
======= =======

5
base_custom_info/__openerp__.py

@ -1,14 +1,14 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# © 2015 Antiun Ingeniería S.L. - Sergio Teruel # © 2015 Antiun Ingeniería S.L. - Sergio Teruel
# © 2015 Antiun Ingeniería S.L. - Carlos Dauden # © 2015 Antiun Ingeniería S.L. - Carlos Dauden
# © 2015 Antiun Ingeniería S.L. - Jairo Llopis
# © 2015-2016 Jairo Llopis <jairo.llopis@tecnativa.com>
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
{ {
'name': "Base Custom Info", 'name': "Base Custom Info",
'summary': "Add custom field in models", 'summary': "Add custom field in models",
'category': 'Tools', 'category': 'Tools',
'version': '8.0.1.0.0',
'version': '9.0.1.0.0',
'depends': [ 'depends': [
'base', 'base',
], ],
@ -27,6 +27,7 @@
], ],
'author': 'Antiun Ingeniería S.L., ' 'author': 'Antiun Ingeniería S.L., '
'Incaser Informatica S.L., ' 'Incaser Informatica S.L., '
'Tecnativa, '
'Odoo Community Association (OCA)', 'Odoo Community Association (OCA)',
'website': 'http://www.antiun.com', 'website': 'http://www.antiun.com',
'license': 'AGPL-3', 'license': 'AGPL-3',

126
base_custom_info/i18n/de.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: German (http://www.transifex.com/oca/OCA-server-tools-8-0/language/de/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: de\n" "Language: de\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Erstellt von" msgstr "Erstellt von"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Erstellt am:" msgstr "Erstellt am:"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von" msgstr "Zuletzt aktualisiert von"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am" msgstr "Zuletzt aktualisiert am"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modell" msgstr "Modell"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "Ressourcen-ID" msgstr "Ressourcen-ID"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "" msgstr ""
@ -200,3 +219,10 @@ msgstr ""
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Werte" msgstr "Werte"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

131
base_custom_info/i18n/en.po

@ -2,32 +2,18 @@
# This file contains the translation of the following modules: # This file contains the translation of the following modules:
# * base_custom_info # * base_custom_info
# #
# Translators:
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: English (http://www.transifex.com/oca/OCA-server-tools-8-0/language/en/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: <>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr "<p class=\"oe_view_nocontent_create\">\n Click to define a new custom info template.\n </p><p>\n You must define a custom info template for each\n product properties group.\n </p>\n "
"Plural-Forms: \n"
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
@ -50,16 +36,21 @@ msgid "Another template with that name exists for that model."
msgstr "Another template with that name exists for that model." msgstr "Another template with that name exists for that model."
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr "Click to define a new custom info template."
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Created by" msgstr "Created by"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Created on" msgstr "Created on"
@ -69,33 +60,33 @@ msgid "Custom Info"
msgstr "Custom Info" msgstr "Custom Info"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "Custom Info Template" msgstr "Custom Info Template"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "Custom Info Template Properties" msgstr "Custom Info Template Properties"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "Custom Info Templates" msgstr "Custom Info Templates"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "Custom Information Template" msgstr "Custom Information Template"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "Custom Properties" msgstr "Custom Properties"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "Custom Property Values" msgstr "Custom Property Values"
@ -115,14 +106,25 @@ msgid "Custom information value"
msgstr "Custom information value" msgstr "Custom information value"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr "Display Name"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "Info Lines" msgstr "Info Lines"
@ -132,55 +134,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "Inheritable abstract model to add custom info in any model" msgstr "Inheritable abstract model to add custom info in any model"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr "Last Modified on"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Last Updated by" msgstr "Last Updated by"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Last Updated on" msgstr "Last Updated on"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Model" msgstr "Model"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Name" msgstr "Name"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "Properties" msgstr "Properties"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "Property" msgstr "Property"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "Property Values" msgstr "Property Values"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "Resource ID" msgstr "Resource ID"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "Template" msgstr "Template"
@ -191,7 +207,7 @@ msgid "Templates"
msgstr "Templates" msgstr "Templates"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Value" msgstr "Value"
@ -200,3 +216,12 @@ msgstr "Value"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Values" msgstr "Values"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""
"You must define a custom info template for each\n"
" product properties group."

130
base_custom_info/i18n/es.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>\n"
"Language-Team: Spanish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/es/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: es\n" "Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr "<p class=\"oe_view_nocontent_create\">\nPulsa para definir una nueva plantilla de información personalizada.\n</p><p>\nDebe definir una plantilla de información personalizada para cada diferente grupo de propiedades.\n</p>"
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "Ya existe otra plantilla con ese nombre para ese modelo." msgstr "Ya existe otra plantilla con ese nombre para ese modelo."
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Creado por" msgstr "Creado por"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Creado el" msgstr "Creado el"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "Información personalizada" msgstr "Información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "Plantilla de información personalizada" msgstr "Plantilla de información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "Propiedades de la plantilla de información personalizada" msgstr "Propiedades de la plantilla de información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "Plantillas de información personalizada" msgstr "Plantillas de información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "Plantilla de información personalizada" msgstr "Plantilla de información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "Propiedades personalizadas" msgstr "Propiedades personalizadas"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "Valores de las propiedades personalizadas" msgstr "Valores de las propiedades personalizadas"
@ -115,72 +109,99 @@ msgid "Custom information value"
msgstr "Valor de información personalizada" msgstr "Valor de información personalizada"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "Líneas de información" msgstr "Líneas de información"
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info #: model:ir.model,name:base_custom_info.model_custom_info
msgid "Inheritable abstract model to add custom info in any model" msgid "Inheritable abstract model to add custom info in any model"
msgstr "Modelo abstracto que se puede heredar para añadir información personalizada a cualquier modelo"
msgstr ""
"Modelo abstracto que se puede heredar para añadir información personalizada "
"a cualquier modelo"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última actualización por" msgstr "Última actualización por"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última actualización el" msgstr "Última actualización el"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modelo" msgstr "Modelo"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nombre" msgstr "Nombre"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "Propiedades" msgstr "Propiedades"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "Propiedad" msgstr "Propiedad"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "Valor de la propiedad" msgstr "Valor de la propiedad"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "ID del recurso" msgstr "ID del recurso"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "Plantilla" msgstr "Plantilla"
@ -191,7 +212,7 @@ msgid "Templates"
msgstr "Plantillas" msgstr "Plantillas"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Valor" msgstr "Valor"
@ -200,3 +221,10 @@ msgstr "Valor"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Valores" msgstr "Valores"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/fi.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: Finnish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fi/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fi\n" "Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Luonut" msgstr "Luonut"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Luotu" msgstr "Luotu"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Viimeksi päivittänyt" msgstr "Viimeksi päivittänyt"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Viimeksi päivitetty" msgstr "Viimeksi päivitetty"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Mall" msgstr "Mall"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nimi" msgstr "Nimi"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "" msgstr ""
@ -200,3 +219,10 @@ msgstr ""
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "" msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/fr.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr\n" "Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Créé par" msgstr "Créé par"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Créé le" msgstr "Créé le"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Mis à jour par" msgstr "Mis à jour par"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Mis à jour le" msgstr "Mis à jour le"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modèle" msgstr "Modèle"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "ID de l'enregistrement" msgstr "ID de l'enregistrement"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Valeur" msgstr "Valeur"
@ -200,3 +219,10 @@ msgstr "Valeur"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Valeurs" msgstr "Valeurs"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/fr_CA.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: French (Canada) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/fr_CA/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: fr_CA\n" "Language: fr_CA\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modèle" msgstr "Modèle"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nom" msgstr "Nom"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "" msgstr ""
@ -200,3 +219,10 @@ msgstr ""
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "" msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

228
base_custom_info/i18n/hr.po

@ -0,0 +1,228 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_info
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed"
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.value:0
msgid "Another property with that name exists for that resource."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.property:0
msgid "Another property with that name exists for that template."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.template:0
msgid "Another template with that name exists for that model."
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: base_custom_info
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
msgid "Custom Info"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_property
msgid "Custom information property"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_template
msgid "Custom information template"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_value
msgid "Custom information value"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr "Naziv "
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID"
msgstr "ID"
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info
msgid "Inheritable abstract model to add custom info in any model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name"
msgstr "Ime"
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
msgid "Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

228
base_custom_info/i18n/hr_HR.po

@ -0,0 +1,228 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_info
#
# Translators:
# Bole <bole@dajmi5.com>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 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: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed"
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.value:0
msgid "Another property with that name exists for that resource."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.property:0
msgid "Another property with that name exists for that template."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.template:0
msgid "Another template with that name exists for that model."
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on"
msgstr "Kreirano"
#. module: base_custom_info
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
msgid "Custom Info"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_property
msgid "Custom information property"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_template
msgid "Custom information template"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_value
msgid "Custom information value"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr "Naziv"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID"
msgstr "ID"
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info
msgid "Inheritable abstract model to add custom info in any model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr "Zadnje modificirano"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by"
msgstr "Zadnje ažurirao"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name"
msgstr "Naziv"
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
msgid "Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

127
base_custom_info/i18n/it.po

@ -3,33 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# Paolo Valier, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-17 15:36+0000\n"
"PO-Revision-Date: 2016-03-13 09:02+0000\n"
"Last-Translator: Paolo Valier\n"
"Language-Team: Italian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/it/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: it\n" "Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -51,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Creato da" msgstr "Creato da"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Creato il" msgstr "Creato il"
@ -70,33 +63,33 @@ msgid "Custom Info"
msgstr "Informazioni personalizzate" msgstr "Informazioni personalizzate"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "Proprietà personalizzate" msgstr "Proprietà personalizzate"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "Valori della Proprietà personalizzata" msgstr "Valori della Proprietà personalizzata"
@ -116,14 +109,25 @@ msgid "Custom information value"
msgstr "Valore dell'informazione personalizzata" msgstr "Valore dell'informazione personalizzata"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -133,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Ultimo aggiornamento da" msgstr "Ultimo aggiornamento da"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Ultimo aggiornamento il" msgstr "Ultimo aggiornamento il"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modello" msgstr "Modello"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "Proprietà" msgstr "Proprietà"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "Proprietà" msgstr "Proprietà"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "Valori della Proprietà" msgstr "Valori della Proprietà"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "ID Risorsa" msgstr "ID Risorsa"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "Modello" msgstr "Modello"
@ -192,7 +210,7 @@ msgid "Templates"
msgstr "Modelli" msgstr "Modelli"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Valore" msgstr "Valore"
@ -201,3 +219,10 @@ msgstr "Valore"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Valori" msgstr "Valori"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/pt_BR.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/oca/OCA-server-tools-8-0/language/pt_BR/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: pt_BR\n" "Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Criado por" msgstr "Criado por"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Criado em" msgstr "Criado em"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "Identificação" msgstr "Identificação"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Última atualização por" msgstr "Última atualização por"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Última atualização em" msgstr "Última atualização em"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Modelo" msgstr "Modelo"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Nome" msgstr "Nome"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "Identificação do Recurso" msgstr "Identificação do Recurso"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Valor" msgstr "Valor"
@ -200,3 +219,10 @@ msgstr "Valor"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Valores" msgstr "Valores"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/ru.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: Russian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/ru/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: ru\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" "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: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "" msgstr ""
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Модель" msgstr "Модель"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Название" msgstr "Название"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "" msgstr ""
@ -200,3 +219,10 @@ msgstr ""
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "" msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

130
base_custom_info/i18n/sl.po

@ -3,33 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# Matjaž Mozetič <m.mozetic@matmoz.si>, 2016
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-11 10:31+0000\n"
"Last-Translator: Matjaž Mozetič <m.mozetic@matmoz.si>\n"
"Language-Team: Slovenian (http://www.transifex.com/oca/OCA-server-tools-8-0/language/sl/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: sl\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" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr "<p class=\"oe_view_nocontent_create\">\n Določi novo predlogo informacij po meri.\n </p><p>\n Določiti morate predlogo informacij po meri za vsako\n skupino lastnosti proizvodov.\n </p>\n "
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -51,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "Za ta model obstaja druga predloga z istim nazivom." msgstr "Za ta model obstaja druga predloga z istim nazivom."
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Ustvaril" msgstr "Ustvaril"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Ustvarjeno" msgstr "Ustvarjeno"
@ -70,33 +63,33 @@ msgid "Custom Info"
msgstr "Informacije po meri" msgstr "Informacije po meri"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "Predloga informacij po meri" msgstr "Predloga informacij po meri"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "Lastnosti predloge informacij po meri" msgstr "Lastnosti predloge informacij po meri"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "Predloge informacij po meri" msgstr "Predloge informacij po meri"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "Predloga informacij po meri" msgstr "Predloga informacij po meri"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "Lastnosti po meri" msgstr "Lastnosti po meri"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "Vrednosti lastnosti po meri" msgstr "Vrednosti lastnosti po meri"
@ -116,72 +109,98 @@ msgid "Custom information value"
msgstr "Vrednost informacij po meri" msgstr "Vrednost informacij po meri"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "Postavke informacij" msgstr "Postavke informacij"
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info #: model:ir.model,name:base_custom_info.model_custom_info
msgid "Inheritable abstract model to add custom info in any model" msgid "Inheritable abstract model to add custom info in any model"
msgstr "Deden abstraktni model za dodajanje informacij po meri kateremukoli modelu."
msgstr ""
"Deden abstraktni model za dodajanje informacij po meri kateremukoli modelu."
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Zadnji posodobil" msgstr "Zadnji posodobil"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Zadnjič posodobljeno" msgstr "Zadnjič posodobljeno"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Model" msgstr "Model"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Naziv" msgstr "Naziv"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "Lastnosti" msgstr "Lastnosti"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "Lastnost" msgstr "Lastnost"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "Vrednosti lastnosti" msgstr "Vrednosti lastnosti"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "ID vira" msgstr "ID vira"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "Predloga" msgstr "Predloga"
@ -192,7 +211,7 @@ msgid "Templates"
msgstr "Predloge" msgstr "Predloge"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Vrednost" msgstr "Vrednost"
@ -201,3 +220,10 @@ msgstr "Vrednost"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Vrednosti" msgstr "Vrednosti"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

126
base_custom_info/i18n/tr.po

@ -3,32 +3,21 @@
# * base_custom_info # * base_custom_info
# #
# Translators: # Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: server-tools (8.0)\n"
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-03-12 02:05+0000\n"
"PO-Revision-Date: 2016-03-10 18:17+0000\n"
"Last-Translator: <>\n"
"Language-Team: Turkish (http://www.transifex.com/oca/OCA-server-tools-8-0/language/tr/)\n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+0000\n"
"Last-Translator: OCA Transbot <transbot@odoo-community.org>, 2016\n"
"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n" "Content-Transfer-Encoding: \n"
"Language: tr\n" "Language: tr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new custom info template.\n"
" </p><p>\n"
" You must define a custom info template for each\n"
" product properties group.\n"
" </p>\n"
" "
msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link #: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed" msgid "A model that gets its ``ir.model`` computed"
@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model."
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_uid:0
#: field:custom.info.template,create_uid:0
#: field:custom.info.value,create_uid:0
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by" msgid "Created by"
msgstr "Oluşturan" msgstr "Oluşturan"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,create_date:0
#: field:custom.info.template,create_date:0
#: field:custom.info.value,create_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on" msgid "Created on"
msgstr "Oluşturuldu" msgstr "Oluşturuldu"
@ -69,33 +63,33 @@ msgid "Custom Info"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template" msgid "Custom Info Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties" msgid "Custom Info Template Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.property:base_custom_info.base_custom_info_template_line_tree
#: view:custom.info.template:base_custom_info.base_custom_info_template_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates" msgid "Custom Info Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template" msgid "Custom Information Template"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,custom_info_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties" msgid "Custom Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.value:base_custom_info.base_custom_info_value_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values" msgid "Custom Property Values"
msgstr "" msgstr ""
@ -115,14 +109,25 @@ msgid "Custom information value"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info,id:0 field:custom.info.model_link,id:0
#: field:custom.info.property,id:0 field:custom.info.template,id:0
#: field:custom.info.value,id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID" msgid "ID"
msgstr "ID" msgstr "ID"
#. module: base_custom_info #. module: base_custom_info
#: view:custom.info.template:base_custom_info.base_custom_info_template_form
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines" msgid "Info Lines"
msgstr "" msgstr ""
@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_uid:0
#: field:custom.info.template,write_uid:0 field:custom.info.value,write_uid:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by" msgid "Last Updated by"
msgstr "Son güncelleyen" msgstr "Son güncelleyen"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,write_date:0
#: field:custom.info.template,write_date:0
#: field:custom.info.value,write_date:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on" msgid "Last Updated on"
msgstr "Son güncellenme" msgstr "Son güncellenme"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.model_link,model:0
#: field:custom.info.model_link,model_id:0 field:custom.info.template,model:0
#: field:custom.info.template,model_id:0 field:custom.info.value,model:0
#: field:custom.info.value,model_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model" msgid "Model"
msgstr "Model" msgstr "Model"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,name:0 field:custom.info.template,name:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name" msgid "Name"
msgstr "Adı" msgstr "Adı"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.template,info_ids:0
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action #: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties" msgid "Properties"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,property_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property" msgid "Property"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,info_value_ids:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values" msgid "Property Values"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,res_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID" msgid "Resource ID"
msgstr "Kaynak ID" msgstr "Kaynak ID"
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.property,template_id:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template" msgid "Template"
msgstr "" msgstr ""
@ -191,7 +210,7 @@ msgid "Templates"
msgstr "" msgstr ""
#. module: base_custom_info #. module: base_custom_info
#: field:custom.info.value,value:0
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value" msgid "Value"
msgstr "Değer" msgstr "Değer"
@ -200,3 +219,10 @@ msgstr "Değer"
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values" msgid "Values"
msgstr "Değerler" msgstr "Değerler"
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

228
base_custom_info/i18n/zh_CN.po

@ -0,0 +1,228 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * base_custom_info
#
# Translators:
# OCA Transbot <transbot@odoo-community.org>, 2016
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 9.0c\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2016-07-30 00:58+0000\n"
"PO-Revision-Date: 2016-07-30 00:58+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: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_model_link
msgid "A model that gets its ``ir.model`` computed"
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.value:0
msgid "Another property with that name exists for that resource."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.property:0
msgid "Another property with that name exists for that template."
msgstr ""
#. module: base_custom_info
#: sql_constraint:custom.info.template:0
msgid "Another template with that name exists for that model."
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid "Click to define a new custom info template."
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_uid
msgid "Created by"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_create_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_create_date
msgid "Created on"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info
msgid "Custom Info"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Custom Info Template"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_form
msgid "Custom Info Template Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_line_tree
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_tree
msgid "Custom Info Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_template_id
msgid "Custom Information Template"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_custom_info_ids
msgid "Custom Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_value_tree
msgid "Custom Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_property
msgid "Custom information property"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_template
msgid "Custom information template"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info_value
msgid "Custom information value"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_display_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_display_name
msgid "Display Name"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_id
msgid "ID"
msgstr "ID"
#. module: base_custom_info
#: model:ir.ui.view,arch_db:base_custom_info.base_custom_info_template_form
msgid "Info Lines"
msgstr ""
#. module: base_custom_info
#: model:ir.model,name:base_custom_info.model_custom_info
msgid "Inheritable abstract model to add custom info in any model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template___last_update
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value___last_update
msgid "Last Modified on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_uid
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_uid
msgid "Last Updated by"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_write_date
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_write_date
msgid "Last Updated on"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_model_link_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_model_id
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_model_id
msgid "Model"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_name
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_name
msgid "Name"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_line_action
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_template_info_ids
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template_line
msgid "Properties"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id
msgid "Property"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_info_value_ids
msgid "Property Values"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_res_id
msgid "Resource ID"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_property_template_id
msgid "Template"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_template_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_template
msgid "Templates"
msgstr ""
#. module: base_custom_info
#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_value
msgid "Value"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,name:base_custom_info.custom_info_value_action
#: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value
msgid "Values"
msgstr ""
#. module: base_custom_info
#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action
msgid ""
"You must define a custom info template for each\n"
" product properties group."
msgstr ""

9
base_custom_info/models/custom_info.py

@ -57,10 +57,11 @@ class CustomInfoProperty(models.Model):
"Another property with that name exists for that template."), "Another property with that name exists for that template."),
] ]
name = fields.Char(translate=True)
name = fields.Char(required=True, translate=True)
template_id = fields.Many2one( template_id = fields.Many2one(
comodel_name='custom.info.template', comodel_name='custom.info.template',
string='Template')
string='Template',
required=True)
info_value_ids = fields.One2many( info_value_ids = fields.One2many(
comodel_name="custom.info.value", comodel_name="custom.info.value",
inverse_name="property_id", inverse_name="property_id",
@ -83,8 +84,8 @@ class CustomInfoValue(models.Model):
comodel_name='custom.info.property', comodel_name='custom.info.property',
required=True, required=True,
string='Property') string='Property')
name = fields.Char(related='property_id.name')
value = fields.Char(translate=True)
name = fields.Char(related='property_id.name', readonly=True)
value = fields.Char(translate=True, index=True)
class CustomInfo(models.AbstractModel): class CustomInfo(models.AbstractModel):

2
base_custom_info/views/custom_info_property_view.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data>
<record id="base_custom_info_template_line_tree" model="ir.ui.view"> <record id="base_custom_info_template_line_tree" model="ir.ui.view">
<field name="name">base.custom.info.property.tree</field> <field name="name">base.custom.info.property.tree</field>
@ -39,5 +38,4 @@
<field name="view_type">form</field> <field name="view_type">form</field>
</record> </record>
</data>
</openerp> </openerp>

2
base_custom_info/views/custom_info_template_view.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data>
<record id="base_custom_info_template_tree" model="ir.ui.view"> <record id="base_custom_info_template_tree" model="ir.ui.view">
<field name="name">base.custom.info.template.tree</field> <field name="name">base.custom.info.template.tree</field>
@ -56,5 +55,4 @@
</field> </field>
</record> </record>
</data>
</openerp> </openerp>

2
base_custom_info/views/custom_info_value_view.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data>
<record id="base_custom_info_value_tree" model="ir.ui.view"> <record id="base_custom_info_value_tree" model="ir.ui.view">
<field name="name">base.custom.info.value.tree</field> <field name="name">base.custom.info.value.tree</field>
@ -23,5 +22,4 @@
<field name="view_type">form</field> <field name="view_type">form</field>
</record> </record>
</data>
</openerp> </openerp>

2
base_custom_info/views/menu.xml

@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<openerp> <openerp>
<data>
<!--Parent Custom Info in Settings--> <!--Parent Custom Info in Settings-->
<menuitem id="menu_base_custom_info" name="Custom Info" <menuitem id="menu_base_custom_info" name="Custom Info"
@ -21,5 +20,4 @@
action="custom_info_value_action" action="custom_info_value_action"
parent="menu_base_custom_info" sequence="15"/> parent="menu_base_custom_info" sequence="15"/>
</data>
</openerp> </openerp>
Loading…
Cancel
Save