Getting data from other sources rather than from database in OpenErp -


i customize openerp data other sources rather database , show in form.
in case:
i have data employee: name, age, address... stored in other sources instead of database.
i don't want stored database want show them in view. there solution , give me advice? many thanks

off top of head suggest creating functional fields , calling out there. if make use of multi option (see "performance optimisation" section of developer momento) make external call once.

if call fields same thing, inherited model over-write base field definitions.