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
- Boekhouding
- Voorraad
- PoS
- Project
- MRP
Deze vraag is gerapporteerd
4386
Weergaven
How to inherit ORM Method in BaseModel?
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!
Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!
Aanmelden
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