This question has been flagged
2 Replies
9321 Views

Hi, 

I need to display a res.company custom field in sale_view.xml, how can i do that?

thanks

Avatar
Discard
Best Answer

One way is to create a new field on the sale.order model that relates to the field on res.company you want to see.  As long as there is already a field on the sale.order model that links to res.company, this is possible.  The field that does this is company_id.


1. Settings --> Technical --> Database Structure --> Models

2. Find and open the sale.order model for editing.

3. Click Add an Item to add a new field, like this:


4. Add the new field to your XML, and see it in the Sale Order form view:


Avatar
Discard

The Saas Studio release does not give access to advanced settings which would raise the possibility to link the newly created field to the field of the other model (here res.partner)

Author Best Answer

Thanks a lot @Ray it work, there is another way to do that? "out of curiosity"

Avatar
Discard