~vauxoo/edima/csv_data

« back to all changes in this revision

Viewing changes to __config__.py

  • Committer: Katherine Zaoral
  • Date: 2014-03-24 19:16:17 UTC
  • Revision ID: katherine.zaoral@vauxoo.com-20140324191617-1nqafzx6juba6f53
[ADD] adding the csv files folder.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{
 
2
'account_account_type': ['account_account_type.csv'],
 
3
'account_account': ['account_account.csv'],
 
4
 
 
5
'res_currency': ['res_currency.csv','res_currency_rate.csv'],
 
6
'res_company': ['res_country_state.csv','res_partner.csv','res_company.csv'],
 
7
 
 
8
'stock_location': ['stock_location.csv'],
 
9
'stock_warehouse': ['stock_warehouse.csv'],
 
10
'sale_shop': ['sale_shop.csv'],
 
11
 
 
12
'res_bank': ['res_bank.csv'],
 
13
'account_fiscalyear': ['account_fiscalyear.csv', 'account_period.csv'],
 
14
'account_journal': ['account_journal.csv'],
 
15
 
 
16
'islr_wh_concept': ['islr_wh_concept.csv'],
 
17
'account_tax': ['account_tax.csv'],
 
18
 
 
19
#'product_uom_categ': ['UOMC.csv'],
 
20
#'product_uom': ['UOM.csv'],
 
21
#'product_category': ['PC.csv'],
 
22
#'product_product': ['PP.csv'],
 
23
 
 
24
}