get LargeImageUrl() {
const product = this.props.product;
return `/web/image?model=product.product&field=image_1920&id=${product.id}&write_date=${product.write_date}&unique=1`;
}
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
1916
화면
Hey, you can create a function named get_LargeImageUrl by
get_LargeImageUrl: function() {
// Write your code here
const product = this.props.product;
// return anything you like here
}
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
5월 25
|
4369 | ||
|
1
11월 22
|
2121 | ||
|
0
12월 20
|
58 | ||
|
1
3월 25
|
1036 | ||
|
0
1월 22
|
2539 |