I put translate=True on field few months ago, and it was working fine, but just few days back the translation button disappered (settings->fields i can see that Translatable is checked), anyone know why is this:
Here is the code that I wrote:
class ResPartner(models.Model):
_inherit = "res.partner"
name = fields.Char(translate=True)