diff --git a/website_theme_flexible/README.rst b/website_theme_flexible/README.rst index ba66fbf..ac65cc5 100644 --- a/website_theme_flexible/README.rst +++ b/website_theme_flexible/README.rst @@ -12,6 +12,12 @@ You can set the colors, fonts and layout you want (not limited by presets). Screenshots =========== +CSS options +----------- + +.. image:: /website_theme_flexible/static/description/screenshot5.jpg + :alt: Layout + Layout options -------------- @@ -65,7 +71,7 @@ Bug Tracker =========== Bugs are tracked on `GitHub Issues -`_. In case of trouble, please +`_. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback. diff --git a/website_theme_flexible/__manifest__.py b/website_theme_flexible/__manifest__.py index 68e19b7..6029478 100644 --- a/website_theme_flexible/__manifest__.py +++ b/website_theme_flexible/__manifest__.py @@ -12,6 +12,10 @@ 'depends': [ 'website' ], + 'images': [ + 'static/description/flexible_poster.jpg', + 'static/description/flexible_screenshot.jpg', + ], 'data': [ 'views/res_config_settings_view.xml', diff --git a/website_theme_flexible/static/description/flexible_poster.jpg b/website_theme_flexible/static/description/flexible_poster.jpg new file mode 100644 index 0000000..2133e8e Binary files /dev/null and b/website_theme_flexible/static/description/flexible_poster.jpg differ diff --git a/website_theme_flexible/static/description/flexible_screenshot.jpg b/website_theme_flexible/static/description/flexible_screenshot.jpg new file mode 100644 index 0000000..fd01022 Binary files /dev/null and b/website_theme_flexible/static/description/flexible_screenshot.jpg differ diff --git a/website_theme_flexible/static/description/index.html b/website_theme_flexible/static/description/index.html new file mode 100644 index 0000000..fb5d77a --- /dev/null +++ b/website_theme_flexible/static/description/index.html @@ -0,0 +1,246 @@ +
+
+
+

+ Theme Flexible is the first OCA published frontend website theme.

+ It is extremely flexible in Font and Color use. No more presets. It still uses the power of Bootstrap, LESS and CSS3.

+ OCA created a theme you can build your next level Odoo websites on. +

+
+
+
+
+
+

Main Features

+
+
+
+
+

Custom CSS

+
+
+ CSS editor in the configuration menu +
+
+
+

Layout Options

+
+
+
+
+ Options to customize your website layout +
+
+
  • + Layout: Full Width, boxed, Postcard +
  • + Block Corner Radius: Set section rounded corners +
  • + Background Color: Set the page Background color +
  • + Footer Color: Set the page Background Footer color +
  • + Link Color: Set main href font color +
  • + Link Color In Footer: Set footer href font color +
+
+
+
+
+
+

Menu Options

+
+
+
+
+ Options to set the looks of your menu +
+
+
  • + Company Logo / Website Name Alignment: Select if you want Company Logo or Name and if it should be on the left or rightside of the menu +
  • + Menu Alignment: Left, Center, Right +
  • + Sticky: When scrolling down on a page should the menu stay visible +
  • + Background Color: Set the menu Background color +
  • + Font color: Set menu font color +
+
+
+
+
+
+

Color Options

+
+
+ Set your default colors and shades +

+ Set your default 5 colors and Shades. Any color can be selected and you determine the shade grade in percentage of that color. Giving you freedom in color presets! +

+
+
+
+

Font options

+
+
+ Font options +

+ Set your fonts for Normal, Code, H1-6 and menu. Select Italic or Underline
+ If you configure Google Fonts correctly (See configuration below) you can select all Google Fonts, by inputting the Google Font name as it appears on https://fonts.google.com/ +

+
+
+
+

Configuration

+
+
+ Set the Google Font API +

+ To configure this module, you need to set a Google Font API in the Odoo Website Backend Settings.
+ Anyone can obtain such an API key for free here: https://developers.google.com/fonts/docs/developer_api +

+
+ +
+
+

Usage

+
+
+

To use this module, you need to:

+
    +
  1. Go to the website
  2. +
  3. click in menu on 'Customize'
  4. +
  5. click on 'Customize Theme'
  6. +
  7. change the options to your preference
  8. +
  9. click on 'Apply'
  10. +
+ +
+
+
+

Bug Tracker

+
+
+

+ Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smash it by providing detailed and welcomed feedback. +

+
+
+
+

Contribute

+
+
+

+ We welcome improvements and suggestions to this theme! See the code on GitHub. Feel free to make suggestions or do a pull request. We know with your help this theme can be better than it is already! +

+
+
+
+

Credits

+
+
+
+
+

Contributors

+
+
+

+ Dennis Sluijk
+ Frank Schellenberg

+ Do not contact contributors directly about support or help with technical issues. +

+
+
+
+

Funders

+
+
+

+ The development of this module has been financially supported by: Onestein B.V. +

+
+
+
+

Maintainer

+
+
+

+ Odoo Community Association

+ This module is maintained by the OCA.

+ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.

+ To contribute to this module, please visit https://odoo-community.org. +

+
+
+ + diff --git a/website_theme_flexible/static/description/screenshot5.jpg b/website_theme_flexible/static/description/screenshot5.jpg new file mode 100644 index 0000000..3c3a2ed Binary files /dev/null and b/website_theme_flexible/static/description/screenshot5.jpg differ