Hi, does anyone know if it's possible to extend a python field definition so that we can change the string attribute?
I don't want to redefine the entire field just as it appears in base odoo. I just want to change one attribute of the field. Something like:
book_value=fields.Monetary(string='Net Book Value')