From ce55580bf78fcd0bbad994d8d29273dd9b04631b Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Wed, 1 Aug 2018 13:39:07 +0200 Subject: [PATCH] [FIX]GOLEM Activity Registration : activity price Users should not be able to edit activity price form registrations. --- golem_activity_registration/__manifest__.py | 2 +- golem_activity_registration/views/golem_activity_views.xml | 4 ++-- golem_activity_registration/views/golem_member_views.xml | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/golem_activity_registration/__manifest__.py b/golem_activity_registration/__manifest__.py index b293d02..9a1e405 100644 --- a/golem_activity_registration/__manifest__.py +++ b/golem_activity_registration/__manifest__.py @@ -18,7 +18,7 @@ { 'name': 'GOLEM Activity Member Registrations', 'summary': 'GOLEM Activities Member Registrations management', - 'version': '10.0.1.3.3', + 'version': '10.0.1.3.4', 'category': 'GOLEM', 'author': 'Fabien Bourgeois, Michel Dessenne', 'license': 'AGPL-3', diff --git a/golem_activity_registration/views/golem_activity_views.xml b/golem_activity_registration/views/golem_activity_views.xml index 6f43216..9a56f1b 100644 --- a/golem_activity_registration/views/golem_activity_views.xml +++ b/golem_activity_registration/views/golem_activity_views.xml @@ -38,8 +38,8 @@ along with this program. If not, see . - - + + diff --git a/golem_activity_registration/views/golem_member_views.xml b/golem_activity_registration/views/golem_member_views.xml index 3ee23f1..47bb9d0 100644 --- a/golem_activity_registration/views/golem_member_views.xml +++ b/golem_activity_registration/views/golem_member_views.xml @@ -37,7 +37,8 @@ along with this program. If not, see . domain="[('is_default', '=', True)]" /> - +