跳至內容
選單
此問題已被標幟
3 回覆
6038 瀏覽次數

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
4378
1
5月 22
26288
8
5月 16
34073
1
3月 15
17962
1
3月 15
9580