Skip to content

Ricardo Malla's Blog

  • Home
  • Information Technology
    • O/S
    • Databases
    • Software
  • Life
    • Health
  • Ideas
  • Notes

Category: OpenERP/Odoo

Odoo: Super easy Installation

Posted May 31, 2016May 31, 2016 Ricardo MallaLeave a commentPosted in OpenERP/Odoo

From a new Ubuntu Server execute the following commands:   # wget -O – https://nightly.odoo.com/odoo.key | apt-key add – # echo “deb http://nightly.odoo.com/9.0/nightly/deb/ ./” >> /etc/apt/sources.list # apt-get update && apt-get install odoo Thats it!!! You can access the App […]

OpenERP: Reactivate Employee Payslip

Posted November 28, 2013November 28, 2013 Ricardo MallaLeave a commentPosted in OpenERP/Odoo

Problem; once the employee Payslip is Completed it cannot be deleted. There is no evident way to do this, the way I found was to change the status to ‘draft’ in the database so that the system will allow me […]

OpenERP: PgAdmin III Connection

Posted November 28, 2013November 28, 2013 Ricardo MallaLeave a commentPosted in OpenERP/Odoo

I can’t connect, get an error that the port 5432 has been rejected, I execute the following command on the server netstat -anpt   And apparently port 5432 is Listening… but it’s only listening to the Localhost (127.0.0.1), now we have […]

OpenERP: Include Employee Expenses to Payslip

Posted October 27, 2013 Ricardo MallaLeave a commentPosted in OpenERP/Odoo

To do this, you need to Python Code the Salary Rule to include the Expense on the Payslip, I’ve been able to find some examples, but not sure how to code this specific task.   Salary Python Code Examples # […]

OpenERP: Connect to Database Using PgAdmin

Posted October 27, 2013 Ricardo MallaLeave a commentPosted in OpenERP/Odoo

I’m trying to use db_user and db_password defined in openerp-server.conf with no luck; I’m not sure on what port is the database  running and maybe my router is blocking the communication (as I’m trying to access from outside my network […]

Posts navigation

1 2 Next
Proudly powered by WordPress | Theme: Sydney by aThemes.