Hi > I tried to do this on a es_ES.po file under a locale/override dir > > > msgctxt > "model:ir.ui.menu,name:gnuhealth_appointment_menu:gnuhealth_appointment_menu" > > > > > Add a single dot at the end, like this: > > > msgctxt > "model:ir.ui.menu,name:gnuhealth_appointment_menu:gnuhealth_appointment_menu."
Thanks, but no. The right way is: msgctxt "model:ir.ui.menu,name:health.gnuhealth_appointment_menu" msgid "Appointments" msgstr "Turnos" It's tricky, bit the last part goes like module.fs_id. In this case, health is the module, and gnuhealth_appointment_menu the fs_id. Thank you all for the answers. Francisco -- You received this message because you are subscribed to the Google Groups "tryton" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton/2e318f91-fa40-49c5-ba14-001d34f21ad4%40googlegroups.com.
