Odoo Mastery
  • Home
  • Posts
  • Tips
  • Modules Review

  • All
  • Tutorials
  • Tips
  • General
  • Modules Review
  • Posts
Change the Position of the Chatter in Odoo with the "Chatter Position" Module
The chatter position in Odoo is not customizable. It adapts to the screen size, appearing on the right side for larger screens and at the bottom for smaller screens. However, when users don't frequent...
Functional
Sep 25, 2023 Modules Review
How to Hide Odoo Information Page from a Website
Every website developed with Odoo comes by default with a publicly available page that lists all installed addons in the system. Here are two methods how to hide this page: 1. Deactivating the Templat...
Functional Odoo 17
Sep 18, 2023
What Is Odoo Developer Mode and Why Do You Need It?
The Developer Mode is a powerful tool in Odoo that provides access to a range of settings and options for both developers and admin users. This feature is crucial for configuring and maintaining the s...
Functional Odoo 17
Sep 11, 2023 Posts
How to Create a New QWeb Template Using an Existing One as a Base
When creating a new QWeb template in Odoo that is very similar to an existing one, which still needs to be left unchanged, there is no need to rewrite the whole code from the existing template. Instea...
Odoo 17 Odoo 18 Technical
Sep 4, 2023
Overview of Odoo Community vs Enterprise Edition
Odoo is a business management software that offers a comprehensive suite of tools including CRM, Sales, Accounting, Inventory, Purchase, HR, E-Commerce and many more. Its modern and intuitive user int...
Functional
Sep 4, 2023 Posts
How to Generate a Configuration File in Odoo
After installing a new instance of Odoo, in most of the cases would be needed to generate a new configuration file. That can be done with the following command line: python odoo/odoo-bin -c path-to-co...
Odoo 17 Odoo 18 Technical
May 18, 2023
CSS Not Loaded in QWeb Reports
In case the CSS ​ is not loaded in the QWeb Reports, few System Parameters ​ that may solve the issue are following: The system parameter web.base.url ​ ​need to have as value the system's domain, in ...
Odoo 17 Odoo 18 Technical
May 18, 2023
How to Upgrade All Installed Modules in Odoo
In case we need to upgrade all installed modules in an Odoo instance, that can be done directly from the command line using the following command for Linux systems: python odoo/odoo-bin -c < path-to-c...
Odoo 17 Odoo 18 Technical
May 18, 2023
How to Check if a User Belongs to a Particular Group
The method has_group ​ in the model res.users ​ is helpful for checking if a user belongs to a specific group. For example, if we need to check if a user is a salesman in the system, the code should l...
Odoo 17 Odoo 18 Technical
May 17, 2023
How to Index a Field in Odoo
It is a good practice to create an index for the most searchable fields in the model. In that way, the database search performance can be significantly increased. However, should be careful not to add...
Odoo 17 Odoo 18 Technical
May 16, 2023
How to Create a Model in Odoo Without a Table in the Database
There are cases when is needed to have a model that will not be represented by a table in the database. By default, Odoo creates a table for every Model ​ and ​ TransientModel ​, but, there is option ...
Odoo 17 Odoo 18 Technical
May 16, 2023
Where to Explore and Evaluate Odoo?
There are few places online where you can do an overview of the system and try the different available apps. The first place is the official Odoo website. Here you can create an account with 15 days t...
Functional Odoo 17 Odoo 18
May 15, 2023 Posts
  • Prev
  • 7
  • 8
  • 9
  • 10
  • 11
  • Next
Useful Links
  • Home
  • Contact
  • Privacy Policy
Odoo Mastery Newsletter
Subscribe Thanks


Follow Us
Follow us

We use cookies to provide you a better user experience on this website. Cookie Policy

Only essentials I agree