From 23ec9044b0b4751afc690dfc84a5bcab1cdcf4c7 Mon Sep 17 00:00:00 2001 From: Pablo Date: Fri, 13 Sep 2019 17:45:02 +0200 Subject: [PATCH] [DEL] deprecated calendar parameters --- hotel_calendar/__manifest__.py | 1 - hotel_calendar/data/ir_config_parameter.xml | 86 --------------------- 2 files changed, 87 deletions(-) delete mode 100644 hotel_calendar/data/ir_config_parameter.xml diff --git a/hotel_calendar/__manifest__.py b/hotel_calendar/__manifest__.py index aa839d639..72da4b254 100644 --- a/hotel_calendar/__manifest__.py +++ b/hotel_calendar/__manifest__.py @@ -29,7 +29,6 @@ 'views/hotel_calendar_management_views.xml', 'views/hotel_calendar_views.xml', 'data/menus.xml', - 'data/ir_config_parameter.xml', 'security/ir.model.access.csv', ], 'qweb': [ diff --git a/hotel_calendar/data/ir_config_parameter.xml b/hotel_calendar/data/ir_config_parameter.xml deleted file mode 100644 index 60c13e2c4..000000000 --- a/hotel_calendar/data/ir_config_parameter.xml +++ /dev/null @@ -1,86 +0,0 @@ - - - - - hotel_calendar.color_pre_reservation - #A24680 - - - hotel_calendar.color_reservation - #7C7BAD - - - hotel_calendar.color_reservation_pay - #584D76 - - - hotel_calendar.color_stay - #FF4040 - - - hotel_calendar.color_stay_pay - #82BF07 - - - hotel_calendar.color_checkout - #7E7E7E - - - hotel_calendar.color_dontsell - #000000 - - - hotel_calendar.color_staff - #C08686 - - - hotel_calendar.color_to_assign - #ED722E - - - hotel_calendar.color_payment_pending - #A24689 - - - - hotel_calendar.color_letter_pre_reservation - #FFFFFF - - - hotel_calendar.color_letter_reservation - #FFFFFF - - - hotel_calendar.color_letter_reservation_pay - #FFFFFF - - - hotel_calendar.color_letter_stay - #FFFFFF - - - hotel_calendar.color_letter_stay_pay - #FFFFFF - - - hotel_calendar.color_letter_checkout - #FFFFFF - - - hotel_calendar.color_letter_dontsell - #FFFFFF - - - hotel_calendar.color_letter_staff - #FFFFFF - - - hotel_calendar.color_letter_to_assign - #FFFFFF - - - hotel_calendar.color_letter_payment_pending - #FFFFFF - - -