[IMP] Account Greek fiscal: select tax authorities w/o country.

bzr revid: p_christ@hol.gr-20101028122412-ibl1y5zrs9ybbes0
This commit is contained in:
P. Christeas 2010-10-28 15:24:12 +03:00
parent 1311dcf5f4
commit 4f56fdd419
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class res_partner(osv.osv):
_inherit = 'res.partner'
_columns = {
'vat_taxauth': fields.many2one('account.fiscalgr.tauth','Tax authority',
domain="[('country_id','=',country)]",
domain="[('country_id','=?',country)]",
help="Select the local tax service branch, where the partner is registered."),
'vat_occup': fields.many2one('account.fiscalgr.occup','VAT Occupation',
help="Select the corresponding occupation of the partner, as registered with tax authorities."),