summaryrefslogtreecommitdiff
path: root/indoteknik_custom/views
diff options
context:
space:
mode:
Diffstat (limited to 'indoteknik_custom/views')
-rw-r--r--indoteknik_custom/views/product_pricelist.xml6
-rwxr-xr-xindoteknik_custom/views/product_pricelist_item.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/indoteknik_custom/views/product_pricelist.xml b/indoteknik_custom/views/product_pricelist.xml
index 3c2b8b8d..6a1111cf 100644
--- a/indoteknik_custom/views/product_pricelist.xml
+++ b/indoteknik_custom/views/product_pricelist.xml
@@ -25,6 +25,12 @@
</group>
</page>
</page>
+ <xpath expr="//sheet" position="after">
+ <div class="oe_chatter">
+ <field name="message_follower_ids" widget="mail_followers"/>
+ <field name="message_ids" widget="mail_thread"/>
+ </div>
+ </xpath>
</field>
</record>
diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml
index 973ae181..86ee9389 100755
--- a/indoteknik_custom/views/product_pricelist_item.xml
+++ b/indoteknik_custom/views/product_pricelist_item.xml
@@ -11,6 +11,12 @@
<field name="model">product.pricelist.item</field>
<field name="inherit_id" ref="product.product_pricelist_item_form_view" />
<field name="arch" type="xml">
+ <xpath expr="//sheet" position="after">
+ <div class="oe_chatter">
+ <field name="message_ids" widget="mail_thread"/>
+ <field name="message_follower_ids" widget="mail_followers"/>
+ </div>
+ </xpath>
<field name="applied_on" position="before">
<field name="pricelist_id" />
</field>