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:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
            
                1
                
                    Cevapla
                
            
        
        
            
                9176
                
                    Görünümler
                
            
        
    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>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Ol| İlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
|---|---|---|---|---|
|  | 1 Mar 15  | 6626 | ||
|  | 2 Mar 15  | 5607 | ||
|  | 1 Mar 15  | 7814 | ||
|  | 3 Mar 15  | 21284 | ||
|  | 1 Eki 25  | 5317 | 
