i want to change field type( integer to float) in one free module but i cant ,this error show on :
Properties of base fields cannot be altered in this manner! Please modify them through Python code, preferably through a custom addon!
how can fix it?
i think if i change integer to float in blew code its done but i have wrong :
sale_price = fields.integer(string="Sale Price", required=True)