Skip to Content
Menu
This question has been flagged
2 Replies
731 Views

Hi everyone,
I have an odoo 12 server.
I am looking for modifying the field ' product_id ' in the stock.inventory.form
I need to change the content = remove the default_code part or change the order to get the product name first

I saw the stock.inventory.form content but i don't find what to change to get this change.

Any idea ?

thanks for your help,

Avatar
Discard
Author Best Answer

Hi niyas,

thanks for your answer and time

i will see in that way,

Kind regards,

Avatar
Discard
Best Answer

Hi,

For this you have to override the name get function of the product.product model and change the displayed product string according.

See: https://www.youtube.com/watch?v=-1r3WSwtqxQ

Thanks

Avatar
Discard