diff options
| author | AndriFP <andrifebriyadiputra@gmail.com> | 2025-05-08 22:12:07 +0700 |
|---|---|---|
| committer | AndriFP <andrifebriyadiputra@gmail.com> | 2025-05-08 22:12:07 +0700 |
| commit | aca89f41cf980e2ea9b7f266d4792be52d2e4aa1 (patch) | |
| tree | 28935a4a6e0c02ef9f45fedc49eab0b87df8c600 /indoteknik_custom/views/purchase_pricelist.xml | |
| parent | 35ed7159d12a5eb915f4c689535e2e8654b43e63 (diff) | |
(andri) add log note pada purchase list untuk catat perubahan tiap fields
Diffstat (limited to 'indoteknik_custom/views/purchase_pricelist.xml')
| -rwxr-xr-x | indoteknik_custom/views/purchase_pricelist.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml index ca5cd416..409e3b6a 100755 --- a/indoteknik_custom/views/purchase_pricelist.xml +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -20,6 +20,8 @@ <field name="count_brand_vendor" optional="hide"/> <field name="product_categ_ids" string="Product Category" optional="hide"/> <field name="is_winner" string="Winner" optional="hide"/> + <field name="message_follower_ids" widget="mail_followers" optional="hide"/> + <field name="activity_ids" widget="mail_activity" optional="hide"/> </tree> </field> </record> @@ -52,6 +54,11 @@ </group> </group> </sheet> + <div class="oe_chatter"> + <field name="message_follower_ids" widget="mail_followers"/> + <field name="activity_ids" widget="mail_activity"/> + <field name="message_ids" widget="mail_thread"/> + </div> </form> </field> </record> |
