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" )
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
2월 22
|
3732 | ||
|
1
4월 21
|
1353 | ||
|
0
4월 21
|
2127 | ||
|
1
11월 20
|
2175 | ||
|
2
6월 20
|
2378 |