From cd2afd3b225b3349a50547e43ff41ffda7aaaf12 Mon Sep 17 00:00:00 2001 From: Fabien BOURGEOIS Date: Tue, 5 Feb 2019 10:17:14 +0100 Subject: [PATCH] [FIX]GOLEM Activity Registration : do not allow activity price edit In activity lines, default price should not be editable : it brings confusion with registration prices. --- golem_activity_registration/__manifest__.py | 2 +- .../views/golem_activity_registration_views.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/golem_activity_registration/__manifest__.py b/golem_activity_registration/__manifest__.py index 1122895..a947633 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.6.2', + 'version': '10.0.1.6.3', 'category': 'GOLEM', 'author': 'Fabien Bourgeois, Michel Dessenne', 'license': 'AGPL-3', diff --git a/golem_activity_registration/views/golem_activity_registration_views.xml b/golem_activity_registration/views/golem_activity_registration_views.xml index 18fbf50..d94092b 100644 --- a/golem_activity_registration/views/golem_activity_registration_views.xml +++ b/golem_activity_registration/views/golem_activity_registration_views.xml @@ -1,6 +1,6 @@