[IMP] base_iban, base_vat: Add website in terp

bzr revid: mra@tinyerp.com-20100512101420-ktiokmpbdnebj9j0
This commit is contained in:
mra (Open ERP) 2010-05-12 15:44:20 +05:30
parent b726dd67da
commit 899d96f102
2 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
{
'name': 'Create IBAN bank accounts',
'version': '1.0',
@ -29,6 +27,7 @@ This module install the base for IBAN (International Bank Account Number) bank a
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',
'depends': ['account'],
'init_xml': ['base_iban_data.xml'],
'update_xml': ['base_iban_view.xml'],

View File

@ -30,6 +30,7 @@
""",
'author': 'Tiny',
'depends': ['account'],
'website': 'http://www.openerp.com',
'update_xml': ['base_vat_view.xml'],
'installable': True,
'active': False,