From 1fef545f32b1714850740676a5c904108c7bafff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Pigeon?= Date: Tue, 4 Nov 2014 13:04:58 +0100 Subject: [PATCH] [CHG] autobackup useless but left as sample to be used in inherited modules --- help_online/__openerp__.py | 1 - .../data/{help_auto_backup.xml => help_auto_backup.sample} | 0 2 files changed, 1 deletion(-) rename help_online/data/{help_auto_backup.xml => help_auto_backup.sample} (100%) diff --git a/help_online/__openerp__.py b/help_online/__openerp__.py index eae8deb0..71c96f40 100644 --- a/help_online/__openerp__.py +++ b/help_online/__openerp__.py @@ -48,7 +48,6 @@ Note: When updating the page prefix parameters, the record rules must be adapted. """, 'data': [ - 'data/help_auto_backup.xml', # must always be the first 'security/help_online_groups.xml', 'security/help_online_rules.xml', 'views/export_help_wizard_view.xml', diff --git a/help_online/data/help_auto_backup.xml b/help_online/data/help_auto_backup.sample similarity index 100% rename from help_online/data/help_auto_backup.xml rename to help_online/data/help_auto_backup.sample