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
返信
1771
ビュー
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
|
4144 | ||
|
1
11月 22
|
1955 | ||
|
0
12月 20
|
58 | ||
|
1
3月 25
|
900 | ||
|
0
1月 22
|
2367 |