I want to create custom field type with use of existing field type.Just like Odoo have field types: Char,Integer etc.I want create new Interger type with use of existind Integer field type. So new custom field type has existing and new functionlity.
Odoo allow create custom field type? If yes then how to create custom field type?
I guess that inherit existing field type we can create custom field type just like we create custom module with use of inherit existing model.