تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
751 أدوات العرض

I am trying to write some code to make an automation that will populate a date field that is 3 days from now I have this code 

record.x_studio_three_days_after_quotation_sent = datetime.datetime.now () + datetime.timedelta(days=3	

but it gives me an error: " forbidden opcode(s) in 'record.x_studio_three_days_after_quotation_sent = datetime.datetime.now () + datetime.timedelta(days=3)': STORE_ATTR"

I am only using studio not sh. Does anyone have any ideas?

الصورة الرمزية
إهمال
أفضل إجابة

are you looping in self?

for record in self:

​record.x_studio_three_days_after_quotation_sent = datetime.datetime.now () + datetime.timedelta(days=3)

would be a good idea to provide more context if possible

الصورة الرمزية
إهمال
الكاتب

I am not looping I want to put one line of code in the 'Execute Code' action in an automation.

المنشورات ذات الصلة الردود أدوات العرض النشاط
4
مايو 24
2033
1
فبراير 19
3987
1
يناير 25
800
2
يونيو 23
2341
0
ديسمبر 24
2342