Book Image

Designing Professional Websites with Odoo Website Builder

By : Sainu Nannat
Book Image

Designing Professional Websites with Odoo Website Builder

By: Sainu Nannat

Overview of this book

The Odoo website builder is an operational tool in the Odoo platform that allows you to design, develop, and manage a website. This book introduces and explains all the features of the Odoo website builder that will help you to be more productive while creating websites. The book starts with an overview of the Odoo website builder, its functionalities, and the tools it offers. Using descriptive illustrations and practical examples, you’ll gain detailed insights into the block operations of the Odoo website builder and learn how to work with structure blocks, features blocks, and dynamic content blocks. As you advance, you’ll discover how to use the HTML, CSS, or JS editor in Odoo website builder applications for customization. This Odoo book will take you through the different aspects of website building and show you how e-commerce websites can be designed and developed using website builder applications. You’ll build a website, manage it, and run a discussion forum in Odoo using the website builder, and apply your knowledge to add a live chat tool that can be incorporated into your website using the Odoo website builder. By the end of this book, you’ll have gained a solid understanding of the Odoo website builder and be able to leverage its features to develop your own website.
Table of Contents (19 chapters)
1
Section 1: An Overview
4
Section 2: Website Builder in Depth
10
Section 3: Practical Tools

Introducing HTML/CSS/JS Editor

HTML, CSS, and JS are the programming languages that are used to run the web. Almost all applications and services available today utilize these forms of programming languages to perform their operations. These are user-friendly applications that can be learned and understood with ease with a basic knowledge of coding. To people new to the field, it may feel a bit difficult in the beginning, but gradually, it will be easier to pick up.

HyperText Markup Language (HTML) is one of the most commonly used languages and the main programming language that helps you to design and display documents and content on a web page or a website. HTML code is always supported by CSS and by the scripting language JS. CSS stands for Cascading Style Sheets, which is used for configuring the presentation of a document on a web page in HTML. Moreover, JS stands for JavaScript, which is a programming language used for web development purposes and is used to add dynamic as...