To quickly serve a robots.txt from Nginx without actually having access to the physical file you can define the content of the robots.txt f...
linux command to search and read in files
Finding a specific piece of code in a large project can feel like searching for a needle in a haystack. While modern IDEs have powerful sear...
Odoo check if current form is new record or not
How to check if current form is creating new record or edit record odoo.define('my_custom_app.CustomFormController', function (requ...
Odoo Hide Form Button Edit or Create based on condition
you can inherit the python file class StockPicking(models.Model): _inherit = 'stock.picking' @api.model def fields_view...
How to fix odoo menu icon not shown
In this note, we will reseting odoo menu icon using odoo shell ``` odoo-bin shell -c odoo.conf -d dbname ``` find menu ``` >>> menu...
Odoo Qweb t-if compare date
Qweb compare date using t-if <td style="font-size:19px;padding:4px;width: 13%;"> ...