Commit f1939ef7 by Owo Sugiana

Tampilkan produk setelah judul kegiatan pada kanban

1 parent 38b716c2
...@@ -33,12 +33,10 @@ ...@@ -33,12 +33,10 @@
<field name="model">project.task</field> <field name="model">project.task</field>
<field name="inherit_id" ref="project.view_task_kanban"/> <field name="inherit_id" ref="project.view_task_kanban"/>
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="commercial_partner_id" position="after"> <xpath expr="//strong[hasclass('o_kanban_record_title')]" position="inside">
<templates>
<br /> <br />
<field name="product_id"/> <field name="product_id"/>
</templates> </xpath>
</field>
</field> </field>
</record> </record>
</odoo> </odoo>
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!