diff --git a/product_brand/README.rst b/product_brand/README.rst index ec3fa2cce..02f8ec79b 100644 --- a/product_brand/README.rst +++ b/product_brand/README.rst @@ -35,8 +35,9 @@ For further information, please visit: Known issues / Roadmap ====================== -* Add a field with brands assiciated to a Customer or Supplier on +* Add a field with brands associated to a Customer or Supplier on the Customers/Suppliers Form View. +* Fix smart button alignment in brand form view Bug Tracker @@ -66,6 +67,7 @@ Contributors * Gunnar Wagner * Leonardo Donelli * Serpent Consulting Services Pvt. Ltd. +* Marcelo Pickler Maintainer ---------- diff --git a/product_brand/__openerp__.py b/product_brand/__openerp__.py index b82ca9ce6..44f1e14fa 100644 --- a/product_brand/__openerp__.py +++ b/product_brand/__openerp__.py @@ -8,18 +8,20 @@ { 'name': 'Product Brand Manager', - 'version': '9.0.1.0.0', + 'version': '10.0.1.0.0', 'category': 'Product', 'summary': "Product Brand Manager", 'author': 'NetAndCo, Akretion, Prisnet Telecommunications SA' ', MONK Software, Odoo Community Association (OCA)' ', SerpentCS Pvt. Ltd.', 'license': 'AGPL-3', - 'depends': ['product'], + 'depends': [ + 'sale', + ], 'data': [ 'views/product_brand_view.xml', 'security/ir.model.access.csv' ], - 'installable': False, + 'installable': True, 'auto_install': False } diff --git a/product_brand/i18n/de.po b/product_brand/i18n/de.po new file mode 100644 index 000000000..18ba7e7ff --- /dev/null +++ b/product_brand/i18n/de.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_brand +# +# Translators: +# Niki Waibel , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:36+0000\n" +"PO-Revision-Date: 2016-12-29 03:36+0000\n" +"Last-Translator: Niki Waibel , 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: product_brand +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Description" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo +msgid "Logo File" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" +msgstr "" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" +msgstr "" + +#. module: product_brand +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "Produktvorlage" + +#. module: product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" +msgstr "" diff --git a/product_brand/i18n/es.po b/product_brand/i18n/es.po new file mode 100644 index 000000000..e688f57be --- /dev/null +++ b/product_brand/i18n/es.po @@ -0,0 +1,134 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_brand +# +# Translators: +# Pedro M. Baeza , 2016 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:36+0000\n" +"PO-Revision-Date: 2016-12-29 03:36+0000\n" +"Last-Translator: Pedro M. Baeza , 2016\n" +"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "Marca" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "Nombre de la marca" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" +msgstr "Productos de la marca" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" +msgstr "Creado por" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "Creado el" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Description" +msgstr "Descripción" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" +msgstr "ID" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "Última actualización por" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "Última modificación el" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo +msgid "Logo File" +msgstr "Logotipo" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "Número de productos" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" +msgstr "Empresa" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" +msgstr "Marca de producto" + +#. module: product_brand +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "Marcas de producto" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "Plantilla de producto" + +#. module: product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "Productos" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "Seleccione una marca para este producto" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "Seleccione una empresa para este marca si la hay." + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" +msgstr "product.brand" diff --git a/product_brand/i18n/fr.po b/product_brand/i18n/fr.po index e5b244d75..0c4dd620f 100644 --- a/product_brand/i18n/fr.po +++ b/product_brand/i18n/fr.po @@ -1,82 +1,134 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: -# * product_brand -# +# * product_brand +# +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 7.0\n" +"Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2014-03-14 12:55+0000\n" -"PO-Revision-Date: 2014-04-08 17:33+0000\n" -"Last-Translator: Guewen Baconnier @ Camptocamp \n" -"Language-Team: \n" +"POT-Creation-Date: 2016-12-29 03:36+0000\n" +"PO-Revision-Date: 2016-12-29 03:36+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: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-17 07:08+0000\n" -"X-Generator: Launchpad (build 17007)\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: product_brand -#: model:ir.model,name:product_brand.model_product_brand -#: view:product.brand:0 -msgid "product.brand" -msgstr "product.brand" +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "Marque" #. module: product_brand -#: model:ir.model,name:product_brand.model_product_template -msgid "Product Template" -msgstr "Modèle de produit" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "Marque" #. module: product_brand -#: model:ir.ui.menu,name:product_brand.menu_product_brand -msgid "Brand management" -msgstr "Gestion des marques" +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "" #. module: product_brand -#: view:product.brand:0 -#: field:product.brand,description:0 +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form msgid "Description" msgstr "Description" #. module: product_brand -#: view:product.brand:0 -#: field:product.brand,name:0 -msgid "Brand Name" -msgstr "Marque" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "" #. module: product_brand -#: view:product.brand:0 -msgid "Product Brand" -msgstr "Marque d'article" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "" #. module: product_brand -#: field:product.brand,logo:0 +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo msgid "Logo File" msgstr "Logo" #. module: product_brand -#: model:ir.actions.act_window,name:product_brand.action_product_brand -#: view:product.product:0 -#: field:product.template,product_brand_id:0 -msgid "Brand" -msgstr "Marque" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" +msgstr "" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" +msgstr "Marque d'article" #. module: product_brand -#: help:product.brand,partner_id:0 -msgid "Select a partner for this brand if it exists." -msgstr "Sélectionnez un partenaire pour cette marque." +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "" #. module: product_brand -#: view:product.product:0 -msgid "Group by..." -msgstr "Regrouper par..." +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "Modèle de produit" #. module: product_brand -#: field:product.brand,partner_id:0 -msgid "partner" -msgstr "Partenaire" +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "" #. module: product_brand -#: help:product.template,product_brand_id:0 -msgid "Select a brand for this product." -msgstr "Sélectionnez une marque pour ce produit." +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" +msgstr "product.brand" diff --git a/product_brand/i18n/fr_FR.po b/product_brand/i18n/fr_FR.po index 9f9d41af9..f0a06a2fc 100644 --- a/product_brand/i18n/fr_FR.po +++ b/product_brand/i18n/fr_FR.po @@ -1,82 +1,134 @@ -# Translation of OpenERP Server. +# Translation of Odoo Server. # This file contains the translation of the following modules: -# * product_brand -# +# * product_brand +# +# Translators: +# OCA Transbot , 2016 msgid "" msgstr "" -"Project-Id-Version: OpenERP Server 5.0.7\n" -"Report-Msgid-Bugs-To: support@openerp.com\n" -"POT-Creation-Date: 2014-03-14 12:55+0000\n" -"PO-Revision-Date: 2014-03-11 12:42+0000\n" -"Last-Translator: Graeme Gellatly \n" -"Language-Team: \n" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-29 03:36+0000\n" +"PO-Revision-Date: 2016-12-29 03:36+0000\n" +"Last-Translator: OCA Transbot , 2016\n" +"Language-Team: French (France) (https://www.transifex.com/oca/teams/23907/fr_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"X-Launchpad-Export-Date: 2014-05-17 07:08+0000\n" -"X-Generator: Launchpad (build 17007)\n" +"Content-Transfer-Encoding: \n" +"Language: fr_FR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" #. module: product_brand -#: model:ir.model,name:product_brand.model_product_brand -#: view:product.brand:0 -msgid "product.brand" +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "Marque" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "Marque" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" msgstr "" #. module: product_brand -#: model:ir.model,name:product_brand.model_product_template -msgid "Product Template" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" msgstr "" #. module: product_brand -#: model:ir.ui.menu,name:product_brand.menu_product_brand -msgid "Brand management" -msgstr "Gestion des marques" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "" #. module: product_brand -#: view:product.brand:0 -#: field:product.brand,description:0 +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form msgid "Description" msgstr "Description" #. module: product_brand -#: view:product.brand:0 -#: field:product.brand,name:0 -msgid "Brand Name" -msgstr "Marque" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "" #. module: product_brand -#: view:product.brand:0 -msgid "Product Brand" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" msgstr "" #. module: product_brand -#: field:product.brand,logo:0 +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo msgid "Logo File" msgstr "" #. module: product_brand -#: model:ir.actions.act_window,name:product_brand.action_product_brand -#: view:product.product:0 -#: field:product.template,product_brand_id:0 -msgid "Brand" -msgstr "Marque" +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "" #. module: product_brand -#: help:product.brand,partner_id:0 -msgid "Select a partner for this brand if it exists." +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" msgstr "" #. module: product_brand -#: view:product.product:0 -msgid "Group by..." +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" msgstr "" #. module: product_brand -#: field:product.brand,partner_id:0 -msgid "partner" -msgstr "Partenaire" +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "" #. module: product_brand -#: help:product.template,product_brand_id:0 -msgid "Select a brand for this product." +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" msgstr "" diff --git a/product_brand/i18n/hr.po b/product_brand/i18n/hr.po new file mode 100644 index 000000000..2b256987f --- /dev/null +++ b/product_brand/i18n/hr.po @@ -0,0 +1,135 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_brand +# +# Translators: +# OCA Transbot , 2016 +# Bole , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2016-12-31 06:20+0000\n" +"PO-Revision-Date: 2016-12-31 06:20+0000\n" +"Last-Translator: Bole , 2017\n" +"Language-Team: Croatian (https://www.transifex.com/oca/teams/23907/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "Brand" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "Naziv branda" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" +msgstr "Proizvodi branda" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" +msgstr "Kreirao" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "Kreirano" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Description" +msgstr "Opis" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" +msgstr "ID" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "Zadnje ažurirano" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "Zadnji ažurirao" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "Zadnje ažurirano" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo +msgid "Logo File" +msgstr "Logo sličica" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "Broj proizvoda" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" +msgstr "Partner" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" +msgstr "Brand proizvoda" + +#. module: product_brand +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "Brandovi proizvoda" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "Predložak proizvoda" + +#. module: product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "Proizvodi" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "Odaberite brand za ovaj proizvod" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "Odaberite partnera za ovaj brand ako ga ima." + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" +msgstr "product.brand" diff --git a/product_brand/i18n/it.po b/product_brand/i18n/it.po new file mode 100644 index 000000000..653110897 --- /dev/null +++ b/product_brand/i18n/it.po @@ -0,0 +1,135 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * product_brand +# +# Translators: +# OCA Transbot , 2017 +# Giuliano Lotta , 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-28 04:31+0000\n" +"PO-Revision-Date: 2017-01-28 04:31+0000\n" +"Last-Translator: Giuliano Lotta , 2017\n" +"Language-Team: Italian (https://www.transifex.com/oca/teams/23907/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_template_product_brand_id +#: model:ir.ui.view,arch_db:product_brand.product_template_form_brand_add +#: model:ir.ui.view,arch_db:product_brand.view_product_template_search_brand +msgid "Brand" +msgstr "Marca" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_name +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Brand Name" +msgstr "Marchio" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_brand_products +#: model:ir.model.fields,field_description:product_brand.field_product_brand_product_ids +msgid "Brand Products" +msgstr "Prodotti della Marca" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_uid +msgid "Created by" +msgstr "Creato da" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_create_date +msgid "Created on" +msgstr "Creato il" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_description +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Description" +msgstr "Descrizione" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_id +msgid "ID" +msgstr "" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand___last_update +msgid "Last Modified on" +msgstr "Ultima Modifica il" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_uid +msgid "Last Updated by" +msgstr "Ultimo Aggiornamento di" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_write_date +msgid "Last Updated on" +msgstr "Ultimo Aggiornamento il" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_logo +msgid "Logo File" +msgstr "File del Logo" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_products_count +msgid "Number of products" +msgstr "Numero di prodotti" + +#. module: product_brand +#: model:ir.model.fields,field_description:product_brand.field_product_brand_partner_id +msgid "Partner" +msgstr "Partner" + +#. module: product_brand +#: model:ir.actions.act_window,name:product_brand.action_open_single_product_brand +#: model:ir.ui.view,arch_db:product_brand.product_brand_search_form_view +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +msgid "Product Brand" +msgstr "Marca del prodotto" + +#. module: product_brand +#: model:ir.ui.menu,name:product_brand.menu_product_brand +msgid "Product Brands" +msgstr "Marchi del prodotto" + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_template +msgid "Product Template" +msgstr "" + +#. module: product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_form +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_kanban +msgid "Products" +msgstr "Prodotti" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_template_product_brand_id +msgid "Select a brand for this product" +msgstr "Scegliere una marca per questo prodotto" + +#. module: product_brand +#: model:ir.model.fields,help:product_brand.field_product_brand_partner_id +msgid "Select a partner for this brand if any." +msgstr "Scegliere un partner per questa marca ove presente." + +#. module: product_brand +#: model:ir.model,name:product_brand.model_product_brand +#: model:ir.ui.view,arch_db:product_brand.view_product_brand_tree +msgid "product.brand" +msgstr "" diff --git a/product_brand/views/product_brand_view.xml b/product_brand/views/product_brand_view.xml index e0a2c7242..ac7c5b448 100644 --- a/product_brand/views/product_brand_view.xml +++ b/product_brand/views/product_brand_view.xml @@ -1,213 +1,209 @@ - - + + + product.brand.search.form + product.brand + + + + + + + - - product.brand.search.form - product.brand - - - - - - - - - + - + - - product.brand.form - product.brand - -
- - -
-
-
-

