I don't know if that is the right question but the problem is that I have a .ods report, and I call a float field and format it into text or a text field with only numbers, but when the report is printed it always convert the text into a number even if the cell format is set to text so I lose my format in the report.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Contabilità
- Magazzino
- PoS
- Project
- MRP
La domanda è stata contrassegnata
            
                6378
                
                    Visualizzazioni
                
            
        
    Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!
Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!
Registrati| Post correlati | Risposte | Visualizzazioni | Attività | |
|---|---|---|---|---|
|  | 1 mar 15  | 6929 | ||
|  | 1 mar 15  | 7784 | ||
|  | 1 nov 18  | 5873 | ||
|  | 1 mar 15  | 5075 | ||
|  | 2 mar 15  | 10983 | 
 
                        
What king of format you want to give to float field?
I am using various formats, for example: '{:014.2f}'.format(line.total)