|
| 1 | +############################################################################## |
| 2 | +# |
| 3 | +# Kardec |
| 4 | +# Copyright (C) 2016-Today Kardec (<http://www.kardec.net>). |
| 5 | +# |
| 6 | +# This program is free software: you can redistribute it and/or modify |
| 7 | +# it under the terms of the GNU Affero General Public License as |
| 8 | +# published by the Free Software Foundation, either version 3 of the |
| 9 | +# License, or (at your option) any later version. |
| 10 | +# |
| 11 | +# This program is distributed in the hope that it will be useful, |
| 12 | +# but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 13 | +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 14 | +# GNU Affero General Public License for more details. |
| 15 | +# |
| 16 | +# You should have received a copy of the GNU Affero General Public License |
| 17 | +# along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | +# |
| 19 | +############################################################################## |
| 20 | +{ |
| 21 | + "name": "Website - no index, no follow", |
| 22 | + "version": "14.0.1.0.0", |
| 23 | + "category": "Website", |
| 24 | + "summary": "Deactivate option for website indexing by search engines", |
| 25 | + "license": "AGPL-3", |
| 26 | + "author": "Kardec, Therp B.V., Odoo Community Association (OCA)", |
| 27 | + "website": "https://github.com/OCA/website", |
| 28 | + "depends": ["website"], |
| 29 | + "data": [ |
| 30 | + "views/res_config_settings.xml", |
| 31 | + "views/assets.xml", |
| 32 | + "views/website_layout.xml", |
| 33 | + "views/website_navbar.xml", |
| 34 | + ], |
| 35 | + "assets": { |
| 36 | + "website.assets_editor": [ |
| 37 | + "website_noindex/static/src/css/styles.css", |
| 38 | + "website_noindex/static/src/js/website_editor.js", |
| 39 | + ], |
| 40 | + }, |
| 41 | + "installable": True, |
| 42 | + "application": False, |
| 43 | +} |
0 commit comments