From 6ce2c6f1cd4541569d45dff18bad9ab43c4125cc Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Thu, 26 May 2016 16:33:03 +0200 Subject: [PATCH] [9.0][MIG][base_custom_info] Migration. Mostly no changes from 8.0 after all. --- base_custom_info/README.rst | 8 +- base_custom_info/__openerp__.py | 5 +- base_custom_info/i18n/de.po | 126 ++++++---- base_custom_info/i18n/en.po | 131 ++++++---- base_custom_info/i18n/es.po | 130 ++++++---- base_custom_info/i18n/fi.po | 126 ++++++---- base_custom_info/i18n/fr.po | 126 ++++++---- base_custom_info/i18n/fr_CA.po | 126 ++++++---- base_custom_info/i18n/hr.po | 228 ++++++++++++++++++ base_custom_info/i18n/hr_HR.po | 228 ++++++++++++++++++ base_custom_info/i18n/it.po | 127 ++++++---- base_custom_info/i18n/pt_BR.po | 126 ++++++---- base_custom_info/i18n/ru.po | 126 ++++++---- base_custom_info/i18n/sl.po | 130 ++++++---- base_custom_info/i18n/tr.po | 126 ++++++---- base_custom_info/i18n/zh_CN.po | 228 ++++++++++++++++++ base_custom_info/models/custom_info.py | 9 +- .../views/custom_info_property_view.xml | 2 - .../views/custom_info_template_view.xml | 2 - .../views/custom_info_value_view.xml | 2 - base_custom_info/views/menu.xml | 2 - 21 files changed, 1537 insertions(+), 577 deletions(-) create mode 100644 base_custom_info/i18n/hr.po create mode 100644 base_custom_info/i18n/hr_HR.po create mode 100644 base_custom_info/i18n/zh_CN.po diff --git a/base_custom_info/README.rst b/base_custom_info/README.rst index 14f3b5a90..005080fa4 100644 --- a/base_custom_info/README.rst +++ b/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 :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 =========== @@ -62,11 +62,7 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, -help us smashing it by providing a detailed and welcomed `feedback -`_. +help us smashing it by providing a detailed and welcomed feedback. Credits ======= diff --git a/base_custom_info/__openerp__.py b/base_custom_info/__openerp__.py index 79982b965..603362e2f 100644 --- a/base_custom_info/__openerp__.py +++ b/base_custom_info/__openerp__.py @@ -1,14 +1,14 @@ # -*- coding: utf-8 -*- # © 2015 Antiun Ingeniería S.L. - Sergio Teruel # © 2015 Antiun Ingeniería S.L. - Carlos Dauden -# © 2015 Antiun Ingeniería S.L. - Jairo Llopis +# © 2015-2016 Jairo Llopis # License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html { 'name': "Base Custom Info", 'summary': "Add custom field in models", 'category': 'Tools', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'depends': [ 'base', ], @@ -27,6 +27,7 @@ ], 'author': 'Antiun Ingeniería S.L., ' 'Incaser Informatica S.L., ' + 'Tecnativa, ' 'Odoo Community Association (OCA)', 'website': 'http://www.antiun.com', 'license': 'AGPL-3', diff --git a/base_custom_info/i18n/de.po b/base_custom_info/i18n/de.po index 0db26c59b..daf94b8fb 100644 --- a/base_custom_info/i18n/de.po +++ b/base_custom_info/i18n/de.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: German (https://www.transifex.com/oca/teams/23907/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Erstellt von" #. 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" msgstr "Erstellt am:" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "ID" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Zuletzt aktualisiert von" #. 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" msgstr "Zuletzt aktualisiert am" #. 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" msgstr "Modell" #. 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" msgstr "Name" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "Ressourcen-ID" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "" @@ -200,3 +219,10 @@ msgstr "" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/en.po b/base_custom_info/i18n/en.po index 30e591066..c7c7821f6 100644 --- a/base_custom_info/i18n/en.po +++ b/base_custom_info/i18n/en.po @@ -2,32 +2,18 @@ # This file contains the translation of the following modules: # * base_custom_info # -# Translators: msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 \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" "Content-Type: text/plain; charset=UTF-8\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 "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "

\n Click to define a new custom info template.\n

\n You must define a custom info template for each\n product properties group.\n

