I inherited res_partner, the problem is that I would like to change the translation of a single word. In Italian the word "name" is translated as "nome" but also the word "first name" translates as "nome". what I would like to do is change the translation of res_partner to change the "name" (first name + last name) to "Full name". How can I do?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
Hi,
1. Export the translation file from the addons you want to override.
2. Translate it using POEeit or similar.
3. Drop the translation file inside a i18n_extra
folder in the addon. E.g.: addon/i18n_extra/fr.pot
4. Update the addon.
With that system, a sub-module is able to override translations from parent modules.
Hope it helps
Let me know if the solution given by @cybrosis works for u.
Added the solution
My solution:
I have added the string from inherit model on my .po file
#: model:ir.model.fields,field_description:base.field_res_partner__name
Now I see correctly
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
Part of Odoo not translated
Solved
|
|
2
Mar 15
|
5022 | |
|
2
Jun 23
|
4134 | ||
|
2
Nov 24
|
275 | ||
|
1
Oct 24
|
335 | ||
|
4
Oct 24
|
327 |