diff --git a/__manifest__.py b/__manifest__.py index a6f119c..cbf6cd1 100644 --- a/__manifest__.py +++ b/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- { - 'name': "donation_qualifier", + 'name': "opendons_module1", 'summary': """ Short (1 phrase/line) summary of the module's purpose, used as @@ -20,14 +20,17 @@ 'version': '0.1', # any module necessary for this one to work correctly - 'depends': ['base'], + 'depends': ['base','mail'], # always loaded 'data': [ 'security/ir.model.access.csv', - 'views/views.xml', + 'views/qualifier.xml', + 'views/address.xml', 'views/partner.xml', - 'views/templates.xml', + 'views/operation.xml', + 'views/templates.xml' + ], # only loaded in demonstration mode 'demo': [