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...
odoo inherit groups in existing menu
If you want to inherit existing groups menu do this; This example will hide reporting menu for account, billing , and just will show for ...
membuat Qweb Report baru dengan inherit pada report yang sudah ada pada odoo
Untuk membuat report qWeb baru pada odoo dengan inherit report yang sudah ada pada odoo gunakan tambahan primary="True" Jadi...