|
@@ -1,14 +1,14 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<openerp>
|
|
|
<data>
|
|
|
- <menuitem id="menu_slider_config" name="Slider Configuration" parent="base.menu_base_partner" sequence="40"/>
|
|
|
+ <menuitem id="menu_slider_config" name="Slider Configuración" parent="base.menu_base_partner" sequence="40"/>
|
|
|
<!-- Product Category Slider -->
|
|
|
<!-- Product Category Slider Form View-->
|
|
|
<record id="prod_cat_slider_form_view" model="ir.ui.view">
|
|
|
<field name="name">product.category.slider.form.view</field>
|
|
|
<field name="model">product.category.slider.config</field>
|
|
|
<field name="arch" type="xml">
|
|
|
- <form string="Product/Category Slider">
|
|
|
+ <form string="Productos/Categorias Slider">
|
|
|
<sheet>
|
|
|
<group>
|
|
|
<field name="name"/>
|
|
@@ -29,7 +29,7 @@
|
|
|
<field name="name">product.category.slider.list.view</field>
|
|
|
<field name="model">product.category.slider.config</field>
|
|
|
<field name="arch" type="xml">
|
|
|
- <tree string="Product/Category Slider">
|
|
|
+ <tree string="Productos/Categorias Slider">
|
|
|
<field name="name"/>
|
|
|
<field name="no_of_counts"/>
|
|
|
<field name="prod_cat_type"/>
|
|
@@ -51,13 +51,13 @@
|
|
|
</field>
|
|
|
</record>
|
|
|
<!-- Product Category menu in slider config -->
|
|
|
- <menuitem action="prod_cat_slider_action" id="prod_cat_slider_menu" name="Product/Category Slider Configuraton" parent="kingfisher_pro.menu_slider_config" sequence="60"/>
|
|
|
+ <menuitem action="prod_cat_slider_action" id="prod_cat_slider_menu" name="Slider Producto/Categoria Configuración" parent="kingfisher_pro.menu_slider_config" sequence="60"/>
|
|
|
<!-- Brands slider -->
|
|
|
<record id="product_brandz_search_view" model="ir.ui.view">
|
|
|
<field name="name">product.brands.search.form</field>
|
|
|
<field name="model">product.brands</field>
|
|
|
<field name="arch" type="xml">
|
|
|
- <search string="Product Brands">
|
|
|
+ <search string="Marcas de Productos">
|
|
|
<field name="name"/>
|
|
|
</search>
|
|
|
</field>
|
|
@@ -158,7 +158,7 @@
|
|
|
<field name="product_brand_id"/>
|
|
|
</field>
|
|
|
<field name="categ_id" position="before">
|
|
|
- <filter context="{'group_by' : 'product_brand_id'}" domain="[]" name="groupby_brand" string="Brands"/>
|
|
|
+ <filter context="{'group_by' : 'product_brand_id'}" domain="[]" name="groupby_brand" string="Marcas"/>
|
|
|
</field>
|
|
|
</field>
|
|
|
</record>
|
|
@@ -172,7 +172,7 @@
|
|
|
<field name="product_brand_id"/>
|
|
|
</field>
|
|
|
<field name="categ_id" position="before">
|
|
|
- <filter context="{'group_by' : 'product_brand_id'}" domain="[]" name="groupby_brand" string="Brand"/>
|
|
|
+ <filter context="{'group_by' : 'product_brand_id'}" domain="[]" name="groupby_brand" string="Marca"/>
|
|
|
</field>
|
|
|
</field>
|
|
|
</record>
|
|
@@ -247,7 +247,7 @@
|
|
|
<field name="view_mode">kanban,form,tree</field>
|
|
|
</record>
|
|
|
<!-- Brand Menu -->
|
|
|
- <menuitem action="action_product_brand" id="menu_product_brand" name="Product Brands" parent="kingfisher_pro.menu_slider_config"/>
|
|
|
+ <menuitem action="action_product_brand" id="menu_product_brand" name="Marca de Productos" parent="kingfisher_pro.menu_slider_config"/>
|
|
|
<!-- Blog Slider -->
|
|
|
<!-- Blog Slider Form View-->
|
|
|
<record id="dynamic_blog_slider_form_view" model="ir.ui.view">
|