I have initial data for module in CSV file. How I can load data from CSV file only when installing module, not when updating? XML data files have "noupdate" option, but CSV files haven't.
Odoo is the world's easiest all-in-one management software.
 It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
            
                1
                
                    Ответить
                
            
        
        
            
                7469
                
                    Представления
                
            
        
    I just saw this today - https://apps.openerp.com/apps/7.0/csv_noupdate/ - don't know if it helps.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Регистрация| Related Posts | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|  | 1 мар. 15  | 10256 | ||
|  | 3 окт. 23  | 35634 | ||
|  | 3 июл. 19  | 7068 | ||
|  | 5 сент. 25  | 24534 | ||
|  | 3 июн. 20  | 4631 | 
 
                        
How are you inserting the data of the CSV file?
in __openerp__.py: "data": ['mydata.csv']