How to show object's fields (non-extra fields) in proposals and orders?

I created an object “brands” with module builder and add, edit and delete functions is ok but I need to use these fields as input select combo box in proposal and order creation.

How to do? Any suggestions? I have searched for a long time and I have not found any documentation, forum or blog that clearly shows how to do it. A small simple example would be helpful.

Hi,

You have sevral choises to do that.
This will depend on what you would like to do exactly.

  1. Use canvas : https://wiki.dolibarr.org/index.php/Canvas_development
  2. Use hooks : https://wiki.dolibarr.org/index.php/Hooks_system
  3. Use javascript
1 Like