Is there any way to make a binary type field content and paint it in a form with the img tag?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Is there any way to make a binary type field content and paint it in a form with the img tag?
OpenERP has a binary
field type, which you can display in a form by specifying the image
widget as follows:
<field name="image_field" widget="image" />
相关帖文 | 回复 | 查看 | 活动 | |
---|---|---|---|---|
|
3
3月 16
|
4134 | ||
|
3
7月 15
|
19490 | ||
|
0
3月 15
|
9038 | ||
|
0
4月 25
|
597 | ||
|
0
4月 25
|
651 |
What version?
The version of my OpenERP is the 7th