you can inherit the python file class StockPicking(models.Model): _inherit = 'stock.picking' @api.model def fields_view...
Tampilkan postingan dengan label odoo-technical. Tampilkan semua postingan
Tampilkan postingan dengan label odoo-technical. Tampilkan semua postingan
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 error ketika inherit _amount_all function
Pernah alami error ? yeah saya juga :3 ini asil dari googling, and wow its work well for me :D Ok thanks for the example. Indeed this ...
odoo docker load balancing with nginx example
pertama build & run postgresql $ docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name x-db postgres:9.4 kemudian bui...
Tutorial Install ODOO / OpenERP pada linux ubuntu
Bismillah.. ODOO / OpenERP adalah sebuah open source alternatif dari SAP, Microsoft Dynamics, Netsuite, Adempiere, Compiere, Openbra...