[ADD]sale_show_crm_opportunity
This commit is contained in:
13
sale_show_crm_opportunity/views/sale_order_views.xml
Normal file
13
sale_show_crm_opportunity/views/sale_order_views.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<record id="sale_order_form_inherit_show_opportunity" model="ir.ui.view">
|
||||
<field name="name">sale.order.form.inherit.show.opportunity</field>
|
||||
<field name="model">sale.order</field>
|
||||
<field name="inherit_id" ref="sale.view_order_form"/>
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//field[@name='opportunity_id']" position="replace">
|
||||
<field name="opportunity_id" help="Log in the chatter from which opportunity the order originates"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
</odoo>
|
Reference in New Issue
Block a user