Odoo Rental module is a software tool that will help you to manage all types of rental operations. It can support you to schedule rental operations and at the same time create and manage invoices for different types of rental activities. Odoo Rental Module is a software tool that will help you complete all your […]
Security is an important aspect of a company. So it is very important in ERP software. In Odoo, we can set groups, access rights, and rules for records. Here I am going to discuss record rules. To know more about security, you can refer our blog:Â Security in Odoo [wpcc-iframe loading=”lazy” width=”100%” height=”409″ src=”https://www.youtube.com/embed/-JJjzSi9CXw” frameborder=”0″ allow=”accelerometer; […]
Most companies work for various clients and complete their projects within the given time. These projects are assigned to specific employees in a firm. In some situations, they need to spend their money on the client project. Also, organizations pay clients’ expenses to some extent. A firm must re-invoice the employee expense during the project […]
Odoo 14 has a new feature called delivery confirmation. For experiencing this feature we have to enable the Receipt Reminder feature in the settings of the Purchase module. Receipt Reminder reminds your vendor of the receipt date. This will send an email to your seller automatically for confirming the receipt date so that we can […]
Sometimes it occurs that your workers have to use their personal funds on the project when working on a project with a client, or that the organization has to pay some of the client’s expenses. The organization, therefore, has to re-invoice the expense to the employee. Take the example of an employee or company that […]
It often happens that while working on a project with a client, your employees have to spend their personal money on the project or the company has to spend some of the client’s expenses. Therefore, the company has to re-invoice this expense to the client. Take the example of an employee or company, who pays for […]
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 […]
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. […]
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 […]
QWeb is a templating engine used by odoo. It is an XML language-based templating engine and is mainly used for generating reports and pages. Qweb is also known as a report engine. Qweb template used for reporting and also for HTML fragments and pages. Using Qweb, we can customize reports according to our purposes like […]