\n " +"Plural-Forms: \n" #. module: base_custom_info #: 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." #. 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" msgstr "Created by" #. 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" msgstr "Created on" @@ -69,33 +60,33 @@ msgid "Custom Info" msgstr "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" msgstr "Custom Info Template" #. 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" msgstr "Custom Info Template Properties" #. 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" msgstr "Custom Info Templates" #. 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" msgstr "Custom Information Template" #. 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" msgstr "Custom Properties" #. 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" msgstr "Custom Property Values" @@ -115,14 +106,25 @@ msgid "Custom information value" msgstr "Custom information value" #. 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" msgstr "ID" #. 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" 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" #. 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" msgstr "Last Updated by" #. 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" msgstr "Last Updated on" #. 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" msgstr "Model" #. 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" msgstr "Name" #. 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.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 "Properties" #. 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" msgstr "Property" #. 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" msgstr "Property Values" #. 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" msgstr "Resource ID" #. 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" msgstr "Template" @@ -191,7 +207,7 @@ msgid "Templates" msgstr "Templates" #. 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" msgstr "Value" @@ -200,3 +216,12 @@ msgstr "Value" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "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." diff --git a/base_custom_info/i18n/es.po b/base_custom_info/i18n/es.po index 6e3c0a769..d34c0c5dc 100644 --- a/base_custom_info/i18n/es.po +++ b/base_custom_info/i18n/es.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 \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 , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "

\nPulsa para definir una nueva plantilla de información personalizada.\n

\nDebe definir una plantilla de información personalizada para cada diferente grupo de propiedades.\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" @@ -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." #. 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" msgstr "Creado por" #. 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" msgstr "Creado el" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "Información personalizada" #. 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" msgstr "Plantilla de información personalizada" #. 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" msgstr "Propiedades de la plantilla de información personalizada" #. 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" msgstr "Plantillas de información personalizada" #. 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" msgstr "Plantilla de información personalizada" #. 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" msgstr "Propiedades personalizadas" #. 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" msgstr "Valores de las propiedades personalizadas" @@ -115,72 +109,99 @@ msgid "Custom information value" msgstr "Valor de información personalizada" #. 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" msgstr "ID" #. 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" msgstr "Líneas de información" #. 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 "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 -#: 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" msgstr "Última actualización por" #. 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" msgstr "Última actualización el" #. 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" msgstr "Modelo" #. 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" msgstr "Nombre" #. 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.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 "Propiedades" #. 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" msgstr "Propiedad" #. 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" msgstr "Valor de la propiedad" #. 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" msgstr "ID del recurso" #. 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" msgstr "Plantilla" @@ -191,7 +212,7 @@ msgid "Templates" msgstr "Plantillas" #. 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" msgstr "Valor" @@ -200,3 +221,10 @@ msgstr "Valor" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/fi.po b/base_custom_info/i18n/fi.po index 4c404ba11..1dc8d09e5 100644 --- a/base_custom_info/i18n/fi.po +++ b/base_custom_info/i18n/fi.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: Finnish (https://www.transifex.com/oca/teams/23907/fi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Luonut" #. 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" msgstr "Luotu" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "ID" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Viimeksi päivittänyt" #. 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" msgstr "Viimeksi päivitetty" #. 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" msgstr "Mall" #. 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" msgstr "Nimi" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "" @@ -200,3 +219,10 @@ msgstr "" #: 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 "" diff --git a/base_custom_info/i18n/fr.po b/base_custom_info/i18n/fr.po index a9a880d84..95c53c7e2 100644 --- a/base_custom_info/i18n/fr.po +++ b/base_custom_info/i18n/fr.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: French (https://www.transifex.com/oca/teams/23907/fr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Créé par" #. 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" msgstr "Créé le" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "ID" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Mis à jour par" #. 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" msgstr "Mis à jour le" #. 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" msgstr "Modèle" #. 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" msgstr "Nom" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "ID de l'enregistrement" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "Valeur" @@ -200,3 +219,10 @@ msgstr "Valeur" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/fr_CA.po b/base_custom_info/i18n/fr_CA.po index e41811dc5..82ef79055 100644 --- a/base_custom_info/i18n/fr_CA.po +++ b/base_custom_info/i18n/fr_CA.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: French (Canada) (https://www.transifex.com/oca/teams/23907/fr_CA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: fr_CA\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "Modèle" #. 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" msgstr "Nom" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "" @@ -200,3 +219,10 @@ msgstr "" #: 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 "" diff --git a/base_custom_info/i18n/hr.po b/base_custom_info/i18n/hr.po new file mode 100644 index 000000000..a4ddb5b56 --- /dev/null +++ b/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 , 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 , 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 "" diff --git a/base_custom_info/i18n/hr_HR.po b/base_custom_info/i18n/hr_HR.po new file mode 100644 index 000000000..ca23d1e6c --- /dev/null +++ b/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 , 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 , 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 "" diff --git a/base_custom_info/i18n/it.po b/base_custom_info/i18n/it.po index 5defde91c..822e751fa 100644 --- a/base_custom_info/i18n/it.po +++ b/base_custom_info/i18n/it.po @@ -3,33 +3,21 @@ # * base_custom_info # # Translators: -# Paolo Valier, 2016 +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -51,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Creato da" #. 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" msgstr "Creato il" @@ -70,33 +63,33 @@ msgid "Custom Info" msgstr "Informazioni personalizzate" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "Proprietà personalizzate" #. 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" msgstr "Valori della Proprietà personalizzata" @@ -116,14 +109,25 @@ msgid "Custom information value" msgstr "Valore dell'informazione personalizzata" #. 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" msgstr "ID" #. 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" msgstr "" @@ -133,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Ultimo aggiornamento da" #. 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" msgstr "Ultimo aggiornamento il" #. 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" msgstr "Modello" #. 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" msgstr "Nome" #. 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.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 "Proprietà" #. 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" msgstr "Proprietà" #. 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" msgstr "Valori della Proprietà" #. 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" msgstr "ID Risorsa" #. 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" msgstr "Modello" @@ -192,7 +210,7 @@ msgid "Templates" msgstr "Modelli" #. 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" msgstr "Valore" @@ -201,3 +219,10 @@ msgstr "Valore" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/pt_BR.po b/base_custom_info/i18n/pt_BR.po index 855d905ac..73f37413f 100644 --- a/base_custom_info/i18n/pt_BR.po +++ b/base_custom_info/i18n/pt_BR.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/oca/teams/23907/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: pt_BR\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Criado por" #. 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" msgstr "Criado em" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "Identificação" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Última atualização por" #. 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" msgstr "Última atualização em" #. 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" msgstr "Modelo" #. 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" msgstr "Nome" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "Identificação do Recurso" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "Valor" @@ -200,3 +219,10 @@ msgstr "Valor" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/ru.po b/base_custom_info/i18n/ru.po index 59c5b24bf..701b44e2f 100644 --- a/base_custom_info/i18n/ru.po +++ b/base_custom_info/i18n/ru.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: Russian (https://www.transifex.com/oca/teams/23907/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "Модель" #. 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" msgstr "Название" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "" @@ -200,3 +219,10 @@ msgstr "" #: 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 "" diff --git a/base_custom_info/i18n/sl.po b/base_custom_info/i18n/sl.po index 6ef622f64..c92328c00 100644 --- a/base_custom_info/i18n/sl.po +++ b/base_custom_info/i18n/sl.po @@ -3,33 +3,21 @@ # * base_custom_info # # Translators: -# Matjaž Mozetič , 2016 +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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č \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 , 2016\n" +"Language-Team: Slovenian (https://www.transifex.com/oca/teams/23907/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "

