From b38b4d3915c4f24c2f4f9997ee1d009bbce171fa Mon Sep 17 00:00:00 2001 From: raynald Date: Thu, 4 Nov 2021 14:01:21 +0100 Subject: [PATCH] adress qualifier operation --- __manifest__.py | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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': [