Odoo Help
Odoo is the world's easiest all-in-one management software. It includes hundreds of business apps:
CRM
|
e-Commerce
|
Accounting
|
Inventory
|
PoS
|
Project management
|
MRP
|
etc.
How to make a function field sortable
I'm using OpenERP V7. I needed to make the field product_product.qty_available sortable, so I inherited the product.product class and added the store=True to the field definition. Along the way I copied the function _product_available to my inherited class so the code does not crash. I know that this does not cope with the OO concepts
Now I need help in the following two points
1. how to make a function field sortable without appealing to store the field in the database
2. when inheriting a function field, how to do so without copying the function that calculates its value
About This Community
This platform is for beginners and experts willing to share their Odoo knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers.
RegisterOdoo Training Center
Access to our E-learning platform and experience all Odoo Apps through learning videos, exercises and Quizz.
Test it nowQuestion tools
Stats
Asked: 6/22/15, 4:54 AM |
Seen: 1071 times |
Last updated: 6/22/15, 7:32 AM |
i'm also looking for the method how to make function field sortable :( So far i got nothing. Maybe not nothing but still not sorted it out ;(