Hello!!
I work with a class named test_example:
class test_example(osv.osv):
_name = 'test.example'
_columns = {
'date_start': fields.date('Date Start ',size=256),
'date_end': fields.date('Date End ',size=256),
'company_id': fields.many2one('res.company', string ="Company Name",size=256),
}
I want to create a report which will contains all the employees of the selected company.
Please help
I really need an answer please
Please don't create double posts for exactly the same.. You could have easily modified your initial topic and added this code.
try to answer !!!
Sorry but I never work with RML reports. They're from V7 and will soon be deprecated so I never use them.. Can't answer this one for you.