diff options
| author | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:29:04 +0700 |
|---|---|---|
| committer | Indoteknik . <it@fixcomart.co.id> | 2025-05-16 11:29:04 +0700 |
| commit | 05305c6bf12da58cfadac7f1a901ef825d09cb61 (patch) | |
| tree | 7f6f28397b4ad871131f7f28ea698117bcf1fe0f /indoteknik_custom/views/purchase_pricelist.xml | |
| parent | c61cb9fcd3d01b4ffafaa6446f9fd68b09a88ff7 (diff) | |
| parent | 4360e1fd9f3af2c18b19463773047d9939716069 (diff) | |
(andri) resolved confict di SO view
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> |
