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 […]
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 old class/model, properties, methods, and views in the new class/model. This concept is related to Object-Oriented Programming. In Odoo/ERP we extend […]
Keeping timesheets up to date is a key factor in the visibility of a project in real-time. Timesheets are used to keep the track of work done, that is how much time they spent on the project, and also it gives the opportunity to the employees to add descriptions of their work done. Timesheets helps […]
Payment Refactoring is the latest feature added in Odoo 14 Accounting. The user can update the balance sheet in real-time and synchronize it with bank statements. Now In Bank/Cash Journal, we can set a Suspense account that will help keep track of the real-time bank transactions. Using this user can maintain a relation between bank […]
In any kind of business firm, it is necessary to know the profitability of a project. Profitability overwork could help the company to decide whether we should continue the service or not. In a project invoiced based on ordered quantity or on the basis of timesheets cost of an employee. Timesheets provide the time spent […]
Once you create a project, you will be redirected to a new page where you can add certain columns to your project. They will act in different stages for your project tasks. You can name the tasks in a chronological order based on your project. Add as many columns as you need. Odoo helps you […]