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.
22 lines
784 B
22 lines
784 B
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<!--This is the inherited form view of the model project task-->
|
|
<record id="view_task_form2" model="ir.ui.view">
|
|
<field name="name">
|
|
project.task.view.form.inherit.asana.odoo.connector
|
|
</field>
|
|
<field name="model">project.task</field>
|
|
<field name="inherit_id" ref="project.view_task_form2"/>
|
|
<field name="arch" type="xml">
|
|
<xpath expr="//notebook" position="inside">
|
|
<page string="Asana">
|
|
<group>
|
|
<group>
|
|
<field name="asana_gid"/>
|
|
</group>
|
|
</group>
|
|
</page>
|
|
</xpath>
|
|
</field>
|
|
</record>
|
|
</odoo>
|
|
|