Hello all,
I've played with Odoo13 for a while, but not in a production environment. Now that Odoo 14 was out, I wanted to test it as well.
I installed it on Ubuntu18, added some custom addons. Then I broke something, then I deleted everything odoo-related to re-install it from scratch.
Now after a dozen different setup methods (including the one click script from github) I can't solve this situation...
I successfully get a working installation, but the "General Settings" tab is not shown at all.
This screenshot is for the administrator, notice the missing menu before "users&companies"
no problem gets recorded in /var/log/odoo as far as I can see.
2020-12-20 18:56:33,535 23473 INFO odoov14 odoo.modules.registry: Registry changed, signaling through the database
2020-12-20 18:56:33,541 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:33] "POST /web/database/create HTTP/1.1" 303 - 16320 8.841 9.120
2020-12-20 18:56:33,552 23473 INFO odoov14 odoo.addons.base.models.ir_http: Generating routing map for key None
2020-12-20 18:56:36,858 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:36] "GET /web/ HTTP/1.1" 200 - 257 0.148 3.160
2020-12-20 18:56:37,228 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "POST /web/dataset/call_kw/res.users/read HTTP/1.1" 200 - 2 0.003 0.011
2020-12-20 18:56:37,230 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "GET /web/image?model=res.users&field=image_128&id=2 HTTP/1.1" 200 - 11 0.010 0.014
2020-12-20 18:56:37,277 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "POST /web/action/load HTTP/1.1" 200 - 29 0.025 0.032
2020-12-20 18:56:37,417 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "POST /web/dataset/call_kw/ir.module.module/load_views HTTP/1.1" 200 - 75 0.053 0.064
2020-12-20 18:56:37,485 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "POST /web/dataset/call_kw/ir.module.module/search_panel_select_range HTTP/1.1" 200 - 42 0.017 0.016
2020-12-20 18:56:37,512 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:37] "POST /web/dataset/search_read HTTP/1.1" 200 - 3 0.003 0.006
2020-12-20 18:56:49,480 23473 INFO odoov14 odoo.addons.base.models.ir_cron: Starting job `Base: Auto-vacuum internal data`.
2020-12-20 18:56:49,520 23473 INFO odoov14 odoo.addons.base.models.ir_attachment: filestore gc 21 checked, 0 removed
2020-12-20 18:56:49,576 23473 INFO odoov14 odoo.addons.base.models.res_users: GC'd 0 user log entries
2020-12-20 18:56:49,621 23473 INFO odoov14 odoo.addons.base.models.ir_cron: Job `Base: Auto-vacuum internal data` done.
2020-12-20 18:56:50,716 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:50] "POST /web/action/load HTTP/1.1" 200 - 42 0.027 0.036
2020-12-20 18:56:50,865 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:50] "POST /web/dataset/call_kw/res.users/load_views HTTP/1.1" 200 - 77 0.043 0.083
2020-12-20 18:56:50,929 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:50] "POST /web/dataset/search_read HTTP/1.1" 200 - 17 0.010 0.014
2020-12-20 18:56:50,967 23473 INFO odoov14 werkzeug: 10.164.9.58 - - [20/Dec/2020 18:56:50] "POST /web/dataset/call_kw/res.users/has_group HTTP/1.1" 200 - 2 0.001 0.003
Any suggestions?
the forum didnt allow me to post an image; but imagine the logo on the upper left corner, next to it should be the upper menu item "Genearal Settings" and then "Users & Companies"
on mine, however many times I've installed/reinstalled it, it shows logo and then immediately users& companies
additional information; I've deleted, recreated several DB's. all with the same result.