Skip to Content
Menu
This question has been flagged
3 Replies
8458 Views

Hi Good Morning 

i have added custom fields in sales and purchase module x_studio.packaging and i want to the tracking of it in the log notes 
for examples if any user changes anything on that it appears in the log notes. ______. user changed it to this 

is it possible?


thanks 

awaiting for reply  

Avatar
Discard
Best Answer

Hello Sumeet

In Studio and in developer mode:

  1. Add the custom field to the view

  2. Edit the custom field and set "Enable Ordered Tracking" from 0 to 1

Kind regards

Avatar
Discard
Best Answer

Hi,

Yes you can added the track_visibility='onchange' on your field

Example =  customer_field = fields.Char(string="Customer field", track_visibility='onchange')

Thanks

Avatar
Discard
Author Best Answer

thanks everyone 
problem solved 


Avatar
Discard