*added a boolean field on res.partner: vat_subject

bzr revid: qdp@tinyerp.com-20080819083426-x74l0s5uhelbpsd5
This commit is contained in:
qdp 2008-08-19 10:34:26 +02:00
parent 463200a6f7
commit 0b70195045
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ class res_partner(osv.osv):
'user_id': fields.many2one('res.users', 'Dedicated Salesman', help='The internal user that is in charge of communicating with this partner if any.'),
'responsible': fields.many2one('res.users', 'Users'),
'vat': fields.char('VAT',size=32 ,help="Value Added Tax number"),
'vat_subject': fields.boolean('Subjected to the VAT'),
'bank_ids': fields.one2many('res.partner.bank', 'partner_id', 'Banks'),
'website': fields.char('Website',size=64),
'comment': fields.text('Notes'),