[IMP] base_iban, base_vat: Add website in terp
authormra (Open ERP) <mra@tinyerp.com>
Wed, 12 May 2010 10:14:20 +0000 (15:44 +0530)
committermra (Open ERP) <mra@tinyerp.com>
Wed, 12 May 2010 10:14:20 +0000 (15:44 +0530)
bzr revid: mra@tinyerp.com-20100512101420-ktiokmpbdnebj9j0

addons/base_iban/__openerp__.py
addons/base_vat/__openerp__.py

index 343463d..5521263 100644 (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'],
index 61a35a9..ff34cd3 100644 (file)
@@ -30,6 +30,7 @@
     """,
     'author': 'Tiny',
     'depends': ['account'],
+    'website': 'http://www.openerp.com',
     'update_xml': ['base_vat_view.xml'],
     'installable': True,
     'active': False,