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

When I am editing any one of the above documents I'd like to get directly to a product's master information. I can't find any link arrow like there is one for the UoM in the same line.

What is the method to get to the product?


P.S. I presume the same happens in a sales document.

Avatar
Discard
Author

Hello Malay,

Followed your suggestion went into the bug symbol on the top far right and chose Edit View: Form

Had to get into the product matrix inherited view and there it was in all its glory, just as you said: the option=...

Changed from True to False and Voilá!

Thanks for your insight.

I think this should be a configuration option of sorts somewhere so that the user needn't wallow in the code mud, so to speak.

Hi Peter Romao,
Thank for the appreciation. Please vote up the answer.

Yes you are right. It is from the product matrix inherited view.

Hope it will help you.

Best Answer

Hi,

It is because of the "options="{'no_open': True}" on the product field.

If you add the options="{'no_open': False}" on that field (product_template_id for purchase), then you can see the selection arrow just like UoM.

You need to check the product field whether it is product_id or inherited and added product_template_id in the lines and add the no_open false into that field. System will shows the arrow.

Hope it will help you.



Avatar
Discard
Author

Hello Malay,

That was truly kind of you to answer this so quickly, but I am afraid I don't grasp what you're telling me. Mostly because I haven't gone into coding for odoo yet.

If you would be so kind as to step me through where to make these changes it'd be most helpful. Wouldn't this kind of change be overwritten by an upgrade to odoo?

Thanks again

Hi Peter Romao,
Thank for the appreciation. Please vote up the answer.

Yes you are right. It is from the product matrix inherited view.

Hope it will help you.