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%;"> ...
Odoo ORM in xml data (CRUD)
data/dp.xml <?xml version="1.0" encoding="utf-8"?> <odoo> <data noupdate="0"> ...
Linux command to delete file excluding some file using find
Q: How to delete all file with exlcuding some file in a regex in linux? A: Use find command, here the command $ find . \( -name "...
fix odoo Model is declared but cannot be loaded! (Perhaps a module was partially removed or renamed)
How to fix odoo Model is declared but cannot be loaded! (Perhaps a module was partially removed or renamed) Likely you have data in oth...