[MERGE] base_vat: contribution for Croatia VAT numbers, courtesy of Milan Tribuson

bzr revid: odo@openerp.com-20110920130227-gs4vb37nesmnvn9f
This commit is contained in:
Olivier Dony 2011-09-20 15:02:27 +02:00
commit 011d92bb6c
1 changed files with 2 additions and 1 deletions

View File

@ -50,7 +50,8 @@ _ref_vat = {
'pt': 'PT123456789', 'ro': 'RO1234567897',
'se': 'SE123456789701', 'si': 'SI12345679',
'sk': 'SK0012345675', 'el': 'EL12345670',
'mx': 'MXABC123456T1B', 'no': 'NO123456785'
'mx': 'MXABC123456T1B', 'no': 'NO123456785',
'hr': 'HR01234567896', # Croatia, contributed by Milan Tribuson
}
class res_partner(osv.osv):