I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
9021
화면
I solved with this code:
<form string="XXXX" version="7.0">
<sheet>
<script>
$(document).ready(function(){
$('.ui-dialog').css({'width': '1000px', 'left':'166px'});
$('.oe_form_sheet_width').css({'MAXwidth': '1000px'});
});
</script>
<field name="name" />
</sheet>
</form>
관련 게시물 | 답글 | 화면 | 활동 | |
---|---|---|---|---|
|
1
3월 15
|
6421 | ||
|
2
3월 15
|
5399 | ||
|
1
3월 15
|
7623 | ||
|
3
3월 15
|
21056 | ||
|
1
8월 25
|
5063 |