I don't understand why my default values that I set in models I inherits from somewhere elses doesn't work. In other words, default="DEFAULT TEXT" doesn't work in entities I will eventually inherits from.
Why isn't working... and what would be the alternative? I tried setting only the the default property on the destination model, but odoo complains this is not valid. Any other idea?
Thanks