
Search In
If you are looking to create secure ssh connection in filezila with .ppk file. Please follow the below instruction:
1) Open your filezila.
2) On the top menu bar please click at Edit --> Setting
3) Now a pop up will appear. On the right side you
Some time you need to Extract RAR file in Ubantu but In Ubuntu unrar is not installed by default, you might face the below error while trying to extract RAR files.
“Could not open this file type
There is no command installed for RAR archive f
When we write code and compile them,our class files are converted in to Dlls, and we assume them as safe. But those Dll files can be used for backtracking to your code,your application logic and your secret algorithms(If you have any).
What?Are you t
In OpenERP first, we will manage all file and create module and then inherits to the account.invoice object in your .py file.
Follow these step given below
Step1- First, we create custom module like as a test module and put this test module in
I am writing this blog because I faced issue for adding cron jobs in Amazon Ec2 cloud server. I was using Linux 64bit .
To add cron jobs open command prompt (via putty if windows) and login via ssh, when you are login then type:
which php
this wi
To Add followers linked to new partner in OpenERP(Odoo) here is the process below-
In followers linked to new partner fields, first we have to go in .py file (Python file) After that we have to decide where we want followers linked to new partner fie
Fuzzing is the process through which we enter invalid or unexpected data to our target Application .
We use Fuzzing in our application when we want to break our application or crash it
using unexpected inputs .
Fuzzing can be done manually or by u
If you want to import the customer data through csv file in OpenERP(Odoo) follow the below mentioned steps:-
Step-1 Go to purchases Menu and Click it.
Step-2 Go to products button and Click it.
Step-3 Click on Import Button and file will b
If you faces such below error
pgadmin not connect to openerp server and open the openerp than occur error
than follow these step to resolve this type of error
1- first update the postgresql.conf file in pgadmin go to this location
/var/lib/pgsql/9
Step-1 Install the
Price Security
module.
Step-2 After that custmozie .py(Python file) file:
In below example, I have custmozied .py file. You can directly copy the below python code in your .py file.
class account_invoice_line(models.Model):