I need to do a filter search in the list view for a date compute field in product.product
class ProductProduct(models.Model):
_inherit = 'product.product'
date_last = fields.Date(compute="_date_last" search="search_date" )
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I need to do a filter search in the list view for a date compute field in product.product
class ProductProduct(models.Model):
_inherit = 'product.product'
date_last = fields.Date(compute="_date_last" search="search_date" )
Create an account today to enjoy exclusive features and engage with our awesome community!
Registrar-se| Related Posts | Respostes | Vistes | Activitat | |
|---|---|---|---|---|
|
0
de febr. 22
|
4505 | |||
|
1
d’abr. 21
|
1963 | |||
|
0
d’abr. 21
|
2711 | |||
|
1
de nov. 20
|
2707 | |||
|
Migrate Odoo cloud to V13
Solved
|
2
de juny 20
|
2873 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.