Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textil
    • Kov
    • Nábytek
    • Jídlo
    • Pivovar
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • Podpora IT & hardware
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Procházet všechna odvětví
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Služby pro partnery
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

PSQL Module Live Chat

Odebírat

Get notified when there's activity on this post

This question has been flagged
errorlivechatpsql
3481 Zobrazení
Avatar
Long Hoang Pham

Hi guys,

I'm trying to manually uninstall live chat module, could someone please help me with the correct name for live chat module? and where it is located in ir_module_module?

Within PSQL I also saw this:

public | im_livechat_channel | table | odoo public | im_livechat_channel_country_rel | table | odoo

public | im_livechat_channel_id_seq | sequence | odoo public | im_livechat_channel_im_user | table | odoo

public | im_livechat_channel_rule | table | odoo public | im_livechat_channel_rule_id_seq | sequence | odoo

public | im_livechat_report_channel | view | odoo public | im_livechat_report_operator | view | odoo

I have tried to use these:

DELETE FROM ir_model AS ir WHERE ir.model = 'live_chat';

DELETE FROM ir_model_data AS ird WHERE ird.module = 'live_chat'

DELETE FROM ir_model_fields AS irf WHERE irf.model = 'live_chat'

and this

update ir_module_module set state='to remove' where name='live_chat' and state='installed';

all return with 0.

Many thanks 

0
Avatar
Zrušit
Long Hoang Pham
Autor

26 02:36:02,187 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 10.0-20170207

26 02:36:02,187 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf

26 02:36:02,187 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/10.0', u'/mnt/extra-addons', u'/usr/lib/python2.7/dist-packages/odoo/addons']

26 02:36:02,187 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.8:5432

26 02:36:02,200 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

