Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
6138 มุมมอง

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.

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
มี.ค. 15
4435
Open a form in Edit mode แก้ไขแล้ว
1
พ.ค. 22
26326
Form Sheet width แก้ไขแล้ว
8
พ.ค. 16
34167
1
มี.ค. 15
9635
1
มี.ค. 15
18001