Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Guest House
    • Distributeur de boissons
    • Hotel
    Real Estate
    • Real Estate Agency
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consulting
    • Accounting Firm
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Solar Energy Systems
    • Cordonnier
    • Services de nettoyage
    • HVAC Services
    Others
    • Nonprofit Organization
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

What version of bootstrap is being shipped with v8 CMS?

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
v8versioncmsbootstrap
1 Répondre
10552 Vues
Avatar
Stephen Mack

I would like to know what version of Bootstrap is being used for the frontend of Odoo v8.

Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web.

0
Avatar
Ignorer
Luke Branch

Hi Stephen, From the design-themes branch at github.com/odoo/design-themes i'm guessing it's 3.0 (check the bootstrap.css file in the theme_zen module and you'll see what I mean). However I believe if you want to create a new module with another version of bootstrap (eg. 3.1) from my understanding this will work just as well, as you are just replacing the bootstrap.css with whichever version you prefer to work with. I am currently working on a modified version of the theme_zen package replacing 3.0 with 3.1, i'll reply back to this thread once it's finished to let you know what I find.

Stephen Mack
Auteur

I would be interested in seeing what you have in updating the bootstrap version through a module.

Luke Branch

Hi Stephen, It will take me some time to make my own theme/module, however i'll reply back to you on this thread once I am done, and will be posting back here: https://www.odoo.com/forum/Help-1/question/Developing-Themes-For-the-WebsiteEcommerce-Module-Currently-in-Trunk-44077 with basic instructions once I fully understand how the theme/module structure works. From my understanding however you are not limited to just bootstrap, you are free to include whatever framework and layout you prefer. Bootstrap is simply what is included in the pre-packaged themes that come with Odoo v8.0 and those that are currently available at github.com/odoo/design-themes. I'd recommend taking a look at the structure of theme_zen at github.com/odoo/design-themes as this will show you how the css, js, xhtml and other components are packaged together in a module. I have downloaded and installed theme_zen successfully on a number of v8.0 instances and have not yet run into any issues. The other theme packages in design-themes I believe are still under heavy development however.

Luke Branch

Hi Stephen, Further to this please check out branch 1074 in the runbots (runbot.odoo.com). It looks like this branch is updating the included themes to bootstrap 3.2, so maybe this will make it to the final release of 8.0.

Luke Branch

Hi Stephen, I've included some very basic instructions on developing a custom theme with Odoo in the answer to this post: https://www.odoo.com/forum/help-1/question/new-bootstrap-theme-on-website-builder-58809 I'll modify this as I go and create a more comprehensive list of instructions when I can find time.

Avatar
Stephen Mack
Auteur Meilleure réponse

Was version 3.1.0 -> Now 3.2.0 (see: ODOO's Bootstrap upgrade history)

https://github.com/odoo/odoo/blob/8.0/addons/web/static/lib/bootstrap/css/bootstrap.css 

/*!
* Bootstrap v3.2.0 (http://getbootstrap.com)
* Copyright 2011-2014 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/

0
Avatar
Ignorer
Stephen Mack
Auteur

It seems that later the same day of my question, the bootstrap version was updated to version 3.2.0. Thanks ODOO!

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
[CMS Bootstrap Themes] How do i personalize my odoo v8 public website? Résolu
v8 theme cms website bootstrap
Avatar
1
juin 15
21573
Release date of openerp v8 Résolu
v8 version
Avatar
Avatar
Avatar
Avatar
Avatar
4
déc. 23
28410
How to setup multiple websites in Odoo V8 Résolu
v8 cms multi-website
Avatar
Avatar
3
mars 18
11677
What JavaScript libraries are included in v8 CMS? Résolu
javascript v8 cms
Avatar
1
mars 15
5970
How can I find the exact version/build/... of my installed Odoo V8? Résolu
v8 version odoo
Avatar
Avatar
1
mars 15
17045
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now