Record Rules in Odoo 13

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; […]

Re-Invoice Policy in Odoo 14

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 […]

Raising Exceptions in Odoo 13

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. […]