Commit f1939ef7 by Owo Sugiana

Tampilkan produk setelah judul kegiatan pada kanban

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