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" )
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
|
5623 | |||
|
1
4월 21
|
2785 | |||
|
0
4월 21
|
3687 | |||
|
1
11월 20
|
3527 | |||
|
2
6월 20
|
3623 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.