mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
18 lines
620 B
XML
18 lines
620 B
XML
<?xml version="1.0"?>
|
|
<odoo>
|
|
|
|
<record model="ir.ui.view" id="product_template_serviceprofile_form_view">
|
|
<field name="name">product.template.common.serviceprofile.ok.form</field>
|
|
<field name="model">product.template</field>
|
|
<field name="inherit_id" ref="product.product_template_form_view"/>
|
|
<field name="arch" type="xml">
|
|
<div name="options" position="inside">
|
|
<div>
|
|
<field name="serviceprofile_ok"/>
|
|
<label for="serviceprofile_ok"/>
|
|
</div>
|
|
</div>
|
|
</field>
|
|
</record>
|
|
</odoo>
|