|
@@ -8,7 +8,6 @@
|
|
<field name="arch" type="xml">
|
|
<field name="arch" type="xml">
|
|
<search string="Product Curve">
|
|
<search string="Product Curve">
|
|
<field name="name"/>
|
|
<field name="name"/>
|
|
- <!-- <field name="partner_id"/> -->
|
|
|
|
</search>
|
|
</search>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</record>
|
|
@@ -39,7 +38,7 @@
|
|
<field name="logo" widget="image" class="oe_avatar oe_left"/>
|
|
<field name="logo" widget="image" class="oe_avatar oe_left"/>
|
|
<div class="oe_title">
|
|
<div class="oe_title">
|
|
<div class="oe_edit_only">
|
|
<div class="oe_edit_only">
|
|
- <label for="name" string="Curve Name"/>
|
|
|
|
|
|
+ <label for="name" string="Nombre"/>
|
|
</div>
|
|
</div>
|
|
<h1>
|
|
<h1>
|
|
<field name="name"/>
|
|
<field name="name"/>
|
|
@@ -54,10 +53,7 @@
|
|
<field name="products_count" string="Products" widget="statinfo" />
|
|
<field name="products_count" string="Products" widget="statinfo" />
|
|
</button>
|
|
</button>
|
|
</div>
|
|
</div>
|
|
- <!-- <group>
|
|
|
|
- <field name="partner_id"/>
|
|
|
|
- </group> -->
|
|
|
|
- <group string="Description">
|
|
|
|
|
|
+ <group string="Descripción">
|
|
<field name="description" nolabel="1"/>
|
|
<field name="description" nolabel="1"/>
|
|
</group>
|
|
</group>
|
|
</sheet>
|
|
</sheet>
|
|
@@ -72,7 +68,6 @@
|
|
<tree string="product.curve">
|
|
<tree string="product.curve">
|
|
<field name="name"/>
|
|
<field name="name"/>
|
|
<field name="description"/>
|
|
<field name="description"/>
|
|
- <!-- <field name="partner_id"/> -->
|
|
|
|
</tree>
|
|
</tree>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</record>
|
|
@@ -101,7 +96,7 @@
|
|
<div>
|
|
<div>
|
|
<a name="%(product_curve.action_open_curve_products)d"
|
|
<a name="%(product_curve.action_open_curve_products)d"
|
|
type="action">
|
|
type="action">
|
|
- <t t-esc="record.products_count.value"/> Products
|
|
|
|
|
|
+ <t t-esc="record.products_count.value"/> Productos
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<span>
|
|
<span>
|
|
@@ -127,7 +122,7 @@
|
|
<field name="product_curve_id"/>
|
|
<field name="product_curve_id"/>
|
|
</field>
|
|
</field>
|
|
<group string='Group by...' position="inside">
|
|
<group string='Group by...' position="inside">
|
|
- <filter string="Curve" name="groupby_curve" domain="[]"
|
|
|
|
|
|
+ <filter string="Curva" name="groupby_curve" domain="[]"
|
|
context="{'group_by' : 'product_curve_id'}"/>
|
|
context="{'group_by' : 'product_curve_id'}"/>
|
|
</group>
|
|
</group>
|
|
</field>
|
|
</field>
|