With Odoo Sales, you can configure different addresses for delivery and invoicing. For some customers, it will be very practical to define specific billing and shipping addresses. Indeed, not everyone will have the same delivery location as the invoicing location. The address is a particular place or location, where a piece of information is stored […]
This video explains how to add settings for a custom module in Odoo 13. We are very much familiar with activating different options in odoo by enabling some options on the settings page. For example activate the product variants, asset management, etc. To enable the product variants we need to go to the inventory settings […]
Taking the aid of Odoo website builder, the end-user can create stunning websites without much of a stretch. The website feature enables any common man to develop his own company’s online presence without much coding knowledge. The website serves multiple purposes for your company. On the one hand, it publishes information about your company and […]
You can effortlessly control your website pages together with an alternative for optimizing the SEO for the page, clone the page or delete the page. SEO Integration Check the relevance of your content on time by Integrating with Google the SEO tools of Odoo. And helps to get more visitors with good-targeted content. This facility […]
Odoo has a project management module that helps the user to manage, verify, and analyze the results of all the project operations of the company. In the project management module, the users can create and manage the projects to be operating in the company. The user can create the project managers, employees, and the associated […]
In this video, we will be discussing how we can override a method in Odoo 14 and the usage of the super method. By overriding a method we can change the implementation of that method, which is redefining that method. By using the super method we can override a method to change its default behavior […]
This video explains how to manage tables in the bar/restaurant on odoo 14. A restaurant POS software helps with customizing the floor layout and thereby managing the individual tables. It helps in tracking the orders, ensuring they are accurately placed and delivered to the right person. Once a table is filled, a restaurant POS software […]
In delegation inheritance provides more flexibility, we use the _inherits attribute. This is used if you want to sink another model in your current model without affecting the views. So the database tables contain fields in your model and also a field representing the inherited object. Read more about DIfferent Inheritance in Odoo: Video Contents: […]
In Odoo/OpenERP we can inherit or use existing modules object/class/model and views. We can also inherit a single field of existing modules. What is Inheritance? Inheritance means we are going to use or inherit the old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we […]
In this video, we will be discussing how we can create a wizard in Odoo 14. Wizards in odoo are used to fetch inputs from the user using a dialog window. They are basically used to provide an interactive session to the user through which the user can input the fields according to the model […]