[FIX] l10n_uk: import doesn't skip empty cells anymore, so fix import which relied on default value being set on empty cell

bzr revid: xmo@openerp.com-20121009094411-6eji2zzp3r1afx9h
This commit is contained in:
Xavier Morel 2012-10-09 11:44:11 +02:00
parent 775fe69fc1
commit f168998a49
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@
"account_type_output_tax","Output Tax","Output Tax","liability","Unreconciled"
"account_type_input_tax","Input Tax","Input Tax","asset","Unreconciled"
"account_type_profit_and_loss","Profit and Loss","Profit and Loss","none","None"
"account_type_view","View","view",,"None"
"account_type_view","View","view","none","None"

1 id name code report_type close_method
10 account_type_output_tax Output Tax Output Tax liability Unreconciled
11 account_type_input_tax Input Tax Input Tax asset Unreconciled
12 account_type_profit_and_loss Profit and Loss Profit and Loss none None
13 account_type_view View view none None