Questions tagged [odoo]

Odoo, (previously known as OpenERP, and prior to that, called TinyERP) is an open source integrated enterprise resource planning (ERP) software manufactured by OpenERP s.a. Its most recent name change occurred in May of 2014.

OpenERP has separate client and server components. The server runs separately from the client. It handles the business logic and communicates with the database application. The client presents information to users and allow them to inter-operate with the server. Multiple client applications are available.

The server part is written in Python programming language. The client communicates with the server using XML-RPC interfaces.

Business functionality is organised into modules. A module is a folder with a pre-defined structure containing Python code and XML files. A module defines data structure, forms, reports, menus, procedures, workflows, etc... Modules are defined using a client-independent syntax. So, adding new objects, such as menus or forms, makes it available to any client.

As of 2014 the project has again been renamed to Odoo.

39 questions
0
votes
2 answers

Error while configuring odoo in cents 6.6

When i am trying to install odoo through yum i am getting the following error. Finished Dependency Resolution Package: odoo-8.0_20150617-1.noarch (odoo-nightly) Requires: python(abi) = 2.7 Installed: python-2.6.6-52.el6.x86_64…
Mobin
  • 21
  • 7
0
votes
0 answers

how to install odoo (formerly OpenERP) 8 rpm on CentOS 7

I'm trying to install odoo on a freshly installed minimal CentOS 7 system. Every set of instructions I can find seems to say how to do something unusual. I'm not needing any of that, I just want a standard install, no need to recompile from source,…
BeowulfNode42
  • 2,595
  • 2
  • 18
  • 32
0
votes
1 answer

OPENERP error after logging

Hello I have OpenERP version 7. This application are installed on Centos 6.4 x64 and used PosgtreSQL and this db are installed on cluster. When I try login into I see this error: This is error from OpenERP log file: 2014-05-28 12:52:33,245 25598…
Mick
  • 347
  • 3
  • 14
  • 27
0
votes
1 answer

authenticated through LemonLDAP::NG in openerp

I try to find some like this https://www.dokuwiki.org/auth:lemonldap but for OpenERP. Please tell me how I can do this for OpenERP
Mick
  • 347
  • 3
  • 14
  • 27
0
votes
1 answer

Deploy Odoo on Google Kubernetes: Log severity all in ERROR

I deploy Odoo 13CE on Googke Kubernetes and using Cloud Logging for logging, I config app using default container log. Everything run smoothly, except all log output severity mark as ERROR in Cloud Loging Can I change default Odoo ouput log format…
0
votes
1 answer

Fail2ban does not perform regex on odoo log

I have installed fail2ban with odoo 13. Below are my configuration and sample output, but I cant seem to figure out why it does not filter. user@tempdev:/etc/fail2ban# fail2ban-regex -v /var/log/odoo/odoo.log…
Charm_quark
  • 105
  • 7
0
votes
1 answer

Postfix: allow unlisted sender only for a specific IP/Application

To avoid backscatter emails, on Postfix I set: smtpd_reject_unlisted_sender = true But this prevents the Odoo from sending some particular emails, since it uses some custom aliases as sender: SMTPRecipientsRefused: {'myuser@mydomain.com': (550,…
-1
votes
2 answers

Subdomain filtering does not work

I'm trying to configure domain in a way, so I could use subdomain for accessing database. For example if my domain is domain.com and I have databases demo and demo2. Then I should be able to access it by writing demo.domain.com and demo2.domain.com.…
Andrius
  • 99
  • 3
-1
votes
1 answer

Can't connect my server outside my wireless network. server is openERP running on ubuntu 12.04 desktop router is ciso small business router

I've looked on the internet regarding port forwarding. I've successfully fowarded port 8069 to my server's ip address. I can access openERP when I'm connected to the network of my office but not when I'm outside my office's network. What am I…
1 2
3