Questions tagged [openerp]

Odoo was formerly known as OpenERP.

enter image description here

Odoo was formerly known as OpenERP until May 2014. It was rebranded because version 8 of the software included apps including website builder, e-commerce, point of sale and business intelligence. The software conforms to standard expectations of ERP systems, while providing additional modules beyond the coverage of traditional ERP systems.

Odoo s.a. provides a web site referencing the officially supported modules as well as community modules. Community modules can be referenced for free as long as they respect the open source licence of Odoo. As of June 2014, the number of Odoo apps reached more than 4000.

Module development mainly relies around editing Python and XML files. Some application logic (i.e. workflows and data structure) can be changed through the client interface using a developer mode.

The official Odoo apps are organized in 6 groups:

  • Front-end apps: website builder, blog, e-commerce
  • Sales management apps: CRM, point of sales, quotation builder
  • Business operations apps: project management, inventory, manufacturing, accounting and purchase
  • Marketing apps: mass mailing, lead automation, events, survey, forum, live chat
  • Human Resources apps: employee directory, enterprise social
    network, leaves management, timesheet, fleet management
  • Productivity apps: business intelligence, instant messaging, notes

The software is actively programmed, supported, and organized by OpenERP s.a.. Odoo is similar to many open source projects where customized programming, support, and other services are also provided by an active global community and a network of 500 official partners.

7 questions
1
vote
1 answer

error starting service

I just installed openerp by following the guidelines available on google and youtube but when i try to start the service it gives me the following error, can you please suggest what is going wrong. > ubuntu@ip-172:~$ openerp-server 2014-03-06…
1
vote
1 answer

Secure OpenERP Server

I use a Ubuntu 12.10 Desktop as a server 'only' for OpenERP 7.0. This OpenERP server is used by both, the team as well as clients. I've checked out posts that help someone secure a 'web-server' (i.e a LAPM one). What I need is: How to keep the…
TomKat
  • 3,878
1
vote
1 answer

Odoo start error: psycopg2.OperationalError: FATAL: role "foo" does not exist

After installing odoo from apt I cannot seem to get to a welcome page: Starting odoo: nicholas@mordor:~$ nicholas@mordor:~$ odoo --xmlrpc-port=8000 2021-05-01 04:32:16,518 81810 INFO ? odoo: Odoo version 14.0-20210430 2021-05-01 04:32:16,519 81810…
0
votes
1 answer

Symlink breaks after usage

I have OpenERP 7 and I am trying to get the attachments to be saved on the local file system Configurations on OpenERP are done and are working, but it would only save the files to the installation path /opt/openerp/server/openerp/filestore. I only…
0
votes
1 answer

Open Erp - access rights or rules

In OpenErp, how to restrict Team leads/managers of other dept suppose Developer from approving leave requests of an employee(from other dept(testing)) ?
0
votes
0 answers

How to kill openerp when it changes PID?

How do I kill openerp so that odoo can run correctly? nicholas@mordor:~$ nicholas@mordor:~$ ps aux | grep openerp nicholas 75353 0.0 0.0 17528 880 pts/0 S+ 18:46 0:00 grep --color=auto openerp nicholas@mordor:~$ nicholas@mordor:~$ ps…
-1
votes
1 answer

openerp v 5.0.16 when OpenERP Web is run getting error, How to resolve?

openerp@ubuntu-10:~$ **openerp-web** Traceback (most recent call last): File "/usr/local/bin/openerp-web", line 5, in from pkg_resources import load_entry_point File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2659, in …