|
@@ -9,15 +9,16 @@
|
|
<sheet>
|
|
<sheet>
|
|
<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">
|
|
|
|
- <label for="name" string="Modelo y Número de chapa"/>
|
|
|
|
- </div>
|
|
|
|
- <h1>
|
|
|
|
- <field name="name"/>
|
|
|
|
- </h1>
|
|
|
|
<h2>
|
|
<h2>
|
|
- <field name="car_brand_id" placeholder="Marca"/>
|
|
|
|
|
|
+ <field name="car_brand_id" placeholder="Marca" required="1"/>
|
|
</h2>
|
|
</h2>
|
|
|
|
+ <h2>
|
|
|
|
+ <field name="model" placeholder="Modelo" required="1"/>
|
|
|
|
+ </h2>
|
|
|
|
+ <h2>
|
|
|
|
+ <field name="number" placeholder="Número de chapa" required="1"/>
|
|
|
|
+ </h2>
|
|
|
|
+
|
|
</div>
|
|
</div>
|
|
<notebook>
|
|
<notebook>
|
|
<page string="Configuración">
|
|
<page string="Configuración">
|
|
@@ -34,10 +35,6 @@
|
|
<field name="odometer" string="Odometro"/>
|
|
<field name="odometer" string="Odometro"/>
|
|
<field name="transmission" string="Tipo de transmisión"/>
|
|
<field name="transmission" string="Tipo de transmisión"/>
|
|
<field name="fuel_type" string="Tipo de combustible"/>
|
|
<field name="fuel_type" string="Tipo de combustible"/>
|
|
- <field name="model" string="Modelo"/>
|
|
|
|
- <field name="number" string="Número de chapa"/>
|
|
|
|
- <field name="color" string="Color"/>
|
|
|
|
- <field name="year" string="Año"/>
|
|
|
|
</group>
|
|
</group>
|
|
</group>
|
|
</group>
|
|
<group>
|
|
<group>
|
|
@@ -47,6 +44,8 @@
|
|
<group string="Información Adicional">
|
|
<group string="Información Adicional">
|
|
<field name="seats" string="Número de asientos"/>
|
|
<field name="seats" string="Número de asientos"/>
|
|
<field name="doors" string="Número de puertas"/>
|
|
<field name="doors" string="Número de puertas"/>
|
|
|
|
+ <field name="year" string="Año"/>
|
|
|
|
+ <field name="color" string="Color"/>
|
|
</group>
|
|
</group>
|
|
</group>
|
|
</group>
|
|
</page>
|
|
</page>
|
|
@@ -62,8 +61,8 @@
|
|
<field name="arch" type="xml">
|
|
<field name="arch" type="xml">
|
|
<tree string="Vehiculo">
|
|
<tree string="Vehiculo">
|
|
<field name="name"/>
|
|
<field name="name"/>
|
|
- <field name="car_brand_id"/>
|
|
|
|
<field name="partner_id"/>
|
|
<field name="partner_id"/>
|
|
|
|
+ <field name="car_value"/>
|
|
</tree>
|
|
</tree>
|
|
</field>
|
|
</field>
|
|
</record>
|
|
</record>
|