in attachment(s) menu I want to reduce image size on auto if it is greater than certain size.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
2
답글
8626
화면
you can use odoo tools
from odoo import tools
tools.image_resize_images()
for more info about this function see this
https://github.com/odoo/odoo/blob/14f59f4b780fa1e757cfce6a46c62c7a6b00d13e/odoo/tools/image.py#L21
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
0
12월 24
|
1475 | ||
|
1
3월 23
|
6660 | ||
|
2
4월 22
|
4116 | ||
|
0
10월 21
|
2651 | ||
|
2
5월 20
|
12221 |
Reference: http://learnopenerp.blogspot.com/2020/07/how-to-resize-image-on-saving-records-in-odoo.html
this will helps u