File tree 4 files changed +5
-7
lines changed
4 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8 -*-
2
2
##############################################################################
3
- #
3
+ #
4
4
# OpenERP, Open Source Management Solution
5
5
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
6
6
#
15
15
# GNU Affero General Public License for more details.
16
16
#
17
17
# 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/>.
19
19
#
20
20
##############################################################################
21
21
22
- import partner
22
+ import base_vat
23
23
24
24
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
25
25
Original file line number Diff line number Diff line change 18
18
# along with this program. If not, see <http://www.gnu.org/licenses/>.
19
19
#
20
20
##############################################################################
21
-
22
-
23
21
{
24
22
'name' : 'Base VAT - To check VAT number validity' ,
25
23
'version' : '1.0' ,
32
30
""" ,
33
31
'author' : 'Tiny' ,
34
32
'depends' : ['base' , 'account' ],
35
- 'update_xml' : ['base_vat_data .xml' ],
33
+ 'update_xml' : ['base_vat_view .xml' ],
36
34
'installable' : True ,
37
35
'active' : False ,
38
36
'certificate' : '0084849360989' ,
39
37
}
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.
You can’t perform that action at this time.
0 commit comments