コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
8747 ビュー

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  

アバター
破棄
最善の回答

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

アバター
破棄
最善の回答

Hi,

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

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

Thanks

アバター
破棄
著作者 最善の回答

thanks everyone 
problem solved 


アバター
破棄