I want to change the string or title of the create button inside the Recruitment Module.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
1
Cevapla
839
Görünümler
- Create a custom module (if you haven't already) by following the Odoo module creation process.
- Inside your custom module, create a new file for translations. The naming convention should be like your_module/i18n/.pot. For example, if your custom module is named "custom_recruitment," the file should be named custom_recruitment/i18n/custom_recruitment.pot.
- Inside the translation file, add the following content:
#: view:hr_recruitment.view_form
#: view:hr_recruitment.view_tree
msgid "Create"
msgstr "Your New Title"
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol