Development

Knowledge articles pertaining to programming, development, and server management.

How to show all stages in Kanban View regardless of if their is a record in it.
To be able to show a kanban view in a grouped by stage in a way where the group will always show regardless if there is a record in that stage or not, you c...
Fri, 11 Jun, 2021 at 4:40 PM
How to use Auto Hot Key to update the code on the server.
This AHK file is setup to issue commands within cmd prompt. Autohotkey is a program that allows you to create macros/hotkeys that you can program easilly. T...
Mon, 14 Jun, 2021 at 11:23 AM
How to make new Odoo Module with Scaffold Command.
The following is the command you would use in CMD Prompt to create a new module within odoo.  "C:\Program Files (x86)\Odoo 13.0\python\python.exe&q...
Mon, 14 Jun, 2021 at 11:58 AM
How to update Contacts (res.partner) or Users (res.user) in Odoo.
There is a known issue when trying to update anything with the res.partner (contacts) module or the users module. You need to start the service with the upg...
Fri, 18 Jun, 2021 at 12:06 PM
How to check Disk Space on Server
Check Linux Disk Space Using df Command You can check your disk space simply by opening a terminal window and entering the following: df The <strong...
Tue, 29 Jun, 2021 at 3:36 PM
How to edit base odoo models / Xpath
There is a module called enh_customs that we use to add/edit/remove base odoo module fields. Use this module to edit any of the base modules using xpath exp...
Wed, 30 Jun, 2021 at 3:20 PM
How To Inherit And Add New Page To Existing Notebook in Odoo
Wed, 30 Jun, 2021 at 3:31 PM
How To Inherit And Add New Fields To Existing Views
Wed, 30 Jun, 2021 at 3:33 PM
How to Add One2many Fields In Odoo
Wed, 30 Jun, 2021 at 3:35 PM
Security in Odoo - Access Control, Record Rules and Group
Wed, 30 Jun, 2021 at 3:36 PM