Hi, I need to show a hiden field like this:
I think about xpath but I don't find the correct way, hope you can help me, thanks
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Účetnictví
- Sklad
- PoS
- Project
- MRP
This question has been flagged
            
                2
                
                    Odpovědi
                
            
        
        
            
                3369
                
                    Zobrazení
                
            
        
    If this field is from any odoo base module, you can enable debug mode go to the specific form and from debug option "edit form view" you can edit the field.
Dear David,
Create a custom module and past the below code
     
Thank you
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Přihlásit se| Related Posts | Odpovědi | Zobrazení | Aktivita | |
|---|---|---|---|---|
|  | 3 dub 21  | 9342 | ||
| 
            
                How to add notebook via xpath
            
            
                    Vyřešeno
            
         |  | 2 čvn 20  | 6326 | |
|  | 1 říj 19  | 5184 | ||
|  | 1 bře 15  | 14543 | ||
|  | 2 bře 15  | 5365 | 
 
                        
the code is this:
<field name="origin" attrs="{'invisible': [('origin', '=', False)]}"/>