Odooers论坛

欢迎!

该社区面向专业人士和我们产品和服务的爱好者。
分享和讨论最好的内容和新的营销理念,建立您的专业形象,一起成为更好的营销人员。


0

how can I directly access the product from a PO RFQ or vendor bill in odoo 16

形象
odoo
2 注释
形象
丢弃
形象
odoo
-

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.

形象
odoo
-

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.

1 答案
0
形象
odoo
最佳答案

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.



2 注释
形象
丢弃
形象
odoo
-

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

形象
odoo
-

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.