摘要:
First ,Write Database Backup Script:pg_dump -Fc yourdatabasename > /home/yourfilepath/yourdatabasename$(date +%Y-%m-%d).dumpSave it as a file name dum... 阅读全文
摘要:
There're two commen type of actions in odoo: ir.actions.server,ir.actions.client_multi 1.Using ir.actions.server 2.Using ir.actions.act_window about i 阅读全文
摘要:
As we all know, Odoo 8 has new api which is different with v7. So how to override the create,write,unlink orm method in odoo 8 way ?Let see it.if you ... 阅读全文
摘要:
JavaScript’s function scope means that all variables declared within a function are visi-ble throughout the body of the function. Curiously, this mean... 阅读全文