Ir al contenido
Menú
Se marcó esta pregunta
3336 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
4312
1
abr 21
1838
0
abr 21
2578
1
nov 20
2598
2
jun 20
2747