In Odoo, calling a Python function can be done using the
Object-Relational Mapping (ORM) system, which provides a structured
way to interact with model methods and database records.
orm.call ('model', method, argument)
In the given example, an ORM call is used to execute a method defined
within the current model. When this method is called, the ORM
returns the output or data produced by the function.