Development

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

How to use VIM to edit a text file on the server (linux)
Step 0: Open a console window Before jumping into Vim, you need to do a little preparation. Open a console terminal from your Linux operating system. (Sinc...
Wed, 9 Jun, 2021 at 3:51 PM
How to use history command in Linux
Wed, 9 Jun, 2021 at 4:02 PM
How to search for files in Linux
How to use the find command When I first glimpsed Linux I didn’t quite understand how the find command worked; therefore, it never seemed to function as I ...
Wed, 9 Jun, 2021 at 4:23 PM
How to SSH into server.
Open up a Command Prompt window Type in "ssh soladrive@23.94.156.25 -p2323" and press enter and then for the password enter "os5LdYgxMu2cMA...
Mon, 14 Jun, 2021 at 3:18 PM
FTP Server Credentials
for odoo11 user Host: 23.94.156.25 Port: 2323 user: odoo11 password: z8nDO8ddqSgF2  for odoo11new user Host:23.94.156.25 Port: 2323 user :...
Wed, 9 Jun, 2021 at 6:47 PM
How to navigate Linux file structure
File & Directory Commands The tilde (~) symbol stands for your home directory. If you are user, then the tilde (~) stands for /home/user pwd: The ...
Wed, 9 Jun, 2021 at 5:55 PM
Loans: Rebuild Transaction History
This is an action inside of the transactions module. Selecting a transaction and clicking Actions and Rebuild Loan Transaction History will execute the foll...
Thu, 10 Jun, 2021 at 4:39 PM
How to see and search the installed python modules on the server.
First SSH into the server. Once logged in you can type "apt list" to see all the python modules installed.  Lets say we wanted to find out wh...
Fri, 11 Jun, 2021 at 1:12 PM
How to update the code from Gitlab on the server. (Perform a Git Pull)
SSH into the server and then type in: For production instance: cd /opt/odoo11/custom/addons_2/matrix-staging For testing instance: cd /opt/odoo11new...
Mon, 14 Jun, 2021 at 3:23 PM
How to add "Archive" ability to a custom Odoo module.
It is very easy to add the ability to archive records in Odoo.  All that is needed is to add the field below to the model of the module you are trying t...
Fri, 11 Jun, 2021 at 4:33 PM