~openbias/bias-trunk/addons_nixus

« back to all changes in this revision

Viewing changes to base_vat/partner.py

  • Committer: root
  • Date: 2012-10-04 14:43:41 UTC
  • Revision ID: root@openerp603-20121004144341-cps7o62psdwmugwb
synchronize

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        Check the VAT number depending of the country.
38
38
        http://sima-pc.com/nif.php
39
39
        '''
 
40
        return True
40
41
        for partner in self.browse(cr, uid, ids):
41
42
            if not partner.vat:
42
43
                continue    #FIXME return False? empty vat numbre is invalid?