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
|
4531 | |||
|
1
4월 21
|
1992 | |||
|
0
4월 21
|
2766 | |||
|
1
11월 20
|
2740 | |||
|
2
6월 20
|
2880 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.