How to inherit ORM Method in BaseModel?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Comptabilitat
- Inventari
- PoS
- Project
- MRP
This question has been flagged
4387
Vistes
How to inherit ORM Method in BaseModel?
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se
Why do you want to inherit that? You can do it writing some lines on some inherited class and calling the super.
Thanks for your reply, I want inherit it, because i want to customize orm search function for all Model, i want to add search date or amount range