Development
Knowledge articles pertaining to programming, development, and server management.
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 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
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
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
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
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
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
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
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