Skip to content

Commit 9c5f496

Browse files
author
mra (Open ERP)
committedMay 11, 2010
[IMP] base_vat: rename files as per strucuture test
bzr revid: [email protected]
1 parent 2488349 commit 9c5f496

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed
 

‎addons/base_vat/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
##############################################################################
3-
#
3+
#
44
# OpenERP, Open Source Management Solution
55
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
66
#
@@ -15,11 +15,11 @@
1515
# GNU Affero General Public License for more details.
1616
#
1717
# You should have received a copy of the GNU Affero General Public License
18-
# along with this program. If not, see <http://www.gnu.org/licenses/>.
18+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
#
2020
##############################################################################
2121

22-
import partner
22+
import base_vat
2323

2424
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
2525

‎addons/base_vat/__openerp__.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1919
#
2020
##############################################################################
21-
22-
2321
{
2422
'name': 'Base VAT - To check VAT number validity',
2523
'version': '1.0',
@@ -32,9 +30,9 @@
3230
""",
3331
'author': 'Tiny',
3432
'depends': ['base', 'account'],
35-
'update_xml': ['base_vat_data.xml'],
33+
'update_xml': ['base_vat_view.xml'],
3634
'installable': True,
3735
'active': False,
3836
'certificate': '0084849360989',
3937
}
40-
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
38+
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)
Please sign in to comment.