You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
683 B
16 lines
683 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<openerp>
|
|
<data>
|
|
<record model="ir.ui.view" id="sales_team_target_form_view">
|
|
<field name="name">crm.team.target.form</field>
|
|
<field name="model">crm.team</field>
|
|
<field name="inherit_id" ref="sales_team.crm_team_view_form"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//group[1]/group[2]" position="inside">
|
|
<field name="currency_id" invisible="1"/>
|
|
<field name="team_target" widget='monetary' options="{'currency_field': 'currency_id'}"/>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</data>
|
|
</openerp>
|