Removed bad file

bzr revid: fp@tinyerp.com-9b50b85fecce5f30197feb5d49d6aefe1e566b89
This commit is contained in:
Fabien Pinckaers 2007-05-03 15:08:39 +00:00
parent b1a4247410
commit c0fa12901d
4 changed files with 1 additions and 27 deletions

View File

@ -1,17 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>bin</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.python.pydev.PyDevBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.python.pydev.pythonNature</nature>
</natures>
</projectDescription>

View File

@ -1,6 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse-pydev version="1.0"?>
<pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python 2.4</pydev_property>
</pydev_project>

View File

@ -1,3 +0,0 @@
#Wed Apr 25 12:45:22 IST 2007
eclipse.preferences.version=1
encoding//osv/orm.py=latin1

View File

@ -185,7 +185,7 @@ class res_partner(osv.osv):
'lang': fields.selection(_lang_get, 'Language', size=5),
'user_id': fields.many2one('res.users', 'Salesman'),
'responsible': fields.many2one('res.users', 'Users'),
'vat': fields.char('VAT',size=32),
'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),
'comment': fields.text('Notes'),