mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
Merge branch 'mig/18.0/web_hibou_color' into '18.0'
WIP: mig/18.0/web_hibou_color into 18.0 See merge request hibou-io/hibou-odoo/suite!1724
This commit is contained in:
0
web_hibou_color/__init__.py
Normal file
0
web_hibou_color/__init__.py
Normal file
21
web_hibou_color/__manifest__.py
Normal file
21
web_hibou_color/__manifest__.py
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
{
|
||||||
|
'name': 'Web Hibou Color',
|
||||||
|
'category': 'Hidden',
|
||||||
|
'version': '18.0.1.0.0',
|
||||||
|
'description': """
|
||||||
|
Hibou Colors
|
||||||
|
============
|
||||||
|
|
||||||
|
This module modifies the web addon to provide alternative colors.
|
||||||
|
""",
|
||||||
|
'depends': [
|
||||||
|
'web',
|
||||||
|
],
|
||||||
|
'auto_install': True,
|
||||||
|
'assets': {
|
||||||
|
'web._assets_primary_variables': [
|
||||||
|
('prepend', 'web_hibou_color/static/src/legacy/scss/primary_variables.scss'),
|
||||||
|
],
|
||||||
|
},
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
||||||
15
web_hibou_color/i18n/es.po
Normal file
15
web_hibou_color/i18n/es.po
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 15.0+e\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2021-10-12 01:59+0000\n"
|
||||||
|
"PO-Revision-Date: 2021-10-12 01:59+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"
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
|
||||||
|
|
||||||
|
$o-hibou-color: #0a6fa2;
|
||||||
|
$o-hibou-primary-color: #038f8c;
|
||||||
|
|
||||||
|
$o-brand-odoo: $o-hibou-color;
|
||||||
|
$o-brand-primary: $o-hibou-primary-color;
|
||||||
|
//$o-brand-secondary: #8f8f8f;
|
||||||
|
//$o-brand-lightsecondary: $o-gray-100;
|
||||||
Reference in New Issue
Block a user