This question has been flagged
1 Reply
2745 Views

is it possible to define new field type in opernerp(maybe osv class) to use in another modules and classes?

somthing like this: "field_name":fields.CUSTOM_FIELD_TYPE("field name")

where CUSTOM_FIELD_TYPE is a new field type just like integer,boolean,datetime ....

if it is possible how can i do that and where should i begin?

Avatar
Discard
Best Answer

yes it is possible.. try searching for geospatial addons for oe... 
in geospatial_base c2c crew added new types of fields...
examine that module and resolve the logic.. 

Avatar
Discard