Using Logging in Odoo 16

Using Logging in Odoo 16

What does logging mean? Logging is an operation in Odoo to check, analyze, and rectify errors in the Odoo server. It is an inherent functionality from Python that allows developers to output certain data on a terminal window, or into a log file for future analysis. ...
Auto Completion of Date Widget in Odoo

Auto Completion of Date Widget in Odoo

In Odoo, when we click on a date widget a calendar is rendered and along with that recently used dates are also rendered. Because of this, there will be difficulty in choosing a new date from the calendar that rendered. We can fix this issue by using the below code....