\n Določi novo predlogo informacij po meri.\n

\n Določiti morate predlogo informacij po meri za vsako\n skupino lastnosti proizvodov.\n

\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" @@ -51,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "Za ta model obstaja druga predloga z istim nazivom." #. 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" msgstr "Ustvaril" #. 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" msgstr "Ustvarjeno" @@ -70,33 +63,33 @@ msgid "Custom Info" msgstr "Informacije po meri" #. 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" msgstr "Predloga informacij po meri" #. 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" msgstr "Lastnosti predloge informacij po meri" #. 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" msgstr "Predloge informacij po meri" #. 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" msgstr "Predloga informacij po meri" #. 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" msgstr "Lastnosti po meri" #. 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" msgstr "Vrednosti lastnosti po meri" @@ -116,72 +109,98 @@ msgid "Custom information value" msgstr "Vrednost informacij po meri" #. 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" msgstr "ID" #. 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" msgstr "Postavke informacij" #. 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 "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 -#: 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" msgstr "Zadnji posodobil" #. 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" msgstr "Zadnjič posodobljeno" #. 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" msgstr "Model" #. 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" msgstr "Naziv" #. 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.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 "Lastnosti" #. 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" msgstr "Lastnost" #. 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" msgstr "Vrednosti lastnosti" #. 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" msgstr "ID vira" #. 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" msgstr "Predloga" @@ -192,7 +211,7 @@ msgid "Templates" msgstr "Predloge" #. 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" msgstr "Vrednost" @@ -201,3 +220,10 @@ msgstr "Vrednost" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/tr.po b/base_custom_info/i18n/tr.po index b8c73f2ee..1aa5be2b5 100644 --- a/base_custom_info/i18n/tr.po +++ b/base_custom_info/i18n/tr.po @@ -3,32 +3,21 @@ # * base_custom_info # # Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: server-tools (8.0)\n" +"Project-Id-Version: Odoo Server 9.0c\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 , 2016\n" +"Language-Team: Turkish (https://www.transifex.com/oca/teams/23907/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#. module: base_custom_info -#: model:ir.actions.act_window,help:base_custom_info.custom_info_template_action -msgid "" -"

