Create OpenERP model interaction with HR_Payroll -
i new openerp 7
create own model store student data , need deal objects in openerp 7
example how view basic salary employee in new model
or in other words want model access data other model (for example total leaves employee) can simple example ? or if there tutorial or simple book
regards,
you need use inheritance concept in openerp achieve requirements. can inherit object views, methods per need. need use _inherit attribute inherit object , view, need use inherit_id override existing view. can define relation ship (many2one/one2many/many2many) between objects access data of other model.
you can refer links:
http://doc.openerp.com/trunk/developers/server/ http://doc.openerp.com/v6.1/developer/index.html#book-develop-link
also, find such many examples in official addons code.
Comments
Post a Comment