diff options
| author | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-09 08:06:55 +0700 |
|---|---|---|
| committer | Indoteknik . <andrifebriyadiputra@gmail.com> | 2025-05-09 08:06:55 +0700 |
| commit | 0d34982dfd6d644e87733459bf0de5c05aad7cb6 (patch) | |
| tree | 4c3506304a4c0f87eb86ffe0f164e9ba8a1a4665 | |
| parent | 09e83469a30d7907b6b6e605dabda879250ef72d (diff) | |
(andri) delete chatter pada view product pricelist & item
| -rwxr-xr-x | indoteknik_custom/views/product_pricelist_item.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indoteknik_custom/views/product_pricelist_item.xml b/indoteknik_custom/views/product_pricelist_item.xml index 86ee9389..973ae181 100755 --- a/indoteknik_custom/views/product_pricelist_item.xml +++ b/indoteknik_custom/views/product_pricelist_item.xml @@ -11,12 +11,6 @@ <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> |