\n" -" Click to define a new custom info template.\n" -"

\n" -" You must define a custom info template for each\n" -" product properties group.\n" -"

\n" -" " -msgstr "" - #. 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" @@ -50,16 +39,21 @@ msgid "Another template with that name exists for that model." msgstr "" #. 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" msgstr "Oluşturan" #. 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" msgstr "Oluşturuldu" @@ -69,33 +63,33 @@ msgid "Custom Info" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" #. 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" msgstr "" @@ -115,14 +109,25 @@ msgid "Custom information value" msgstr "" #. 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" msgstr "ID" #. 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" msgstr "" @@ -132,55 +137,69 @@ msgid "Inheritable abstract model to add custom info in any model" msgstr "" #. 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" msgstr "Son güncelleyen" #. 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" msgstr "Son güncellenme" #. 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" msgstr "Model" #. 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" msgstr "Adı" #. 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.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 -#: field:custom.info.value,property_id:0 +#: model:ir.model.fields,field_description:base_custom_info.field_custom_info_value_property_id msgid "Property" msgstr "" #. 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" msgstr "" #. 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" msgstr "Kaynak ID" #. 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" msgstr "" @@ -191,7 +210,7 @@ msgid "Templates" msgstr "" #. 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" msgstr "Değer" @@ -200,3 +219,10 @@ msgstr "Değer" #: model:ir.ui.menu,name:base_custom_info.menu_base_custom_info_value msgid "Values" 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 "" diff --git a/base_custom_info/i18n/zh_CN.po b/base_custom_info/i18n/zh_CN.po new file mode 100644 index 000000000..c915c247e --- /dev/null +++ b/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 , 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 , 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 "" diff --git a/base_custom_info/models/custom_info.py b/base_custom_info/models/custom_info.py index 883a4055c..ed353cce2 100644 --- a/base_custom_info/models/custom_info.py +++ b/base_custom_info/models/custom_info.py @@ -57,10 +57,11 @@ class CustomInfoProperty(models.Model): "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( comodel_name='custom.info.template', - string='Template') + string='Template', + required=True) info_value_ids = fields.One2many( comodel_name="custom.info.value", inverse_name="property_id", @@ -83,8 +84,8 @@ class CustomInfoValue(models.Model): comodel_name='custom.info.property', required=True, 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): diff --git a/base_custom_info/views/custom_info_property_view.xml b/base_custom_info/views/custom_info_property_view.xml index 81fcf0bc5..72bda5437 100644 --- a/base_custom_info/views/custom_info_property_view.xml +++ b/base_custom_info/views/custom_info_property_view.xml @@ -1,6 +1,5 @@ - base.custom.info.property.tree @@ -39,5 +38,4 @@ form - diff --git a/base_custom_info/views/custom_info_template_view.xml b/base_custom_info/views/custom_info_template_view.xml index ef81b7008..3e9ff7cbd 100644 --- a/base_custom_info/views/custom_info_template_view.xml +++ b/base_custom_info/views/custom_info_template_view.xml @@ -1,6 +1,5 @@ - base.custom.info.template.tree @@ -56,5 +55,4 @@ - diff --git a/base_custom_info/views/custom_info_value_view.xml b/base_custom_info/views/custom_info_value_view.xml index 2c3c6f8a3..53ed922dd 100644 --- a/base_custom_info/views/custom_info_value_view.xml +++ b/base_custom_info/views/custom_info_value_view.xml @@ -1,6 +1,5 @@ - base.custom.info.value.tree @@ -23,5 +22,4 @@ form - diff --git a/base_custom_info/views/menu.xml b/base_custom_info/views/menu.xml index 5cb61a2f3..8f4b2220c 100644 --- a/base_custom_info/views/menu.xml +++ b/base_custom_info/views/menu.xml @@ -1,6 +1,5 @@ - -