Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

What version of bootstrap is being shipped with v8 CMS?

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
v8versioncmsbootstrap
1 Antworten
10557 Ansichten
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
Verwerfen
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
Autor

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
Autor Beste Antwort

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
Verwerfen
Stephen Mack
Autor

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

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
[CMS Bootstrap Themes] How do i personalize my odoo v8 public website? Gelöst
v8 theme cms website bootstrap
Avatar
1
Juni 15
21582
Release date of openerp v8 Gelöst
v8 version
Avatar
Avatar
Avatar
Avatar
Avatar
4
Dez. 23
28410
How to setup multiple websites in Odoo V8 Gelöst
v8 cms multi-website
Avatar
Avatar
3
März 18
11678
What JavaScript libraries are included in v8 CMS? Gelöst
javascript v8 cms
Avatar
1
März 15
5971
How can I find the exact version/build/... of my installed Odoo V8? Gelöst
v8 version odoo
Avatar
Avatar
1
März 15
17046
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Ausbildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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