diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2025-05-14 04:10:19 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2025-05-14 04:10:19 +0000 |
| commit | dceb69d104510bff6930ad0fe373dcf198417503 (patch) | |
| tree | 3b081a8434634119c850c7f2da7ec30f1bfea825 /indoteknik_custom/views | |
| parent | f9240997e9796a1149a1f8bddc48fa1ebbbbf873 (diff) | |
| parent | bf79c492c047b8b9e0aa7657959a6f94263765dd (diff) | |
Merged in po-lock-and-logproduct (pull request #303)
Po lock and logproduct
Diffstat (limited to 'indoteknik_custom/views')
| -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> |
