I want set wizard dimension. It's possibile in xml code? I must use css or js static file?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
1
Responder
8615
Vistas
I solved with this code:
<form string="XXXX" version="7.0">
<sheet>
<script>
$(document).ready(function(){
$('.ui-dialog').css({'width': '1000px', 'left':'166px'});
$('.oe_form_sheet_width').css({'MAXwidth': '1000px'});
});
</script>
<field name="name" />
</sheet>
</form>
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
1
mar 15
|
5958 | ||
|
2
mar 15
|
4900 | ||
|
1
mar 15
|
7134 | ||
|
3
mar 15
|
20498 | ||
|
0
dic 24
|
9444 |