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

Hi

I have created a related field in my Odoo 10, but this field don't' appear when i run the module, this is my field :

 

list_capture_plot= fields.Many2many(related='plot_farm.list_captures', string="Liste des captures", select=False)
الصورة الرمزية
إهمال

Hello, are you telling that you cant find the field in the user interface ? are you sure that you have added the field in the xml file ?

الكاتب

Thank you Niyas, is working now. I forgot somthing in the model.py file.