by Aswanth Babu | Jul 18, 2020 | Odoo ERP
In a normal case, we can create a view by using the corresponding fields in the database table (Odoo model) i.e., the header value of the tree view will be the string value of these fields. But it will be entirely different in case of a button. In model view, the...
by Aswanth Babu | Jul 18, 2020 | Odoo ERP
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....