-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- set images for mache, fermente, etc... - set company logo at top of swith company menu
- Loading branch information
1 parent
93b473c
commit 43eca3e
Showing
11 changed files
with
66 additions
and
186 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,73 +0,0 @@ | ||
================ | ||
GRAP - Web Theme | ||
================ | ||
|
||
.. | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:a0ae6d4db20ac40aabd07e0c8819d16cc5847cf1748b5e1e84b17b26c1e00135 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png | ||
:target: https://odoo-community.org/page/development-status | ||
:alt: Beta | ||
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png | ||
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
.. |badge3| image:: https://img.shields.io/badge/github-grap%2Fgrap--odoo--custom-lightgray.png?logo=github | ||
:target: https://github.com/grap/grap-odoo-custom/tree/12.0/grap_theme | ||
:alt: grap/grap-odoo-custom | ||
|
||
|badge1| |badge2| |badge3| | ||
|
||
This module extend Odoo web module, to change UI. | ||
|
||
* Change border fields to make it smoother | ||
|
||
.. image:: https://raw.githubusercontent.com/grap/grap-odoo-custom/12.0/grap_theme/static/description/product_product_form.png | ||
|
||
* improve the display of user image and add the company image in the menu | ||
|
||
.. image:: https://raw.githubusercontent.com/grap/grap-odoo-custom/12.0/grap_theme/static/description/menu.png | ||
|
||
* Change the image of the login page, setting it static | ||
|
||
.. image:: https://raw.githubusercontent.com/grap/grap-odoo-custom/12.0/grap_theme/static/description/logout_page.png | ||
|
||
**Table of contents** | ||
|
||
.. contents:: | ||
:local: | ||
|
||
Bug Tracker | ||
=========== | ||
|
||
Bugs are tracked on `GitHub Issues <https://github.com/grap/grap-odoo-custom/issues>`_. | ||
In case of trouble, please check there if your issue has already been reported. | ||
If you spotted it first, help us to smash it by providing a detailed and welcomed | ||
`feedback <https://github.com/grap/grap-odoo-custom/issues/new?body=module:%20grap_theme%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. | ||
|
||
Do not contact contributors directly about support or help with technical issues. | ||
|
||
Credits | ||
======= | ||
|
||
Authors | ||
~~~~~~~ | ||
|
||
* GRAP | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
* Quentin DUPONT <https://twitter.com/pondupont> | ||
* Sylvain LE GAL (https://www.twitter.com/legalsylvain) | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
||
This module is part of the `grap/grap-odoo-custom <https://github.com/grap/grap-odoo-custom/tree/12.0/grap_theme>`_ project on GitHub. | ||
|
||
You are welcome to contribute. | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* **************************************************** | ||
Form View: Change input and spaces between objects | ||
**************************************************** */ | ||
.mb-3 { | ||
margin-top: 0.3rem !important; | ||
} | ||
.mb-4 { | ||
margin-top: 0.4rem !important; | ||
} | ||
|
||
.o-form-buttonbox { | ||
margin-bottom: 8px; | ||
} | ||
|
||
/* **************************************************** | ||
Tree View: Border for all cells | ||
**************************************************** */ | ||
|
||
.table td { | ||
border-left: 1px solid rgb(233, 236, 239); | ||
} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- | ||
Copyright (C) 2020-Today GRAP (http://www.grap.coop) | ||
@author: Sylvain LE GAL (https://twitter.com/legalsylvain) | ||
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). | ||
--> | ||
<templates xml:space="preserve"> | ||
<t | ||
t-name="fermente_web.SwitchCompanyMenu" | ||
t-inherit="web.SwitchCompanyMenu" | ||
t-inherit-mode="extension" | ||
owl="1" | ||
> | ||
<xpath expr="//i[hasclass('fa-building')]" position="replace"> | ||
<img class="o_user_avatar h-75 py-1" style="padding-right:5px;" | ||
t-att-src="'/web/image?model=res.company&field=logo&id=' + currentCompany.id"/> | ||
</xpath> | ||
</t> | ||
|
||
</templates> |