26 02:36:05,574 1 [1;32m[1;49mINFO[0m ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres

26 02:36:05,994 1 [1;32m[1;49mINFO[0m ? odoo.addons.report.models.report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf

26 02:36:06,262 1 [1;32m[1;49mINFO[0m ? odoo.http: HTTP Configuring static files

26 02:36:06,271 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: loading 1 modules...

26 02:36:06,285 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: 1 modules loaded in 0.01s, 0 queries

26 02:36:06,302 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: loading 46 modules...

26 02:36:06,411 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: 46 modules loaded in 0.11s, 0 queries

26 02:36:06,611 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: Modules loaded.

26 02:36:06,614 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.addons.base.ir.ir_http: Generating routing map

26 02:36:06,699 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.sql_db: bad query: SELECT "website"."user_id" as "user_id","website"."cdn_activated" as "cdn_activated","website"."social_linkedin" as "social_linkedin","website"."compress_html" as "compress_html","website"."google_analytics_key" as "google_analytics_key","website"."create_uid" as "create_uid","website"."company_id" as "company_id","website"."default_lang_id" as "default_lang_id","website"."website_form_enable_metadata" as "website_form_enable_metadata","website"."cdn_filters" as "cdn_filters","website"."name" as "name","website"."write_uid" as "write_uid","website"."social_youtube" as "social_youtube","website"."channel_id" as "channel_id","website"."social_twitter" as "social_twitter","website"."id" as "id","website"."social_facebook" as "social_facebook","website"."cdn_url" as "cdn_url","website"."create_date" as "create_date","website"."social_github" as "social_github","website"."default_lang_code" as "default_lang_code","website"."write_date" as "write_date","website"."social_googleplus" as "social_googleplus","website"."domain" as "domain" FROM "website"

ebsite".id IN (1) ORDER BY "website"."id"

26 02:36:06,699 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.addons.base.ir.ir_http: Exception during request Authentication.

k (most recent call last):

sr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 112, in _authenticate

cls, "_auth_method_%s" % auth_method)()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 65, in _auth_method_public

uid = website.user_id.id

sr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__

ermine_value(record)

sr/lib/python2.7/dist-packages/odoo/fields.py", line 971, in determine_value

prefetch_field(self)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3056, in _prefetch_field

records.read([f.name for f in fs], load='_classic_write')

sr/lib/python2.7/dist-packages/odoo/models.py", line 2996, in read

ad_from_database(stored, inherited)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3124, in _read_from_database

te(query_str, params)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper

(self, *args, **kwargs)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute

lf._obj.execute(query, params)

ingError: column website.channel_id does not exist

...d","website"."social_youtube" as "social_youtube","website"....

26 02:36:06,702 1 [1;32m[1;49mINFO[0m edh_vietnam werkzeug: 172.17.0.1 - - [26/Jul/2017 02:36:06] "GET / HTTP/1.1" 403 -

26 02:36:06,819 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.sql_db: bad query: SELECT "website"."user_id" as "user_id","website"."cdn_activated" as "cdn_activated","website"."social_linkedin" as "social_linkedin","website"."compress_html" as "compress_html","website"."google_analytics_key" as "google_analytics_key","website"."create_uid" as "create_uid","website"."company_id" as "company_id","website"."default_lang_id" as "default_lang_id","website"."website_form_enable_metadata" as "website_form_enable_metadata","website"."cdn_filters" as "cdn_filters","website"."name" as "name","website"."write_uid" as "write_uid","website"."social_youtube" as "social_youtube","website"."channel_id" as "channel_id","website"."social_twitter" as "social_twitter","website"."id" as "id","website"."social_facebook" as "social_facebook","website"."cdn_url" as "cdn_url","website"."create_date" as "create_date","website"."social_github" as "social_github","website"."default_lang_code" as "default_lang_code","website"."write_date" as "write_date","website"."social_googleplus" as "social_googleplus","website"."domain" as "domain" FROM "website"

ebsite".id IN (1) ORDER BY "website"."id"

26 02:36:06,820 1 [1;32m[1;49mINFO[0m edh_vietnam werkzeug: 172.17.0.1 - - [26/Jul/2017 02:36:06] "GET /favicon.ico HTTP/1.1" 500 -

26 02:36:06,830 1 [1;31m[1;49mERROR[0m edh_vietnam werkzeug: Error on request:

k (most recent call last):

sr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi

self.server.app)

sr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute

ion_iter = app(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/service/server.py", line 246, in app

elf.app(e, s)

sr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 184, in application

pplication_unproxied(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 170, in application_unproxied

handler(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1306, in __call__

elf.dispatch(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1280, in __call__

elf.app(environ, start_wrapped)

sr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__

elf.app(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1471, in dispatch

ir_http._dispatch()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 169, in _dispatch

ls._handle_exception(e)

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 270, in _handle_exception

uper(Http, cls)._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception

equest._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/http.py", line 766, in _handle_exception

uper(HttpRequest, self)._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 167, in _dispatch

h_method_public()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 65, in _auth_method_public

uid = website.user_id.id

sr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__

ermine_value(record)

sr/lib/python2.7/dist-packages/odoo/fields.py", line 971, in determine_value

prefetch_field(self)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3056, in _prefetch_field

records.read([f.name for f in fs], load='_classic_write')

sr/lib/python2.7/dist-packages/odoo/models.py", line 2996, in read

ad_from_database(stored, inherited)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3124, in _read_from_database

te(query_str, params)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper

(self, *args, **kwargs)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute

lf._obj.execute(query, params)

ingError: column website.channel_id does not exist

...d","website"."social_youtube" as "social_youtube","website"....

26 02:36:20,697 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Initiating shutdown

26 02:36:20,698 1 [1;32m[1;49mINFO[0m ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.

26 02:42:32,790 1 [1;32m[1;49mINFO[0m ? odoo: Odoo version 10.0-20170207

26 02:42:32,790 1 [1;32m[1;49mINFO[0m ? odoo: Using configuration file at /etc/odoo/odoo.conf

26 02:42:32,790 1 [1;32m[1;49mINFO[0m ? odoo: addons paths: ['/var/lib/odoo/addons/10.0', u'/mnt/extra-addons', u'/usr/lib/python2.7/dist-packages/odoo/addons']

26 02:42:32,790 1 [1;32m[1;49mINFO[0m ? odoo: database: odoo@172.17.0.8:5432

26 02:42:32,794 1 [1;32m[1;49mINFO[0m ? odoo.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

26 03:16:06,349 1 [1;32m[1;49mINFO[0m ? odoo.addons.bus.models.bus: Bus.loop listen imbus on db postgres

26 03:16:06,522 1 [1;32m[1;49mINFO[0m ? odoo.addons.report.models.report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf

26 03:16:06,628 1 [1;32m[1;49mINFO[0m ? odoo.http: HTTP Configuring static files

26 03:16:06,634 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: loading 1 modules...

26 03:16:06,651 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: 1 modules loaded in 0.02s, 0 queries

26 03:16:06,669 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: loading 46 modules...

26 03:16:06,763 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: 46 modules loaded in 0.09s, 0 queries

26 03:16:06,965 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.modules.loading: Modules loaded.

26 03:16:06,968 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.addons.base.ir.ir_http: Generating routing map

26 03:16:07,051 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.sql_db: bad query: SELECT "website"."user_id" as "user_id","website"."social_linkedin" as "social_linkedin","website"."compress_html" as "compress_html","website"."google_analytics_key" as "google_analytics_key","website"."create_uid" as "create_uid","website"."social_twitter" as "social_twitter","website"."default_lang_id" as "default_lang_id","website"."website_form_enable_metadata" as "website_form_enable_metadata","website"."name" as "name","website"."write_uid" as "write_uid","website"."social_youtube" as "social_youtube","website"."channel_id" as "channel_id","website"."id" as "id","website"."cdn_filters" as "cdn_filters","website"."social_facebook" as "social_facebook","website"."cdn_url" as "cdn_url","website"."domain" as "domain","website"."create_date" as "create_date","website"."social_github" as "social_github","website"."default_lang_code" as "default_lang_code","website"."company_id" as "company_id","website"."cdn_activated" as "cdn_activated","website"."write_date" as "write_date","website"."social_googleplus" as "social_googleplus" FROM "website"

ebsite".id IN (1) ORDER BY "website"."id"

26 03:16:07,051 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.addons.base.ir.ir_http: Exception during request Authentication.

k (most recent call last):

sr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 112, in _authenticate

cls, "_auth_method_%s" % auth_method)()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 65, in _auth_method_public

uid = website.user_id.id

sr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__

ermine_value(record)

sr/lib/python2.7/dist-packages/odoo/fields.py", line 971, in determine_value

prefetch_field(self)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3056, in _prefetch_field

records.read([f.name for f in fs], load='_classic_write')

sr/lib/python2.7/dist-packages/odoo/models.py", line 2996, in read

ad_from_database(stored, inherited)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3124, in _read_from_database

te(query_str, params)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper

(self, *args, **kwargs)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute

lf._obj.execute(query, params)

ingError: column website.channel_id does not exist

...d","website"."social_youtube" as "social_youtube","website"....

26 03:16:07,053 1 [1;32m[1;49mINFO[0m edh_vietnam werkzeug: 172.17.0.1 - - [26/Jul/2017 03:16:07] "GET / HTTP/1.1" 403 -

26 03:16:07,175 1 [1;32m[1;49mINFO[0m edh_vietnam odoo.sql_db: bad query: SELECT "website"."user_id" as "user_id","website"."social_linkedin" as "social_linkedin","website"."compress_html" as "compress_html","website"."google_analytics_key" as "google_analytics_key","website"."create_uid" as "create_uid","website"."social_twitter" as "social_twitter","website"."default_lang_id" as "default_lang_id","website"."website_form_enable_metadata" as "website_form_enable_metadata","website"."name" as "name","website"."write_uid" as "write_uid","website"."social_youtube" as "social_youtube","website"."channel_id" as "channel_id","website"."id" as "id","website"."cdn_filters" as "cdn_filters","website"."social_facebook" as "social_facebook","website"."cdn_url" as "cdn_url","website"."domain" as "domain","website"."create_date" as "create_date","website"."social_github" as "social_github","website"."default_lang_code" as "default_lang_code","website"."company_id" as "company_id","website"."cdn_activated" as "cdn_activated","website"."write_date" as "write_date","website"."social_googleplus" as "social_googleplus" FROM "website"

ebsite".id IN (1) ORDER BY "website"."id"

26 03:16:07,176 1 [1;32m[1;49mINFO[0m edh_vietnam werkzeug: 172.17.0.1 - - [26/Jul/2017 03:16:07] "GET /favicon.ico HTTP/1.1" 500 -

26 03:16:07,187 1 [1;31m[1;49mERROR[0m edh_vietnam werkzeug: Error on request:

k (most recent call last):

sr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi

self.server.app)

sr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute

ion_iter = app(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/service/server.py", line 246, in app

elf.app(e, s)

sr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 184, in application

pplication_unproxied(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/service/wsgi_server.py", line 170, in application_unproxied

handler(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1306, in __call__

elf.dispatch(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1280, in __call__

elf.app(environ, start_wrapped)

sr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 588, in __call__

elf.app(environ, start_response)

sr/lib/python2.7/dist-packages/odoo/http.py", line 1471, in dispatch

ir_http._dispatch()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 169, in _dispatch

ls._handle_exception(e)

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 270, in _handle_exception

uper(Http, cls)._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/addons/base/ir/ir_http.py", line 169, in _handle_exception

equest._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/http.py", line 766, in _handle_exception

uper(HttpRequest, self)._handle_exception(exception)

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 167, in _dispatch

h_method_public()

sr/lib/python2.7/dist-packages/odoo/addons/website/models/ir_http.py", line 65, in _auth_method_public

uid = website.user_id.id

sr/lib/python2.7/dist-packages/odoo/fields.py", line 869, in __get__

ermine_value(record)

sr/lib/python2.7/dist-packages/odoo/fields.py", line 971, in determine_value

prefetch_field(self)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3056, in _prefetch_field

records.read([f.name for f in fs], load='_classic_write')

sr/lib/python2.7/dist-packages/odoo/models.py", line 2996, in read

ad_from_database(stored, inherited)

sr/lib/python2.7/dist-packages/odoo/models.py", line 3124, in _read_from_database

te(query_str, params)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 141, in wrapper

(self, *args, **kwargs)

sr/lib/python2.7/dist-packages/odoo/sql_db.py", line 218, in execute

lf._obj.execute(query, params)

ingError: column website.channel_id does not exist

...d","website"."social_youtube" as "social_youtube","website"....

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
[Odoo 10 Community] Error on installation App Live Chat from Odoo S.A.
installation error apps livechat
Avatar
Avatar
4
lis 17
5536
?"Your country might be blocked by our hosting provider" error when I create new website
error
Avatar
0
říj 25
534
Payment Page Return Error with Razorpay on Mobile Devices
error
Avatar
0
zář 25
1157
Live Chat & External System Intergation
livechat
Avatar
0
dub 25
1574
Error after installing "purchase" app in Odoo version 18
error
Avatar
Avatar
1
pro 24
6605
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now