Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
3 Antwoorden
5940 Weergaven

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
Annuleer
Auteur Beste antwoord

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

Avatar
Annuleer
Beste antwoord

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

Avatar
Annuleer
Beste antwoord

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
Annuleer

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

Gerelateerde posts Antwoorden Weergaven Activiteit
1
mrt. 15
4299
1
mei 22
26188
8
mei 16
33968
1
mrt. 15
17815
1
mrt. 15
9490