- -

-
-
- + + product.brand.form + product.brand + + + + +
+
+
- - - - - - - - - - +

+ +

+
+
+ +
+ + + + + + +
+ +
+
- - product.brand.tree - product.brand - - - - - - - - + + product.brand.tree + product.brand + + + + + + + + - - product.brand.kanban - product.brand - - - - - - - -
- - - -
-

- - - -

- - - - - ... - - + + product.brand.kanban + product.brand + + + + + + + +
+ + + +
+

+ + + +

+ + + + + ... + +
- - - - - +
+
+
+
+
+
- - product.template.search.brand - product.template - - - - - - - + + product.template.search.brand + product.template + + + + + + - + + - - product.template.product.form - product.template - - - - - + + product.template.product.form + product.template + + + +
- + + - - product kanban view: add brand - product.template - - - -
- - - -
-
-
-
+ + product kanban view: add brand + product.template + + + +
+ + + +
+
+
+
- - product variant kanban view: add brand - product.product - - - -
- - - -
-
-
-
+ + product variant kanban view: add brand + product.product + + + +
+ + + +
+
+
+
- - product tree view: add brand - product.template - - - - - + + product tree view: add brand + product.template + + + + - + + - - product variant tree view: add brand - product.product - - - - - + + product variant tree view: add brand + product.product + + + + - - - - Brand - product.brand - form - kanban,form,tree - + + - + + Brand + product.brand + form + kanban,form,tree + - - + +