From 725bc6cb4109331f4b737a3d004970c2631e9897 Mon Sep 17 00:00:00 2001 From: ralwafaie Date: Wed, 19 Apr 2017 12:14:17 +0200 Subject: [PATCH] [MIG] web_advanced_search_x2x: Migrated to 10.0 FIX review Remarks --- web_advanced_search_x2x/__manifest__.py | 2 -- .../static/src/js/web_advanced_search_x2x.js | 1 - 2 files changed, 3 deletions(-) diff --git a/web_advanced_search_x2x/__manifest__.py b/web_advanced_search_x2x/__manifest__.py index c0e49331..72ee66f5 100644 --- a/web_advanced_search_x2x/__manifest__.py +++ b/web_advanced_search_x2x/__manifest__.py @@ -1,7 +1,6 @@ # -*- coding: utf-8 -*- # Copyright 2015 Therp BV # Copyright 2017 Tecnativa - Vicent Cubells -# Copyright 2017 initOS GmbH - Rami Alwafaie # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { @@ -9,7 +8,6 @@ "version": "10.0.1.0.0", "author": "Therp BV, " "Tecnativa, " - "initOS GmbH, " "Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Usability", diff --git a/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js b/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js index 625cf917..69fa621c 100644 --- a/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js +++ b/web_advanced_search_x2x/static/src/js/web_advanced_search_x2x.js @@ -1,6 +1,5 @@ /* Copyright 2015 Therp BV * Copyright 2017 Jairo Llopis - * Copyright 2017 Rami Alwafaie * License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). */ odoo.define('web_advanced_search_x2x.search_filters', function (require) {