luca-vercelli / odoo-modules

Some Odoo modules I use
GNU General Public License v3.0
1 stars 3 forks source link

Variant_search multi language #4

Closed CasVissers-360ERP closed 3 years ago

CasVissers-360ERP commented 6 years ago

Hi,

In a multi language Odoo set-up we generate the var_desc in English. But if a user works in ie. Dutch the user want's to search on the Dutch name of the description/variant not the English one.

Would it be possible to fix this?

With kind regards, Cas

luca-vercelli commented 6 years ago

Hi, I think this is not fast to achieve. You should have another table product_var_desc, that gives one different var_desc for every language.

CasVissers-360ERP commented 6 years ago

@luca-vercelli Thank you for your answer. Seems logical.

luca-vercelli commented 6 years ago

Anyway, thank you for your suggestion. I will leave this issue open, maybe in the future I (or somebody else) could work on it.

CasVissers-360ERP commented 6 years ago

Maybe it's an idea to let the user decide in what language the description should be generated? Most of the time there is 1 main language in a system with supporting languages for reports.