On class creation by the ORM of 'manual' model, odoo now check if the table is a real table or a view to automatically set the '_auto' property on the class definition. We can therefore remove the monkey patch on 'ir.model'.
see
|
||
---|---|---|
.. | ||
__init__.py | ||
bi_sql_view.py | ||
bi_sql_view_field.py | ||
ir_model.py |