diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 2955098..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: 'https://www.mukit.at/r/hih' diff --git a/.travis.yml b/.travis.yml index 37e1c6a..1bc2005 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: python python: - - "3.5" + - "3.6" notifications: email: false sudo: false cache: pip - + addons: postgresql: "9.6" apt: @@ -17,18 +17,13 @@ addons: - python3-lxml - python3-simplejson - python3-serial - + env: global: - - VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" - + - VERSION="13.0" TESTS="1" LINT_CHECK="0" matrix: - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" -before_install: - - sudo apt-get install -y unoconv libav-tools ghostscript imagemagick - - pip install moviepy Wand unoconv lxml simplejson serial odfpy - install: - git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH} diff --git a/README.md b/README.md index 19bb2bf..f1a10cc 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](https://www.gnu.org/licenses/lgpl-3.0) -[![Build Status](https://travis-ci.org/muk-it/muk_web.svg?branch=12.0)](https://travis-ci.org/muk-it/muk_web) -[![codecov](https://codecov.io/gh/muk-it/muk_web/branch/12.0/graph/badge.svg)](https://codecov.io/gh/muk-it/muk_web) +[![Build Status](https://travis-ci.org/muk-it/muk_web.svg?branch=13.0)](https://travis-ci.org/muk-it/muk_web) +[![codecov](https://codecov.io/gh/muk-it/muk_web/branch/13.0/graph/badge.svg)](https://codecov.io/gh/muk-it/muk_web) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/eff47569926c435d98a3187623615bc4)](https://www.codacy.com/app/keshrath/muk_web?utm_source=github.com&utm_medium=referral&utm_content=muk-it/muk_web&utm_campaign=Badge_Grade) -[![Weblate](https://weblate.mukit.at/widgets/web-12/-/svg-badge.svg)](https://weblate.mukit.at/projects/web-12/) +[![Weblate](https://weblate.mukit.at/widgets/web-13/-/svg-badge.svg)](https://weblate.mukit.at/projects/web-13/) [![Demo](https://img.shields.io/badge/demo-Try%20me-243742.svg)](https://mukit.at/r/SgN) # MuK Odoo Web Modules diff --git a/muk_web_branding/LICENSE b/muk_web_branding/LICENSE deleted file mode 100644 index 153d416..0000000 --- a/muk_web_branding/LICENSE +++ /dev/null @@ -1,165 +0,0 @@ - GNU LESSER GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - - This version of the GNU Lesser General Public License incorporates -the terms and conditions of version 3 of the GNU General Public -License, supplemented by the additional permissions listed below. - - 0. Additional Definitions. - - As used herein, "this License" refers to version 3 of the GNU Lesser -General Public License, and the "GNU GPL" refers to version 3 of the GNU -General Public License. - - "The Library" refers to a covered work governed by this License, -other than an Application or a Combined Work as defined below. - - An "Application" is any work that makes use of an interface provided -by the Library, but which is not otherwise based on the Library. -Defining a subclass of a class defined by the Library is deemed a mode -of using an interface provided by the Library. - - A "Combined Work" is a work produced by combining or linking an -Application with the Library. The particular version of the Library -with which the Combined Work was made is also called the "Linked -Version". - - The "Minimal Corresponding Source" for a Combined Work means the -Corresponding Source for the Combined Work, excluding any source code -for portions of the Combined Work that, considered in isolation, are -based on the Application, and not on the Linked Version. - - The "Corresponding Application Code" for a Combined Work means the -object code and/or source code for the Application, including any data -and utility programs needed for reproducing the Combined Work from the -Application, but excluding the System Libraries of the Combined Work. - - 1. Exception to Section 3 of the GNU GPL. - - You may convey a covered work under sections 3 and 4 of this License -without being bound by section 3 of the GNU GPL. - - 2. Conveying Modified Versions. - - If you modify a copy of the Library, and, in your modifications, a -facility refers to a function or data to be supplied by an Application -that uses the facility (other than as an argument passed when the -facility is invoked), then you may convey a copy of the modified -version: - - a) under this License, provided that you make a good faith effort to - ensure that, in the event an Application does not supply the - function or data, the facility still operates, and performs - whatever part of its purpose remains meaningful, or - - b) under the GNU GPL, with none of the additional permissions of - this License applicable to that copy. - - 3. Object Code Incorporating Material from Library Header Files. - - The object code form of an Application may incorporate material from -a header file that is part of the Library. You may convey such object -code under terms of your choice, provided that, if the incorporated -material is not limited to numerical parameters, data structure -layouts and accessors, or small macros, inline functions and templates -(ten or fewer lines in length), you do both of the following: - - a) Give prominent notice with each copy of the object code that the - Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the object code with a copy of the GNU GPL and this license - document. - - 4. Combined Works. - - You may convey a Combined Work under terms of your choice that, -taken together, effectively do not restrict modification of the -portions of the Library contained in the Combined Work and reverse -engineering for debugging such modifications, if you also do each of -the following: - - a) Give prominent notice with each copy of the Combined Work that - the Library is used in it and that the Library and its use are - covered by this License. - - b) Accompany the Combined Work with a copy of the GNU GPL and this license - document. - - c) For a Combined Work that displays copyright notices during - execution, include the copyright notice for the Library among - these notices, as well as a reference directing the user to the - copies of the GNU GPL and this license document. - - d) Do one of the following: - - 0) Convey the Minimal Corresponding Source under the terms of this - License, and the Corresponding Application Code in a form - suitable for, and under terms that permit, the user to - recombine or relink the Application with a modified version of - the Linked Version to produce a modified Combined Work, in the - manner specified by section 6 of the GNU GPL for conveying - Corresponding Source. - - 1) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (a) uses at run time - a copy of the Library already present on the user's computer - system, and (b) will operate properly with a modified version - of the Library that is interface-compatible with the Linked - Version. - - e) Provide Installation Information, but only if you would otherwise - be required to provide such information under section 6 of the - GNU GPL, and only to the extent that such information is - necessary to install and execute a modified version of the - Combined Work produced by recombining or relinking the - Application with a modified version of the Linked Version. (If - you use option 4d0, the Installation Information must accompany - the Minimal Corresponding Source and Corresponding Application - Code. If you use option 4d1, you must provide the Installation - Information in the manner specified by section 6 of the GNU GPL - for conveying Corresponding Source.) - - 5. Combined Libraries. - - You may place library facilities that are a work based on the -Library side by side in a single library together with other library -facilities that are not Applications and are not covered by this -License, and convey such a combined library under terms of your -choice, if you do both of the following: - - a) Accompany the combined library with a copy of the same work based - on the Library, uncombined with any other library facilities, - conveyed under the terms of this License. - - b) Give prominent notice with the combined library that part of it - is a work based on the Library, and explaining where to find the - accompanying uncombined form of the same work. - - 6. Revised Versions of the GNU Lesser General Public License. - - The Free Software Foundation may publish revised and/or new versions -of the GNU Lesser General Public License from time to time. Such new -versions will be similar in spirit to the present version, but may -differ in detail to address new problems or concerns. - - Each version is given a distinguishing version number. If the -Library as you received it specifies that a certain numbered version -of the GNU Lesser General Public License "or any later version" -applies to it, you have the option of following the terms and -conditions either of that published version or of any later version -published by the Free Software Foundation. If the Library as you -received it does not specify a version number of the GNU Lesser -General Public License, you may choose any version of the GNU Lesser -General Public License ever published by the Free Software Foundation. - - If the Library as you received it specifies that a proxy can decide -whether future versions of the GNU Lesser General Public License shall -apply, that proxy's public statement of acceptance of any version is -permanent authorization for you to choose that version for the -Library. \ No newline at end of file diff --git a/muk_web_branding/README.rst b/muk_web_branding/README.rst deleted file mode 100644 index f1cbdcf..0000000 --- a/muk_web_branding/README.rst +++ /dev/null @@ -1,119 +0,0 @@ -================ -MuK Web Branding -================ - -This module complements the Branding Module. It serves to adapt the backend to -your own needs. For example, a variety of colors can be adjusted directly in the -settings. It is recommended to install -`Saas Branding ` -as well, but it is not strictly necessary. - -Installation -============ - -To install this module, you need to: - -Download the module and add it to your Odoo addons folder. Afterward, log on to -your Odoo server and go to the Apps menu. Trigger the debug mode and update the -list by clicking on the "Update Apps List" link. Now install the module by -clicking on the install button. - -Another way to install this module is via the package management for Python -(`PyPI `_). - -To install our modules using the package manager make sure -`odoo-autodiscover `_ is installed -correctly. Then open a console and install the module by entering the following -command: - -``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -The module name consists of the Odoo version and the module name, where -underscores are replaced by a dash. - -**Module:** - -``odoo-addon-`` - -**Example:** - -``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils`` - -Once the installation has been successfully completed, the app is already in the -correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the -debug mode and update the list by clicking on the "Update Apps List" link. Now -install the module by clicking on the install button. - -The biggest advantage of this variant is that you can now also update the app -using the "pip" command. To do this, enter the following command in your console: - -``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -When the process is finished, restart your server and update the application in -Odoo. The steps are the same as for the installation only the button has changed -from "Install" to "Upgrade". - -You can also view available Apps directly in our `repository `_ -and find a more detailed installation guide on our `website `_. - -For modules licensed under OPL-1, you will receive access data when you purchase -the module. If the modules were not purchased directly from -`MuK IT `_ please contact our support (support@mukit.at) -with a confirmation of purchase to receive the corresponding access data. - -Upgrade -============ - -To upgrade this module, you need to: - -Download the module and add it to your Odoo addons folder. Restart the server -and log on to your Odoo server. Select the Apps menu and upgrade the module by -clicking on the upgrade button. - -If you installed the module using the "pip" command, you can also update the -module in the same way. Just type the following command into the console: - -``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -When the process is finished, restart your server and update the application in -Odoo, just like you would normally. - -Configuration -============= - -To configure this module, you need to: - -#. Go to *Settings -> General Settings -> Branding*. -#. And set the parameters according to your needs. - -Usage -============= - -After setting the parameters, the system is automatically branded. - -Credits -======= - -Contributors ------------- - -* Mathias Markl - -Images ------------- - -Some pictures are based on or inspired by the icon set of Font Awesome: - -* `Font Awesome `_ - -Author & Maintainer -------------------- - -This module is maintained by the `MuK IT GmbH `_. - -MuK IT is an Austrian company specialized in customizing and extending Odoo. -We develop custom solutions for your individual needs to help you focus on -your strength and expertise to grow your business. - -If you want to get in touch please contact us via mail -(sale@mukit.at) or visit our website (https://mukit.at). diff --git a/muk_web_branding/__init__.py b/muk_web_branding/__init__.py deleted file mode 100644 index 30756b3..0000000 --- a/muk_web_branding/__init__.py +++ /dev/null @@ -1,45 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from odoo import api, SUPERUSER_ID - -from . import models -from . import controllers - -#---------------------------------------------------------- -# Hooks -#---------------------------------------------------------- - -PRIMARY_XML_ID = "muk_web_branding._assets_primary_variables" -PRIMARY_SCSS_URL = "/muk_web_branding/static/src/scss/primary_colors.scss" - -SECONDARY_XML_ID = "muk_web_branding._assets_secondary_variables" -SECONDARY_SCSS_URL = "/muk_web_branding/static/src/scss/secondary_colors.scss" - -BOOTSTRAP_XML_ID = "muk_web_branding._assets_backend_helpers" -BOOTSTRAP_SCSS_URL = "/muk_web_branding/static/src/scss/bootstrap_colors.scss" - -def _uninstall_rebrand_system(cr, registry): - env = api.Environment(cr, SUPERUSER_ID, {}) - env['muk_utils.scss_editor'].reset_values(PRIMARY_SCSS_URL, PRIMARY_XML_ID) - env['muk_utils.scss_editor'].reset_values(SECONDARY_SCSS_URL, SECONDARY_XML_ID) - env['muk_utils.scss_editor'].reset_values(BOOTSTRAP_SCSS_URL, BOOTSTRAP_XML_ID) \ No newline at end of file diff --git a/muk_web_branding/__manifest__.py b/muk_web_branding/__manifest__.py deleted file mode 100644 index 7b116f8..0000000 --- a/muk_web_branding/__manifest__.py +++ /dev/null @@ -1,60 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -{ - "name": "MuK Web Branding", - "summary": """Branding and Debranding""", - "version": "12.0.2.0.0", - "category": "Extra Tools", - "license": "LGPL-3", - "website": "http://www.mukit.at", - 'live_test_url': 'https://mukit.at/r/SgN', - "author": "MuK IT", - "contributors": [ - "Mathias Markl ", - ], - "depends": [ - "bus", - "web_settings_dashboard", - "muk_branding", - "muk_web_utils", - ], - "data": [ - "template/assets.xml", - "template/layout.xml", - "views/res_config_settings_view.xml", - ], - "qweb": [ - "static/src/xml/*.xml", - ], - "images": [ - 'static/description/banner.png' - ], - "external_dependencies": { - "python": [], - "bin": [], - }, - 'auto_install': True, - "application": False, - "installable": True, - "uninstall_hook": "_uninstall_rebrand_system", -} diff --git a/muk_web_branding/controllers/__init__.py b/muk_web_branding/controllers/__init__.py deleted file mode 100644 index 478e619..0000000 --- a/muk_web_branding/controllers/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from . import client -from . import dashboard diff --git a/muk_web_branding/controllers/client.py b/muk_web_branding/controllers/client.py deleted file mode 100644 index e150202..0000000 --- a/muk_web_branding/controllers/client.py +++ /dev/null @@ -1,58 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -import werkzeug - -from odoo import http -from odoo.http import request - -from odoo.addons.web.controllers.main import make_conditional, get_last_modified -from odoo.addons.web.controllers.main import manifest_glob, concat_xml -from odoo.addons.web.controllers.main import WebClient - -class WebClient(WebClient): - - @http.route('/web/webclient/qweb', type='http', auth="none", cors="*") - def qweb(self, mods=None, db=None): - files = [f[0] for f in manifest_glob('qweb', addons=mods, db=db)] - last_modified = get_last_modified(files) - if request.httprequest.if_modified_since and request.httprequest.if_modified_since >= last_modified: - return werkzeug.wrappers.Response(status=304) - content, checksum = concat_xml(files) - if request.context and request.context.get('lang') == 'en_US': - if request.session.db and request.env: - content = request.env['muk_branding.debranding'].debrand(content) - return make_conditional( - request.make_response(content, [('Content-Type', 'text/xml')]), last_modified, checksum - ) - - @http.route('/web/webclient/translations', type='json', auth="none") - def translations(self, mods=None, lang=None): - res = super(WebClient, self).translations(mods, lang) - for module_key, module_vals in res['modules'].items(): - for message in module_vals['messages']: - message['id'] = request.env['muk_branding.debranding'].debrand(message['id']) - message['string'] = request.env['muk_branding.debranding'].debrand(message['string']) - return res - - - \ No newline at end of file diff --git a/muk_web_branding/controllers/dashboard.py b/muk_web_branding/controllers/dashboard.py deleted file mode 100644 index a789800..0000000 --- a/muk_web_branding/controllers/dashboard.py +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from odoo import http -from odoo.http import request - -from odoo.addons.web_settings_dashboard.controllers.main import WebSettingsDashboard - -class WebSettingsDashboard(WebSettingsDashboard): - - @http.route('/web_settings_dashboard/data', type='json', auth='user') - def web_settings_dashboard_data(self, **kw): - result = super(WebSettingsDashboard, self).web_settings_dashboard_data(**kw) - params = request.env['ir.config_parameter'].get_branding_dashboard_params() - result['apps'].update(**params) - result['share'].update(**params) - return result \ No newline at end of file diff --git a/muk_web_branding/doc/changelog.rst b/muk_web_branding/doc/changelog.rst deleted file mode 100644 index aff364f..0000000 --- a/muk_web_branding/doc/changelog.rst +++ /dev/null @@ -1,9 +0,0 @@ -`1.1.0` -------- - -- Added Gray Colors - -`1.0.0` -------- - -- Init version diff --git a/muk_web_branding/doc/index.rst b/muk_web_branding/doc/index.rst deleted file mode 100644 index f1cbdcf..0000000 --- a/muk_web_branding/doc/index.rst +++ /dev/null @@ -1,119 +0,0 @@ -================ -MuK Web Branding -================ - -This module complements the Branding Module. It serves to adapt the backend to -your own needs. For example, a variety of colors can be adjusted directly in the -settings. It is recommended to install -`Saas Branding ` -as well, but it is not strictly necessary. - -Installation -============ - -To install this module, you need to: - -Download the module and add it to your Odoo addons folder. Afterward, log on to -your Odoo server and go to the Apps menu. Trigger the debug mode and update the -list by clicking on the "Update Apps List" link. Now install the module by -clicking on the install button. - -Another way to install this module is via the package management for Python -(`PyPI `_). - -To install our modules using the package manager make sure -`odoo-autodiscover `_ is installed -correctly. Then open a console and install the module by entering the following -command: - -``pip install --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -The module name consists of the Odoo version and the module name, where -underscores are replaced by a dash. - -**Module:** - -``odoo-addon-`` - -**Example:** - -``sudo -H pip3 install --extra-index-url https://nexus.mukit.at/repository/odoo/simple odoo11-addon-muk-utils`` - -Once the installation has been successfully completed, the app is already in the -correct folder. Log on to your Odoo server and go to the Apps menu. Trigger the -debug mode and update the list by clicking on the "Update Apps List" link. Now -install the module by clicking on the install button. - -The biggest advantage of this variant is that you can now also update the app -using the "pip" command. To do this, enter the following command in your console: - -``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -When the process is finished, restart your server and update the application in -Odoo. The steps are the same as for the installation only the button has changed -from "Install" to "Upgrade". - -You can also view available Apps directly in our `repository `_ -and find a more detailed installation guide on our `website `_. - -For modules licensed under OPL-1, you will receive access data when you purchase -the module. If the modules were not purchased directly from -`MuK IT `_ please contact our support (support@mukit.at) -with a confirmation of purchase to receive the corresponding access data. - -Upgrade -============ - -To upgrade this module, you need to: - -Download the module and add it to your Odoo addons folder. Restart the server -and log on to your Odoo server. Select the Apps menu and upgrade the module by -clicking on the upgrade button. - -If you installed the module using the "pip" command, you can also update the -module in the same way. Just type the following command into the console: - -``pip install --upgrade --extra-index-url https://nexus.mukit.at/repository/odoo/simple `` - -When the process is finished, restart your server and update the application in -Odoo, just like you would normally. - -Configuration -============= - -To configure this module, you need to: - -#. Go to *Settings -> General Settings -> Branding*. -#. And set the parameters according to your needs. - -Usage -============= - -After setting the parameters, the system is automatically branded. - -Credits -======= - -Contributors ------------- - -* Mathias Markl - -Images ------------- - -Some pictures are based on or inspired by the icon set of Font Awesome: - -* `Font Awesome `_ - -Author & Maintainer -------------------- - -This module is maintained by the `MuK IT GmbH `_. - -MuK IT is an Austrian company specialized in customizing and extending Odoo. -We develop custom solutions for your individual needs to help you focus on -your strength and expertise to grow your business. - -If you want to get in touch please contact us via mail -(sale@mukit.at) or visit our website (https://mukit.at). diff --git a/muk_web_branding/i18n/de.po b/muk_web_branding/i18n/de.po deleted file mode 100644 index 62944e3..0000000 --- a/muk_web_branding/i18n/de.po +++ /dev/null @@ -1,513 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * muk_web_branding -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0-20190522\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-25 13:34+0000\n" -"PO-Revision-Date: 2019-06-27 08:26+0000\n" -"Last-Translator: MuK IT \n" -"Language-Team: German \n" -"Language: de\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: nplurals=2; plural=n != 1;\n" -"X-Generator: Weblate 3.7\n" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "Marke" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Layout" -msgstr "Layout" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Notifications" -msgstr "Benachrichtigungen" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Palette" -msgstr "Palette" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "Primär" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Secondary" -msgstr "Sekundär" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "Text" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Background" -msgstr "Hintergrund" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Base" -msgstr "Basis" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Black" -msgstr "Schwarz" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_black -msgid "Black Color" -msgstr "Schwarze Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "Marke" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_brand -msgid "Brand Color" -msgstr "Markenfarbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand Colors" -msgstr "Markenfarben" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Client Colors" -msgstr "Kundenfarben" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_01 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 01" -msgstr "Farbe 01" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_02 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 02" -msgstr "Farbe 02" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_03 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 03" -msgstr "Farbe 03" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_04 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 04" -msgstr "Farbe 04" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_05 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 05" -msgstr "Farbe 05" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_06 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 06" -msgstr "Farbe 06" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_07 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 07" -msgstr "Farbe 07" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_08 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 08" -msgstr "Farbe 08" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_09 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 09" -msgstr "Farbe 09" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_10 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 10" -msgstr "Farbe 10" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_11 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 11" -msgstr "Farbe 11" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_12 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 12" -msgstr "Farbe 12" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color Palette" -msgstr "Farbpalette" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Component Colors" -msgstr "Komponentenfarben" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_res_config_settings -msgid "Config Settings" -msgstr "Konfiguration " - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Danger" -msgstr "Gefahr" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_danger -msgid "Danger Color" -msgstr "Farbe der Gefahr" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Dark" -msgstr "Dunkel" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_dark -msgid "Dark Color" -msgstr "Dunkle Farbe" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:26 -#, python-format -msgid "Developer mode" -msgstr "Entwicklermodus" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:29 -#, python-format -msgid "Developer mode (assets)" -msgstr "Entwicklermodus (Assets)" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:48 -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:54 -#, python-format -msgid "Developer mode is already activated" -msgstr "Der Entwicklermodus ist bereits aktiviert." - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Error" -msgstr "Fehler" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_background -msgid "Form Color" -msgstr "Formularfarbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 100" -msgstr "Grau 100" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_100 -msgid "Gray 100 Color" -msgstr "Grau 100 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 200" -msgstr "Grau 200" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_200 -msgid "Gray 200 Color" -msgstr "Grau 200 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 300" -msgstr "Grau 300" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_300 -msgid "Gray 300 Color" -msgstr "Grau 300 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 400" -msgstr "Grau 400" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_400 -msgid "Gray 400 Color" -msgstr "Grau 400 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 500" -msgstr "Grau 500" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_500 -msgid "Gray 500 Color" -msgstr "Grau 500 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 600" -msgstr "Grau 600" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_600 -msgid "Gray 600 Color" -msgstr "Grau 600 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 700" -msgstr "Grau 700" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_700 -msgid "Gray 700 Color" -msgstr "Grau 700 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 800" -msgstr "Grau 800" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_800 -msgid "Gray 800 Color" -msgstr "Grau 800 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 900" -msgstr "Grau 900" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_900 -msgid "Gray 900 Color" -msgstr "Grau 900 Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray Palette" -msgstr "Graue Palette" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP-Routing" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:50 -#, python-format -msgid "I am using #%s - Awesome open source business apps." -msgstr "Ich benutze #%s - Fantastische Open-Source-Geschäftsanwendungen." - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Info" -msgstr "Info" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_info -msgid "Info Color" -msgstr "Info-Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Light" -msgstr "Licht" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_light -msgid "Light Color" -msgstr "Lichtfarbe" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_lightsecondary -msgid "Light Secondary Color" -msgstr "Helle Sekundärfarbe" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:54 -#, python-format -msgid "Mantained by %s" -msgstr "Verwaltet von %s" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Muted" -msgstr "Stummgeschaltet" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_muted -msgid "Muted Color" -msgstr "Gedämpfte Farbe" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_error -msgid "Notification Error Color" -msgstr "Benachrichtigungsfehler Farbe" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_info -msgid "Notification Info Color" -msgstr "Farbe der Benachrichtigungsinfo" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Permission denied" -msgstr "Erlaubnis verweigert" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "Primär" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_primary -msgid "Primary Color" -msgstr "Primärfarbe" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_secondary -msgid "Secondary Color" -msgstr "Sekundäre Farbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the brand color" -msgstr "Setzt die Farbe der Marke" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the color palette" -msgstr "Einstellen der Farbpalette" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the layout colors" -msgstr "Setzen der Layoutfarben" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the primary color" -msgstr "Einstellen der Primärfarbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the secondary colors" -msgstr "Einstellen der Sekundärfarben" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the text colors" -msgstr "Setzt die Textfarben" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Success" -msgstr "Erfolg" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_success -msgid "Success Color" -msgstr "Erfolgsfarbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "System Colors" -msgstr "Systemfarben" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "Text" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_text -msgid "Text Color" -msgstr "Textfarbe" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/dashboard.xml:26 -#, python-format -msgid "Version" -msgstr "Version" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "View" -msgstr "Ansicht" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_view -msgid "View Color" -msgstr "Farbe anzeigen" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Warning" -msgstr "Warnung" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_warning -msgid "Warning Color" -msgstr "Warnfarbe" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "White" -msgstr "Weiß" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_white -msgid "White Color" -msgstr "Weiße Farbe" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Yay, push notifications are enabled!" -msgstr "Ja, Push-Benachrichtigungen sind aktiviert!" diff --git a/muk_web_branding/i18n/es.po b/muk_web_branding/i18n/es.po deleted file mode 100644 index 6ec3190..0000000 --- a/muk_web_branding/i18n/es.po +++ /dev/null @@ -1,511 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * muk_web_branding -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0-20190522\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-25 13:35+0000\n" -"PO-Revision-Date: 2019-06-25 13:35+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Layout" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Notifications" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Secondary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Background" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Base" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Black" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_black -msgid "Black Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_brand -msgid "Brand Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Client Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_01 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 01" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_02 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 02" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_03 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 03" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_04 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 04" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_05 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 05" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_06 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 06" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_07 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 07" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_08 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 08" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_09 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 09" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_10 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 10" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_11 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 11" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_12 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 12" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Component Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_res_config_settings -msgid "Config Settings" -msgstr "Opciones de Configuración" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Danger" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_danger -msgid "Danger Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Dark" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_dark -msgid "Dark Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:26 -#, python-format -msgid "Developer mode" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:29 -#, python-format -msgid "Developer mode (assets)" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:48 -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:54 -#, python-format -msgid "Developer mode is already activated" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Error" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_background -msgid "Form Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 100" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_100 -msgid "Gray 100 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 200" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_200 -msgid "Gray 200 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 300" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_300 -msgid "Gray 300 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 400" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_400 -msgid "Gray 400 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 500" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_500 -msgid "Gray 500 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 600" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_600 -msgid "Gray 600 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 700" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_700 -msgid "Gray 700 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 800" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_800 -msgid "Gray 800 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 900" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_900 -msgid "Gray 900 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray Palette" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:50 -#, python-format -msgid "I am using #%s - Awesome open source business apps." -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Info" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_info -msgid "Info Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Light" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_light -msgid "Light Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_lightsecondary -msgid "Light Secondary Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:54 -#, python-format -msgid "Mantained by %s" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Muted" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_muted -msgid "Muted Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_error -msgid "Notification Error Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_info -msgid "Notification Info Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Permission denied" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_primary -msgid "Primary Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_secondary -msgid "Secondary Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the brand color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the color palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the layout colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the primary color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the secondary colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the text colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Success" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_success -msgid "Success Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "System Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_text -msgid "Text Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/dashboard.xml:26 -#, python-format -msgid "Version" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "View" -msgstr "Ver" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_view -msgid "View Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Warning" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_warning -msgid "Warning Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "White" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_white -msgid "White Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Yay, push notifications are enabled!" -msgstr "" - diff --git a/muk_web_branding/i18n/fr.po b/muk_web_branding/i18n/fr.po deleted file mode 100644 index 57cf62a..0000000 --- a/muk_web_branding/i18n/fr.po +++ /dev/null @@ -1,511 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * muk_web_branding -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0-20190522\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-25 13:35+0000\n" -"PO-Revision-Date: 2019-06-25 13:35+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Layout" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Notifications" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Secondary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Background" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Base" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Black" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_black -msgid "Black Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_brand -msgid "Brand Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Client Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_01 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 01" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_02 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 02" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_03 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 03" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_04 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 04" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_05 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 05" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_06 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 06" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_07 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 07" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_08 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 08" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_09 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 09" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_10 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 10" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_11 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 11" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_12 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 12" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Component Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_res_config_settings -msgid "Config Settings" -msgstr "Paramètres de config" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Danger" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_danger -msgid "Danger Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Dark" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_dark -msgid "Dark Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:26 -#, python-format -msgid "Developer mode" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:29 -#, python-format -msgid "Developer mode (assets)" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:48 -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:54 -#, python-format -msgid "Developer mode is already activated" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Error" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_background -msgid "Form Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 100" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_100 -msgid "Gray 100 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 200" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_200 -msgid "Gray 200 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 300" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_300 -msgid "Gray 300 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 400" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_400 -msgid "Gray 400 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 500" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_500 -msgid "Gray 500 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 600" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_600 -msgid "Gray 600 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 700" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_700 -msgid "Gray 700 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 800" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_800 -msgid "Gray 800 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 900" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_900 -msgid "Gray 900 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray Palette" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_ir_http -msgid "HTTP Routing" -msgstr "Routage HTTP" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:50 -#, python-format -msgid "I am using #%s - Awesome open source business apps." -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Info" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_info -msgid "Info Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Light" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_light -msgid "Light Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_lightsecondary -msgid "Light Secondary Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:54 -#, python-format -msgid "Mantained by %s" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Muted" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_muted -msgid "Muted Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_error -msgid "Notification Error Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_info -msgid "Notification Info Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Permission denied" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_primary -msgid "Primary Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_secondary -msgid "Secondary Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the brand color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the color palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the layout colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the primary color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the secondary colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the text colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Success" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_success -msgid "Success Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "System Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_text -msgid "Text Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/dashboard.xml:26 -#, python-format -msgid "Version" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "View" -msgstr "Vue" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_view -msgid "View Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Warning" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_warning -msgid "Warning Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "White" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_white -msgid "White Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Yay, push notifications are enabled!" -msgstr "" - diff --git a/muk_web_branding/i18n/muk_web_branding.pot b/muk_web_branding/i18n/muk_web_branding.pot deleted file mode 100644 index 04fb73e..0000000 --- a/muk_web_branding/i18n/muk_web_branding.pot +++ /dev/null @@ -1,511 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * muk_web_branding -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0-20190522\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-25 13:34+0000\n" -"PO-Revision-Date: 2019-06-25 13:34+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Layout" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Notifications" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Secondary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Background" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Base" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Black" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_black -msgid "Black Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_brand -msgid "Brand Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Client Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_01 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 01" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_02 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 02" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_03 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 03" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_04 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 04" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_05 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 05" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_06 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 06" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_07 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 07" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_08 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 08" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_09 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 09" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_10 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 10" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_11 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 11" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_12 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 12" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Component Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_res_config_settings -msgid "Config Settings" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Danger" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_danger -msgid "Danger Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Dark" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_dark -msgid "Dark Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:26 -#, python-format -msgid "Developer mode" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:29 -#, python-format -msgid "Developer mode (assets)" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:48 -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:54 -#, python-format -msgid "Developer mode is already activated" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Error" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_background -msgid "Form Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 100" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_100 -msgid "Gray 100 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 200" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_200 -msgid "Gray 200 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 300" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_300 -msgid "Gray 300 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 400" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_400 -msgid "Gray 400 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 500" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_500 -msgid "Gray 500 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 600" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_600 -msgid "Gray 600 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 700" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_700 -msgid "Gray 700 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 800" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_800 -msgid "Gray 800 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 900" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_900 -msgid "Gray 900 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray Palette" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_ir_http -msgid "HTTP Routing" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:50 -#, python-format -msgid "I am using #%s - Awesome open source business apps." -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Info" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_info -msgid "Info Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Light" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_light -msgid "Light Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_lightsecondary -msgid "Light Secondary Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:54 -#, python-format -msgid "Mantained by %s" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Muted" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_muted -msgid "Muted Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_error -msgid "Notification Error Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_info -msgid "Notification Info Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Permission denied" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_primary -msgid "Primary Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_secondary -msgid "Secondary Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the brand color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the color palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the layout colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the primary color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the secondary colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the text colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Success" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_success -msgid "Success Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "System Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_text -msgid "Text Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/dashboard.xml:26 -#, python-format -msgid "Version" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "View" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_view -msgid "View Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Warning" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_warning -msgid "Warning Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "White" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_white -msgid "White Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Yay, push notifications are enabled!" -msgstr "" - diff --git a/muk_web_branding/i18n/nl.po b/muk_web_branding/i18n/nl.po deleted file mode 100644 index d410a5a..0000000 --- a/muk_web_branding/i18n/nl.po +++ /dev/null @@ -1,511 +0,0 @@ -# Translation of Odoo Server. -# This file contains the translation of the following modules: -# * muk_web_branding -# -msgid "" -msgstr "" -"Project-Id-Version: Odoo Server 12.0-20190522\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2019-06-25 13:35+0000\n" -"PO-Revision-Date: 2019-06-25 13:35+0000\n" -"Last-Translator: <>\n" -"Language-Team: \n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: \n" -"Plural-Forms: \n" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Layout" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Notifications" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Secondary" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Background" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Base" -msgstr "Basis" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Black" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_black -msgid "Black Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_brand -msgid "Brand Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Brand Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Client Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_01 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 01" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_02 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 02" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_03 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 03" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_04 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 04" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_05 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 05" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_06 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 06" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_07 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 07" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_08 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 08" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_09 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 09" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_10 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 10" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_11 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 11" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_12 -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color 12" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Color Palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Component Colors" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_res_config_settings -msgid "Config Settings" -msgstr "Configuratie instellingen" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Danger" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_danger -msgid "Danger Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Dark" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_dark -msgid "Dark Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:26 -#, python-format -msgid "Developer mode" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/menu.xml:29 -#, python-format -msgid "Developer mode (assets)" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:48 -#: code:addons/muk_web_branding/static/src/js/chrome/menu.js:54 -#, python-format -msgid "Developer mode is already activated" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Error" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_background -msgid "Form Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 100" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_100 -msgid "Gray 100 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 200" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_200 -msgid "Gray 200 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 300" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_300 -msgid "Gray 300 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 400" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_400 -msgid "Gray 400 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 500" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_500 -msgid "Gray 500 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 600" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_600 -msgid "Gray 600 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 700" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_700 -msgid "Gray 700 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 800" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_800 -msgid "Gray 800 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray 900" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_gray_900 -msgid "Gray 900 Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Gray Palette" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model,name:muk_web_branding.model_ir_http -msgid "HTTP Routing" -msgstr "HTTP routing" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:50 -#, python-format -msgid "I am using #%s - Awesome open source business apps." -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Info" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_info -msgid "Info Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Light" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_light -msgid "Light Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_lightsecondary -msgid "Light Secondary Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/views/dashboard.js:54 -#, python-format -msgid "Mantained by %s" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Muted" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_muted -msgid "Muted Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_error -msgid "Notification Error Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_notification_info -msgid "Notification Info Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Permission denied" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Primary" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_primary -msgid "Primary Color" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_secondary -msgid "Secondary Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the brand color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the color palette" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the layout colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the primary color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the secondary colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Set the text colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Success" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_success -msgid "Success Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "System Colors" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Text" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_text -msgid "Text Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/xml/dashboard.xml:26 -#, python-format -msgid "Version" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "View" -msgstr "Weergave" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_view -msgid "View Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "Warning" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_warning -msgid "Warning Color" -msgstr "" - -#. module: muk_web_branding -#: model_terms:ir.ui.view,arch_db:muk_web_branding.res_config_settings_view_form -msgid "White" -msgstr "" - -#. module: muk_web_branding -#: model:ir.model.fields,field_description:muk_web_branding.field_res_config_settings__branding_color_white -msgid "White Color" -msgstr "" - -#. module: muk_web_branding -#. openerp-web -#: code:addons/muk_web_branding/static/src/js/chrome/bus.js:33 -#, python-format -msgid "Yay, push notifications are enabled!" -msgstr "" - diff --git a/muk_web_branding/models/__init__.py b/muk_web_branding/models/__init__.py deleted file mode 100644 index 112b1ef..0000000 --- a/muk_web_branding/models/__init__.py +++ /dev/null @@ -1,24 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from . import ir_http -from . import res_config_settings \ No newline at end of file diff --git a/muk_web_branding/models/ir_http.py b/muk_web_branding/models/ir_http.py deleted file mode 100644 index 1b532b5..0000000 --- a/muk_web_branding/models/ir_http.py +++ /dev/null @@ -1,35 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from odoo import models -from odoo.http import request - - -class IrHttp(models.AbstractModel): - - _inherit = 'ir.http' - - def session_info(self): - result = super(IrHttp, self).session_info() - params = request.env['ir.config_parameter'] - result.update(**params.get_branding_session_params()) - return result diff --git a/muk_web_branding/models/res_config_settings.py b/muk_web_branding/models/res_config_settings.py deleted file mode 100644 index 014a34f..0000000 --- a/muk_web_branding/models/res_config_settings.py +++ /dev/null @@ -1,493 +0,0 @@ -################################################################################### -# -# Copyright (c) 2017-2019 MuK IT GmbH. -# -# This file is part of MuK Web Branding -# (see https://mukit.at). -# -# This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU Lesser General Public License for more details. -# -# You should have received a copy of the GNU Lesser General Public License -# along with this program. If not, see . -# -################################################################################### - -from odoo import api, fields, models - -PRIMARY_XML_ID = "muk_web_branding._assets_primary_variables" -PRIMARY_SCSS_URL = "/muk_web_branding/static/src/scss/primary_colors.scss" - -SECONDARY_XML_ID = "muk_web_branding._assets_secondary_variables" -SECONDARY_SCSS_URL = "/muk_web_branding/static/src/scss/secondary_colors.scss" - -BOOTSTRAP_XML_ID = "muk_web_branding._assets_backend_helpers" -BOOTSTRAP_SCSS_URL = "/muk_web_branding/static/src/scss/bootstrap_colors.scss" - -class ResConfigSettings(models.TransientModel): - - _inherit = 'res.config.settings' - - #---------------------------------------------------------- - # Database - #---------------------------------------------------------- - - branding_color_brand = fields.Char( - string="Brand Color") - - branding_color_primary = fields.Char( - string="Primary Color") - - branding_color_secondary = fields.Char( - string="Secondary Color") - - branding_color_lightsecondary = fields.Char( - string="Light Secondary Color") - - branding_color_text = fields.Char( - string="Text Color") - - branding_color_muted = fields.Char( - string="Muted Color") - - branding_color_view = fields.Char( - string="View Color") - - branding_color_background = fields.Char( - string="Form Color") - - branding_color_notification_error = fields.Char( - string="Notification Error Color") - - branding_color_notification_info = fields.Char( - string="Notification Info Color") - - branding_color_01 = fields.Char( - string="Color 01") - - branding_color_02 = fields.Char( - string="Color 02") - - branding_color_03 = fields.Char( - string="Color 03") - - branding_color_04 = fields.Char( - string="Color 04") - - branding_color_05 = fields.Char( - string="Color 05") - - branding_color_06 = fields.Char( - string="Color 06") - - branding_color_07 = fields.Char( - string="Color 07") - - branding_color_08 = fields.Char( - string="Color 08") - - branding_color_09 = fields.Char( - string="Color 09") - - branding_color_10 = fields.Char( - string="Color 10") - - branding_color_11 = fields.Char( - string="Color 11") - - branding_color_12 = fields.Char( - string="Color 12") - - branding_color_success = fields.Char( - string="Success Color") - - branding_color_info = fields.Char( - string="Info Color") - - branding_color_warning = fields.Char( - string="Warning Color") - - branding_color_danger = fields.Char( - string="Danger Color") - - branding_color_light = fields.Char( - string="Light Color") - - branding_color_dark = fields.Char( - string="Dark Color") - - branding_color_white = fields.Char( - string="White Color") - - branding_color_black = fields.Char( - string="Black Color") - - branding_color_gray_100 = fields.Char( - string="Gray 100 Color") - - branding_color_gray_200 = fields.Char( - string="Gray 200 Color") - - branding_color_gray_300 = fields.Char( - string="Gray 300 Color") - - branding_color_gray_400 = fields.Char( - string="Gray 400 Color") - - branding_color_gray_500 = fields.Char( - string="Gray 500 Color") - - branding_color_gray_600 = fields.Char( - string="Gray 600 Color") - - branding_color_gray_700 = fields.Char( - string="Gray 700 Color") - - branding_color_gray_800 = fields.Char( - string="Gray 800 Color") - - branding_color_gray_900 = fields.Char( - string="Gray 900 Color") - - #---------------------------------------------------------- - # Helper - #---------------------------------------------------------- - - def _get_branding_primary_colors(self): - variables = [ - 'o-community-color', - 'o-enterprise-color', - 'o-enterprise-primary-color', - 'o-brand-odoo', - 'o-brand-primary', - 'o-gray', - 'o-brand-secondary', - 'o-brand-lightsecondary', - 'o-main-text-color', - 'o-main-color-muted', - 'o-view-background-color', - 'o-notification-error-bg-color', - 'o-notification-info-bg-color', - ] - colors = self.env['muk_utils.scss_editor'].get_values( - PRIMARY_SCSS_URL, PRIMARY_XML_ID, variables - ) - if colors['o-brand-odoo'] == '$o-community-color': - colors['o-brand-odoo'] = colors['o-community-color'] - if colors['o-brand-odoo'] == '$o-enterprise-color': - colors['o-brand-odoo'] = colors['o-enterprise-color'] - if colors['o-brand-primary'] == '$o-community-color': - colors['o-brand-primary'] = colors['o-community-color'] - if colors['o-brand-primary'] == '$o-enterprise-primary-color': - colors['o-brand-primary'] = colors['o-enterprise-primary-color'] - if colors['o-brand-secondary'] == '$o-gray-100': - colors['o-brand-secondary'] = colors['o-gray-100'] - if colors['o-brand-lightsecondary'] == '$o-gray-100': - colors['o-brand-lightsecondary'] = colors['o-gray-100'] - if colors['o-brand-lightsecondary'] == '$o-gray-100': - colors['o-brand-lightsecondary'] = colors['o-gray-100'] - return { - 'branding_color_brand': colors['o-brand-odoo'], - 'branding_color_primary': colors['o-brand-primary'], - 'branding_color_secondary': colors['o-brand-secondary'], - 'branding_color_lightsecondary': colors['o-brand-lightsecondary'], - 'branding_color_text': colors['o-main-text-color'], - 'branding_color_muted': colors['o-main-color-muted'], - 'branding_color_view': colors['o-view-background-color'], - 'branding_color_notification_error': colors['o-notification-error-bg-color'], - 'branding_color_notification_info': colors['o-notification-info-bg-color'], - } - - def _get_branding_secondary_colors(self): - variables = [ - 'o-webclient-background-color', - 'mk-color-01', - 'mk-color-02', - 'mk-color-03', - 'mk-color-04', - 'mk-color-05', - 'mk-color-06', - 'mk-color-07', - 'mk-color-08', - 'mk-color-09', - 'mk-color-10', - 'mk-color-11', - 'mk-color-12', - ] - colors = self.env['muk_utils.scss_editor'].get_values( - SECONDARY_SCSS_URL, SECONDARY_XML_ID, variables - ) - return { - 'branding_color_background': colors['o-webclient-background-color'], - 'branding_color_01': colors['mk-color-01'], - 'branding_color_02': colors['mk-color-02'], - 'branding_color_03': colors['mk-color-03'], - 'branding_color_04': colors['mk-color-04'], - 'branding_color_05': colors['mk-color-05'], - 'branding_color_06': colors['mk-color-06'], - 'branding_color_07': colors['mk-color-07'], - 'branding_color_08': colors['mk-color-08'], - 'branding_color_09': colors['mk-color-09'], - 'branding_color_10': colors['mk-color-10'], - 'branding_color_11': colors['mk-color-11'], - 'branding_color_12': colors['mk-color-12'], - } - - def _get_branding_bootstrap_colors(self): - variables = [ - 'success', - 'info', - 'warning', - 'danger', - 'light', - 'dark', - 'white', - 'black', - 'gray-100', - 'gray-200', - 'gray-300', - 'gray-400', - 'gray-500', - 'gray-600', - 'gray-700', - 'gray-800', - 'gray-900', - ] - colors = self.env['muk_utils.scss_editor'].get_values( - BOOTSTRAP_SCSS_URL, BOOTSTRAP_XML_ID, variables - ) - return { - 'branding_color_success': colors['success'], - 'branding_color_info': colors['info'], - 'branding_color_warning': colors['warning'], - 'branding_color_danger': colors['danger'], - 'branding_color_light': colors['light'], - 'branding_color_dark': colors['dark'], - 'branding_color_white': colors['white'], - 'branding_color_black': colors['black'], - 'branding_color_gray_100': colors['gray-100'], - 'branding_color_gray_200': colors['gray-200'], - 'branding_color_gray_300': colors['gray-300'], - 'branding_color_gray_400': colors['gray-400'], - 'branding_color_gray_500': colors['gray-500'], - 'branding_color_gray_600': colors['gray-600'], - 'branding_color_gray_700': colors['gray-700'], - 'branding_color_gray_800': colors['gray-800'], - 'branding_color_gray_900': colors['gray-900'], - } - - def _check_branding_colors(self, colors, variables): - for values in variables: - if colors[values['field']] != values['value']: - return True - return False - - def _set_branding_primary_colors(self): - variables = [{ - 'name': 'o-brand-odoo', - 'field': 'branding_color_brand', - 'value': self.branding_color_brand or "#7C7BAD" - }, { - 'name': 'o-brand-primary', - 'field': 'branding_color_primary', - 'value': self.branding_color_primary or "#7C7BAD" - }, { - 'name': 'o-brand-secondary', - 'field': 'branding_color_secondary', - 'value': self.branding_color_secondary or "#f0eeee" - }, { - 'name': 'o-brand-lightsecondary', - 'field': 'branding_color_lightsecondary', - 'value': self.branding_color_lightsecondary or "#e2e2e0" - }, { - 'name': 'o-main-text-color', - 'field': 'branding_color_text', - 'value': self.branding_color_text or "#4c4c4c" - }, { - 'name': 'o-main-color-muted', - 'field': 'branding_color_muted', - 'value': self.branding_color_muted or "#a8a8a8" - }, { - 'name': 'o-view-background-color', - 'field': 'branding_color_view', - 'value': self.branding_color_view or "#ffffff" - }, { - 'name': 'o-notification-error-bg-color', - 'field': 'branding_color_notification_error', - 'value': self.branding_color_notification_error or "#F16567" - }, { - 'name': 'o-notification-info-bg-color', - 'field': 'branding_color_notification_info', - 'value': self.branding_color_notification_info or "#FCFBEA" - }] - colors = self._get_branding_primary_colors() - if self._check_branding_colors(colors, variables): - self.env['muk_utils.scss_editor'].replace_values( - PRIMARY_SCSS_URL, PRIMARY_XML_ID, variables - ) - - def _set_branding_secondary_colors(self): - variables = [{ - 'name': 'o-webclient-background-color', - 'field': 'branding_color_background', - 'value': self.branding_color_background or "#f9f9f9" - }, { - 'name': 'mk-color-01', - 'field': 'branding_color_01', - 'value': self.branding_color_01 or "#757575" - }, { - 'name': 'mk-color-02', - 'field': 'branding_color_02', - 'value': self.branding_color_02 or "#F06050" - }, { - 'name': 'mk-color-03', - 'field': 'branding_color_03', - 'value': self.branding_color_03 or "#F4A460" - }, { - 'name': 'mk-color-04', - 'field': 'branding_color_04', - 'value': self.branding_color_04 or "#F7CD1F" - }, { - 'name': 'mk-color-05', - 'field': 'branding_color_05', - 'value': self.branding_color_05 or "#6CC1ED" - }, { - 'name': 'mk-color-06', - 'field': 'branding_color_06', - 'value': self.branding_color_06 or "#814968" - }, { - 'name': 'mk-color-07', - 'field': 'branding_color_07', - 'value': self.branding_color_07 or "#EB7E7F" - }, { - 'name': 'mk-color-08', - 'field': 'branding_color_08', - 'value': self.branding_color_08 or "#2C8397" - }, { - 'name': 'mk-color-09', - 'field': 'branding_color_09', - 'value': self.branding_color_09 or "#475577" - }, { - 'name': 'mk-color-10', - 'field': 'branding_color_10', - 'value': self.branding_color_10 or "#D6145F" - }, { - 'name': 'mk-color-11', - 'field': 'branding_color_11', - 'value': self.branding_color_11 or "#30C381" - }, { - 'name': 'mk-color-12', - 'field': 'branding_color_12', - 'value': self.branding_color_12 or "#9365B8" - }] - colors = self._get_branding_secondary_colors() - if self._check_branding_colors(colors, variables): - self.env['muk_utils.scss_editor'].replace_values( - SECONDARY_SCSS_URL, SECONDARY_XML_ID, variables - ) - - def _set_branding_bootstrap_colors(self): - variables = [{ - 'name': 'success', - 'field': 'branding_color_success', - 'value': self.branding_color_success or "#28a745" - }, { - 'name': 'info', - 'field': 'branding_color_info', - 'value': self.branding_color_info or "#17a2b8" - }, { - 'name': 'warning', - 'field': 'branding_color_warning', - 'value': self.branding_color_warning or "#ffc107" - }, { - 'name': 'danger', - 'field': 'branding_color_danger', - 'value': self.branding_color_danger or "#dc3545" - }, { - 'name': 'light', - 'field': 'branding_color_light', - 'value': self.branding_color_light or "#f8f9fa" - }, { - 'name': 'dark', - 'field': 'branding_color_dark', - 'value': self.branding_color_dark or "#343a40" - }, { - 'name': 'white', - 'field': 'branding_color_white', - 'value': self.branding_color_white or "#ffffff" - }, { - 'name': 'black', - 'field': 'branding_color_black', - 'value': self.branding_color_black or "#000000" - }, { - 'name': 'gray-100', - 'field': 'branding_color_gray_100', - 'value': self.branding_color_gray_100 or "#f8f9fa" - }, { - 'name': 'gray-200', - 'field': 'branding_color_gray_200', - 'value': self.branding_color_gray_200 or "#e9ecef" - }, { - 'name': 'gray-300', - 'field': 'branding_color_gray_300', - 'value': self.branding_color_gray_300 or "#dee2e6" - }, { - 'name': 'gray-400', - 'field': 'branding_color_gray_400', - 'value': self.branding_color_gray_400 or "#ced4da" - }, { - 'name': 'gray-500', - 'field': 'branding_color_gray_500', - 'value': self.branding_color_gray_500 or "#adb5bd" - }, { - 'name': 'gray-600', - 'field': 'branding_color_gray_600', - 'value': self.branding_color_gray_600 or "#6c757d" - }, { - 'name': 'gray-700', - 'field': 'branding_color_gray_700', - 'value': self.branding_color_gray_700 or "#495057" - }, { - 'name': 'gray-800', - 'field': 'branding_color_gray_800', - 'value': self.branding_color_gray_800 or "#343a40" - }, { - 'name': 'gray-900', - 'field': 'branding_color_gray_900', - 'value': self.branding_color_gray_900 or "#212529" - }] - colors = self._get_branding_bootstrap_colors() - if self._check_branding_colors(colors, variables): - self.env['muk_utils.scss_editor'].replace_values( - BOOTSTRAP_SCSS_URL, BOOTSTRAP_XML_ID, variables - ) - - #---------------------------------------------------------- - # Functions - #---------------------------------------------------------- - - @api.model - def get_values(self): - res = super(ResConfigSettings, self).get_values() - res.update(self._get_branding_primary_colors()) - res.update(self._get_branding_secondary_colors()) - res.update(self._get_branding_bootstrap_colors()) - return res - - @api.multi - def set_values(self): - res = super(ResConfigSettings, self).set_values() - self._set_branding_primary_colors() - self._set_branding_secondary_colors() - self._set_branding_bootstrap_colors() - return res - - - \ No newline at end of file diff --git a/muk_web_branding/static/description/banner.png b/muk_web_branding/static/description/banner.png deleted file mode 100644 index 3a16006..0000000 Binary files a/muk_web_branding/static/description/banner.png and /dev/null differ diff --git a/muk_web_branding/static/description/icon.png b/muk_web_branding/static/description/icon.png deleted file mode 100644 index 8cd25d3..0000000 Binary files a/muk_web_branding/static/description/icon.png and /dev/null differ diff --git a/muk_web_branding/static/description/icon.svg b/muk_web_branding/static/description/icon.svg deleted file mode 100644 index de24028..0000000 --- a/muk_web_branding/static/description/icon.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/muk_web_branding/static/description/index.html b/muk_web_branding/static/description/index.html deleted file mode 100644 index a97bbab..0000000 --- a/muk_web_branding/static/description/index.html +++ /dev/null @@ -1,132 +0,0 @@ -
-
-

MuK Branding

-

Branding Features

-

MuK IT GmbH - - www.mukit.at

-
- -
-
-
- -
-
-
-

Overview

-

- This module complements the Branding Module. It serves to adapt the - backend to your own needs. For example, a variety of colors can be - adjusted directly in the settings. It is recommended to install Saas Branding as well, but it is not strictly - necessary. -

-
-
-
- -
- -
- -
-
-
- - -
-
-
- -
-

Help and Support

-
Feel free to - contact us, if you need any help with your Odoo integration or - addiontal features.
- - -
\ No newline at end of file diff --git a/muk_web_branding/static/description/logo.png b/muk_web_branding/static/description/logo.png deleted file mode 100644 index 9427ce3..0000000 Binary files a/muk_web_branding/static/description/logo.png and /dev/null differ diff --git a/muk_web_branding/static/description/preview.png b/muk_web_branding/static/description/preview.png deleted file mode 100644 index 1deb1cc..0000000 Binary files a/muk_web_branding/static/description/preview.png and /dev/null differ diff --git a/muk_web_branding/static/description/screenshot.png b/muk_web_branding/static/description/screenshot.png deleted file mode 100644 index 7840ddd..0000000 Binary files a/muk_web_branding/static/description/screenshot.png and /dev/null differ diff --git a/muk_web_branding/static/description/service_customization.png b/muk_web_branding/static/description/service_customization.png deleted file mode 100644 index 3eac664..0000000 Binary files a/muk_web_branding/static/description/service_customization.png and /dev/null differ diff --git a/muk_web_branding/static/description/service_development.png b/muk_web_branding/static/description/service_development.png deleted file mode 100644 index 580d460..0000000 Binary files a/muk_web_branding/static/description/service_development.png and /dev/null differ diff --git a/muk_web_branding/static/description/service_implementation.png b/muk_web_branding/static/description/service_implementation.png deleted file mode 100644 index d64b66b..0000000 Binary files a/muk_web_branding/static/description/service_implementation.png and /dev/null differ diff --git a/muk_web_branding/static/description/service_integration.png b/muk_web_branding/static/description/service_integration.png deleted file mode 100644 index 76c5e80..0000000 Binary files a/muk_web_branding/static/description/service_integration.png and /dev/null differ diff --git a/muk_web_branding/static/description/service_support.png b/muk_web_branding/static/description/service_support.png deleted file mode 100644 index 4c530fa..0000000 Binary files a/muk_web_branding/static/description/service_support.png and /dev/null differ diff --git a/muk_web_branding/static/src/js/chrome/bus.js b/muk_web_branding/static/src/js/chrome/bus.js deleted file mode 100644 index 26ff5a9..0000000 --- a/muk_web_branding/static/src/js/chrome/bus.js +++ /dev/null @@ -1,46 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.bus', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var BusService = require('bus.BusService'); - -var _t = core._t; -var QWeb = core.qweb; - -BusService.include({ - sendNotification: function (title, content, callback) { - if (title === _t('Yay, push notifications are enabled!') || title === _t('Permission denied')) { - content = content.replace(/Odoo/ig, session.muk_branding_system_name); - } - this._super(title, content, callback); - }, - _sendNativeNotification: function (title, content, callback) { - this.do_notify(title, content); // Android Issue - }, -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/chrome/menu.js b/muk_web_branding/static/src/js/chrome/menu.js deleted file mode 100644 index 65cf7f1..0000000 --- a/muk_web_branding/static/src/js/chrome/menu.js +++ /dev/null @@ -1,63 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.menu', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var UserMenu = require('web.UserMenu'); - -var _t = core._t; -var QWeb = core.qweb; - -UserMenu.include({ - start: function () { - if (!session.is_admin) { - this.$('.mk_debug_divider').remove(); - this.$('a[data-menu="debug"]').remove(); - this.$('a[data-menu="debugassets"]').remove(); - } - return this._super.apply(this, arguments) - }, - _onMenuDocumentation: function () { - window.open(session.muk_branding_documentation + '/documentation', '_blank'); - }, - _onMenuSupport: function () { - window.open(session.muk_branding_support, '_blank'); - }, - _onMenuDebug: function(){ - if (session.debug && session.debug !== 'assets'){ - return console.log(_t('Developer mode is already activated')); - } - window.location = $.param.querystring(window.location.href, 'debug'); - }, - _onMenuDebugassets: function(){ - if (session.debug === 'assets'){ - return console.log(_t('Developer mode is already activated')); - } - window.location = $.param.querystring(window.location.href, 'debug=assets'); - } -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/core/client.js b/muk_web_branding/static/src/js/core/client.js deleted file mode 100644 index 0f9229b..0000000 --- a/muk_web_branding/static/src/js/core/client.js +++ /dev/null @@ -1,43 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.client', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var WebClient = require('web.WebClient'); - -var _t = core._t; -var QWeb = core.qweb; - -WebClient.include({ - init: function(parent) { - this._super.apply(this, arguments); - this.set('title_part', { - "zopenerp": session.muk_branding_system_name - }); - }, -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/core/dialog.js b/muk_web_branding/static/src/js/core/dialog.js deleted file mode 100644 index 6fd6194..0000000 --- a/muk_web_branding/static/src/js/core/dialog.js +++ /dev/null @@ -1,64 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.dialog', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var Dialog = require('web.Dialog'); - -var _t = core._t; -var QWeb = core.qweb; - -Dialog.include({ - init: function(parent, options) { - this._super(parent, this._debrandOptions(options || {})); - }, - _debrandOptions : function(options) { - if (options.title && options.title.replace) { - options.title = options.title.replace(/Odoo/ig, - session.muk_branding_system_name); - } else { - options.title = session.muk_branding_system_name; - } - if (options.$content) { - if (!(options.$content instanceof $)) { - options.$content = $(options.$content); - } - options.$content.each(function() { - var content = $(this).html(); - if (content) { - content.replace(/Odoo.com/ig, - session.muk_branding_website); - content.replace(/Odoo/ig, - session.muk_branding_system_name); - $(this).html(content); - } - }); - } - return options; - } -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/fields/upgrade.js b/muk_web_branding/static/src/js/fields/upgrade.js deleted file mode 100644 index 343e16c..0000000 --- a/muk_web_branding/static/src/js/fields/upgrade.js +++ /dev/null @@ -1,46 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.upgrade', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); -var registry = require('web.field_registry'); - -var _t = core._t; -var QWeb = core.qweb; - -var DisableMixin = { - _render: function () { - this._super.apply(this, arguments); - var $container = this.$el.parent().parent(); - if ($container.hasClass('o_setting_box')) { - $container.addClass('o_hidden'); - } - }, -} - -registry.get('upgrade_boolean').include(DisableMixin); -registry.get('upgrade_radio').include(DisableMixin); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/views/dashboard.js b/muk_web_branding/static/src/js/views/dashboard.js deleted file mode 100644 index 2a4ac77..0000000 --- a/muk_web_branding/static/src/js/views/dashboard.js +++ /dev/null @@ -1,66 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.dashboard', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var dashboard = require('web_settings_dashboard'); - -var _t = core._t; -var QWeb = core.qweb; - -dashboard.DashboardApps.include({ - start: function() { - this._super.apply(this, arguments); - var $store = $('', { - target: "_blank", - href: this.data.store, - html: ' App store', - class: "flex-grow-1 w-25", - }); - this.$('.o_web_settings_dashboard_pills').html($store); - this.$('.o_web_settings_dashboard_enterprise').remove(); - }, -}); - -dashboard.DashboardShare.include({ - init: function (parent, data) { - this._super.apply(this, arguments); - this.share_url = this.data.share; - this.share_text = encodeURIComponent(_.str.sprintf( - _t("I am using #%s - Awesome open source business apps."), - this.data.system - )); - this.share_description = _.str.sprintf( - _t("Mantained by %s"), this.data.publisher - ); - }, - start: function() { - this._super.apply(this, arguments); - this.$('.o_web_settings_dashboard_compact_subtitle > small').text(this.share_description); - }, -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/js/views/res_config_settings.js b/muk_web_branding/static/src/js/views/res_config_settings.js deleted file mode 100644 index 9e77fbb..0000000 --- a/muk_web_branding/static/src/js/views/res_config_settings.js +++ /dev/null @@ -1,47 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -odoo.define('muk_web_branding.settings', function (require) { -"use strict"; - -var core = require('web.core'); -var session = require('web.session'); - -var settings = require('base.settings'); - -var _t = core._t; -var QWeb = core.qweb; - -settings.Renderer.include({ - _render: function () { - var res = this._super.apply(this, arguments); - $.each(this.$('.o_settings_container'), function() { - if($(this).children(':not(.o_hidden)').length === 0) { - $(this).prev().addClass('o_hidden'); - $(this).addClass('o_hidden'); - } - }); - return res; - }, -}); - -}); \ No newline at end of file diff --git a/muk_web_branding/static/src/scss/bootstrap_colors.scss b/muk_web_branding/static/src/scss/bootstrap_colors.scss deleted file mode 100644 index 252f41f..0000000 --- a/muk_web_branding/static/src/scss/bootstrap_colors.scss +++ /dev/null @@ -1,45 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -//---------------------------------------------------------- -// Color Palette -//---------------------------------------------------------- - -$success: #28a745; -$info: #17a2b8; -$warning: #ffc107; -$danger: #dc3545; -$light: #f8f9fa; -$dark: #343a40; - -$white: #ffffff; -$black: #000000; - -$gray-100: #f8f9fa; -$gray-200: #e9ecef; -$gray-300: #dee2e6; -$gray-400: #ced4da; -$gray-500: #adb5bd; -$gray-600: #6c757d; -$gray-700: #495057; -$gray-800: #343a40; -$gray-900: #212529; \ No newline at end of file diff --git a/muk_web_branding/static/src/scss/primary_colors.scss b/muk_web_branding/static/src/scss/primary_colors.scss deleted file mode 100644 index 5c35b86..0000000 --- a/muk_web_branding/static/src/scss/primary_colors.scss +++ /dev/null @@ -1,60 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -//---------------------------------------------------------- -// Main Brand Colors -//---------------------------------------------------------- - -$o-community-color: #7C7BAD; -$o-enterprise-color: #875A7B; -$o-enterprise-primary-color: #00A09D; - -$o-brand-odoo: $o-community-color; -$o-brand-primary: $o-community-color; - -//---------------------------------------------------------- -// Secondary Brand Colors -//---------------------------------------------------------- - -$o-gray-100: #f8f9fa; -$o-brand-secondary: #f0eeee; -$o-brand-lightsecondary: #e2e2e0; - -//---------------------------------------------------------- -// Text Colors -//---------------------------------------------------------- - -$o-main-color-muted: #a8a8a8; -$o-main-text-color: #4c4c4c; - -//---------------------------------------------------------- -// Layout Colors -//---------------------------------------------------------- - -$o-view-background-color: #ffffff; - -//---------------------------------------------------------- -// Notification Colors -//---------------------------------------------------------- - -$o-notification-error-bg-color: #F16567; -$o-notification-info-bg-color: #FCFBEA; diff --git a/muk_web_branding/static/src/scss/secondary_colors.scss b/muk_web_branding/static/src/scss/secondary_colors.scss deleted file mode 100644 index 13369de..0000000 --- a/muk_web_branding/static/src/scss/secondary_colors.scss +++ /dev/null @@ -1,47 +0,0 @@ -/********************************************************************************** -* -* Copyright (c) 2017-2019 MuK IT GmbH. -* -* This file is part of MuK Web Branding -* (see https://mukit.at). -* -* This program is free software: you can redistribute it and/or modify -* it under the terms of the GNU Lesser General Public License as published by -* the Free Software Foundation, either version 3 of the License, or -* (at your option) any later version. -* -* This program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU Lesser General Public License for more details. -* -* You should have received a copy of the GNU Lesser General Public License -* along with this program. If not, see . -* -**********************************************************************************/ - -//---------------------------------------------------------- -// Layout Colors -//---------------------------------------------------------- - -$o-webclient-background-color: #f9f9f9; - -//---------------------------------------------------------- -// Color Palette -//---------------------------------------------------------- - -$mk-color-01: #757575; -$mk-color-02: #F06050; -$mk-color-03: #F4A460; -$mk-color-04: #F7CD1F; -$mk-color-05: #6CC1ED; -$mk-color-06: #814968; -$mk-color-07: #EB7E7F; -$mk-color-08: #2C8397; -$mk-color-09: #475577; -$mk-color-10: #D6145F; -$mk-color-11: #30C381; -$mk-color-12: #9365B8; - -$o-colors: $mk-color-01, $mk-color-02, $mk-color-03, $mk-color-04, $mk-color-05, $mk-color-06, - $mk-color-07, $mk-color-08, $mk-color-09, $mk-color-10, $mk-color-11, $mk-color-12; \ No newline at end of file diff --git a/muk_web_branding/static/src/xml/dashboard.xml b/muk_web_branding/static/src/xml/dashboard.xml deleted file mode 100644 index 43fcd74..0000000 --- a/muk_web_branding/static/src/xml/dashboard.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - - -

- Version -

-
- - - - - -
\ No newline at end of file diff --git a/muk_web_branding/static/src/xml/menu.xml b/muk_web_branding/static/src/xml/menu.xml deleted file mode 100644 index 0a9a196..0000000 --- a/muk_web_branding/static/src/xml/menu.xml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - -
- Developer mode - - - Developer mode (assets) - - - - - - \ No newline at end of file diff --git a/muk_web_branding/template/assets.xml b/muk_web_branding/template/assets.xml deleted file mode 100644 index 1afe3c8..0000000 --- a/muk_web_branding/template/assets.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - - -