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

I know that I can update a filed's translation if field is translate=True with following method.

d1 = 'Actual Content'

d2= 'Translated content'

self.model.write({translateable_field': d1})

self.model.with_context(lang=ar_001).write({'translatable_field': d2})


But my problem is, how can I update a filed having translate=html_translate. I used above method but it is not working. Urgent help will be greatly appreciated.

الصورة الرمزية
إهمال
المنشورات ذات الصلة الردود أدوات العرض النشاط
1
يوليو 19
14021
2
مارس 23
5031
2
مارس 22
2473
3
ديسمبر 19
5157
0
مارس 15
4413