콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
6311 화면

Is there a technical configuration option to make a form, i.e. order line entry, wider? There is a lot of scree estate wasted and the line items are getting really short for longer product names.

아바타
취소
작성자 베스트 답변

There is variable $sheet-max-width in the base.sass of /web. BUt Dont know how to recompile the CSS from the sass

아바타
취소
베스트 답변

You can find how to convert SASS to CSS : www.vionblog.com/modify-openerp-7-web-client-style/

아바타
취소
베스트 답변

One Simple Way is To add a Div to your whole Form view. For Eg:

let this be a form view..

<form string="Export Data" version="7.0" >
*** form Contents***
</form>

you could add a Div as shown below

 <form string="Export Data" version="7.0" >
      <div style="width: 300px;">

        *** form Contents***

       </div>
    </form>

After this restart the server and view your form view. U will see the difference. Then change the value from 300px to some 1500px and restart the server and view the form again. And See the differnce

아바타
취소

NB: After making changes in the xml you also need to upgrade the module.

관련 게시물 답글 화면 활동
1
3월 15
4631
1
5월 22
26557
Form Sheet width 해결 완료
8
5월 16
34380
1
3월 15
9856
1
3월 15
18177