|
@@ -7,8 +7,9 @@
|
|
|
<field name="inherit_id" ref="base.view_partner_form"/>
|
|
|
<field name="arch" type="xml">
|
|
|
<notebook>
|
|
|
- <page string="Hitorial de Cliente">
|
|
|
+ <page string="Hitorial">
|
|
|
<notebook>
|
|
|
+
|
|
|
<!-- Iniciativas y Oportunidades -->
|
|
|
<page string=" Iniciativas y Oportunidades ">
|
|
|
<group col="1">
|
|
@@ -25,13 +26,13 @@
|
|
|
</group>
|
|
|
</page>
|
|
|
|
|
|
- <!-- Reuniones -->
|
|
|
- <page string=" Reuniones ">
|
|
|
+ <!-- Reuniones -->
|
|
|
+ <page string=" Reuniones ">
|
|
|
<group col="1">
|
|
|
<field name="meeting_ids" readonly="1" nolabel='1'>
|
|
|
</field>
|
|
|
</group>
|
|
|
- </page>
|
|
|
+ </page>
|
|
|
|
|
|
<!--ventas-->
|
|
|
<page string="Ventas">
|
|
@@ -64,7 +65,38 @@
|
|
|
</field>
|
|
|
</group>
|
|
|
</page>
|
|
|
- </notebook>
|
|
|
+
|
|
|
+ <!-- orden de entrega -->
|
|
|
+ <page string="Productos">
|
|
|
+ <group col="1">
|
|
|
+ <field name="stock_picking_move_ids" readonly="1" nolabel='1'
|
|
|
+ context="{'stock_picking_move_ids.picking_type_id.id':2}" >
|
|
|
+ <tree>
|
|
|
+ <field name="name" />
|
|
|
+ <field name="product_qty" sum="Total"/>
|
|
|
+ <field name="picking_type_id"/>
|
|
|
+ <field name="state"/>
|
|
|
+ </tree>
|
|
|
+ </field>
|
|
|
+ </group>
|
|
|
+ </page>
|
|
|
+
|
|
|
+ <!-- Reclamación -->
|
|
|
+ <page string="Reclamación" readonly="1" nolabel='1'>
|
|
|
+ <group col="1">
|
|
|
+ <field name="crm_claim_ids">
|
|
|
+ <tree>
|
|
|
+ <field name='name'/>
|
|
|
+ <field name='description'/>
|
|
|
+ <field name='user_fault'/>
|
|
|
+ <field name='categ_id'/>
|
|
|
+ <field name='priority'/>
|
|
|
+ <field name='stage_id'/>
|
|
|
+ </tree>
|
|
|
+ </field>
|
|
|
+ </group>
|
|
|
+ </page>
|
|
|
+ </notebook>
|
|
|
</page>
|
|
|
</notebook>
|
|
|
</field>
|