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)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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)
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.
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.