[IMP] base_vat: rename files as per strucuture test

bzr revid: mra@tinyerp.com-20100511135450-6jag617mzhcrz99i
This commit is contained in:
mra (Open ERP) 2010-05-11 19:24:50 +05:30
parent 2488349ddc
commit 9c5f4963dc
4 changed files with 5 additions and 7 deletions

View File

@ -19,7 +19,7 @@
#
##############################################################################
import partner
import base_vat
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -18,8 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Base VAT - To check VAT number validity',
'version': '1.0',
@ -32,7 +30,7 @@
""",
'author': 'Tiny',
'depends': ['base', 'account'],
'update_xml': ['base_vat_data.xml'],
'update_xml': ['base_vat_view.xml'],
'installable': True,
'active': False,
'certificate': '0084849360989',