Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
3 Risposte
5995 Visualizzazioni

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.

Avatar
Abbandona
Autore Risposta migliore

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

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona
Risposta migliore

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

Avatar
Abbandona

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

Post correlati Risposte Visualizzazioni Attività
1
mar 15
4340
1
mag 22
26254
8
mag 16
34018
1
mar 15
17923
1
mar 15
9562