Ir al contenido
Menú
Se marcó esta pregunta
2813 Vistas

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" )

   

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
0
feb 22
3664
1
abr 21
1319
0
abr 21
2053
1
nov 20
2117
2
jun 20
2349