I want to override the crm.meeting.read() method into a custom module but the method is inherited from calendar.event and she use some function define in base_calendar.py file.
How can I import without rewrite this method from base_calendar module to my custom module?
↧