When something does not work as expected, you may want to inform the user and interrupt the program with an error message. This error message is the Odoo exception. Odoo can provide different types of exceptions. In this blog, we will discuss exceptions in odoo15. The exceptions are the error messages. These are used to […]
Client relationship management and sales management are the important aspects of operation in a company that must be dealt with at most care and control over the operations. The successful operation of accompaniment not only depends on the effective conduction of sales but also on the factors such as customer satisfaction, shopping experience, and the […]
Scaffolding is the way of building a skeleton structure for a module in Odoo. Using Odoo scaffolding we can create the module structure automatically. It saves much of our effort in creating a module manually. In this blog let us see how to use scaffolding in Odoo development. In usual cases, a module is a […]
In every business, there is some time taken by for the processing of orders for products that are manufactured or extracted in order only. This delay in time is caused due to the fact that the products may get degraded, or the product cost is much higher than if they are stocked up before order […]
In certain situations, there will be a need to prevent the program from continuing its execution. We can do this by showing up an error message by raising exceptions. In addition to the exceptions available in python, Odoo provides a few more exceptions which include: 1. access denied 2. access error 3. cache miss 4. […]
Business pioneers are constantly into digging new methodologies and strategies for improving their sales thereby generating more profits out of them. However, during the marathon of generating more profit and sales in business, the frequently neglected aspect is the worker happiness and their commitment. Often the business fails in keeping its employee’s contempt. Luckily for […]
Scheduled action or cron job is a really super advantageous feature from Odoo which will equip the user to run actions without any manual interventions within specified time ranges. I have tried to meet up with everything about cron jobs through this blog. We have to simply insert a record into ir.cron table then Odoo […]
Accounting of the company is an aspect that should be managed and monitored properly in order to avoid cash shortages and regulate cash flow smoothly. The amount of money received and paid should be having a clear mode of monitoring in different levels of the management. The management of the receivable and the payable accounts […]
The expense module tracks the expenses created in the company. Expenses can be generated for a client meeting including transportation charge, expense for accommodation, charge for meals, etc. Sometimes, the company itself raises the expense. Mostly it appears that when working on a project with a customer, the employees ought to spend their own financial […]
Proper planning of work in an organization results in better growth for employees and management. The work completed within the deadline is made possible with accurate planning within a company. Scheduling is necessary for various sections, such as projects, resources, sales orders, etc. Most retail industries in the US deal with many sales orders from […]