improved_trans

bzr revid: fp@tinyerp.com-20081103074813-ltlm1oi2r0z8brcd
This commit is contained in:
Fabien Pinckaers 2008-11-03 08:48:13 +01:00
parent 8dca5b7f8e
commit cef21ce434
2 changed files with 637 additions and 538 deletions

File diff suppressed because it is too large Load Diff

View File

@ -140,7 +140,6 @@ class res_partner(osv.osv):
'ref': fields.char('Code', size=64),
'lang': fields.selection(_lang_get, 'Language', size=5, help="If the selected language is loaded in the system, all documents related to this partner will be printed in this language. If not, it will be english."),
'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"),
'bank_ids': fields.one2many('res.partner.bank', 'partner_id', 'Banks'),
'website': fields.char('Website',size=64),