Skip to Content
Menu
This question has been flagged
1 Reply
3116 Views

Hello everyone! is it possible to use odoo data in form builders. Like Employees( Many2one field), res.user field etc. 

Avatar
Discard
Best Answer

Hi Hunain,

The default Odoo Formbuilder does support many2one fields. You can add it by first dragging the "Form Builder" on the page and then clicking on "Addan existing field" from which you can select existing fields.
An example with the countries list for contacts:



At this point the Form Builder can only access/use fields depending on which action you want the Form builder to do though (so create a contact, lead, ...).
If you want it for another model such as user or a custom module you will need to extend the Form Builder widget so it supports your models too.

Regards,

Yenthe

Avatar
Discard
Author

Is it available for free?

It is an enterprise feature.

I used from form builder and add a field many2one customer.
But just selected customer, not working name searching.
Please help me. Thanks