Questions tagged [odoo-16]

Use this tag for version specific questions about Odoo 16 - the suite of open-source business applications written in Python. When using this tag also include the more generic [odoo] tag where possible.

187 questions
0
votes
0 answers

How do we do profiling in odoo16

As I know, we can use from odoo.tools.misc import profile or from odoo.tools.profiler import profile in odoo14 for profiling. They, however, are all deprecated in odoo16. If I want to log my python method in odoo16, what tool should I use?
0
votes
0 answers

All my access right setting only shows up in odoo16 debug mode

When it comes to the access rights setting in odoo16, they are default to invisible. Where can I set up this behaviour?
0
votes
1 answer

I cannot make changes on my Odoo 16 website

I installed successfully Odoo 16 on Ubuntu 22. (Yenthe script) When I run Odoo directly with the IP address on port 8069 everything functions. But when I run it with a domain name with a server block several things happen: The initial website…
elf
  • 113
  • 5
0
votes
1 answer

Odoo16 installation Error (OpenSSL/cryptography): module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

I have installed odoo16 on Ubuntu 20.04 using Yenthe install-script at https://github.com/Yenthe666/InstallScript The result of the launch command : ./odoo-bin -c /etc/odoo-server.conf is: 2022-11-11 15:09:01,324 23800 INFO ? odoo: addons paths:…
sylvain
  • 853
  • 1
  • 7
  • 20
0
votes
2 answers

Odoo 16 Can't access another company

everyone! First of all, thanks in advance. I've searched everywhere for a solution for my problem. Even when copying from the source code, it doesn't solve it. I'm doing the Advanced B: ACL and Record Rules tutorial When completing the sub-chapter…
0
votes
1 answer

How to change Odoo Logo on POS - Odoo 16 installed on Docker?

I try to find the location of the Odoo logo on POS, but I could not find it any where in my VPS. Search the answer online and found out that I could change it in location, but I have not found the directory yet. Any suggestion? Thanks in…
semighoti
  • 11
  • 1
0
votes
0 answers

How can I copy a Quality Worksheet's template design in Odoo 16?

I want to create a server action "Duplicate" that will copy a selected Quality Worksheet and its template design. I know how to create server actions, but I'm not sure if its possible to write its python code that will copy the template design. So…
0
votes
0 answers

Special="save" button doesn't work in odoo16 form view

When I add my "save" button and "discard" button as following:
Both buttons dont work and…
0
votes
1 answer

"web/session/authenticate" API endpoint returns an error instead of session_info in ODOO V16

I am using odoo V16. When I send a POST request to web/session/authenticate endpoint with the correct user credentials in the body like this: { "params": { "db":, "login": , "password": } } I…
abdeltif-b
  • 25
  • 2
  • 6
0
votes
1 answer

How to login to a restored Odoo database

I created an Odoo database on Odoo saas (v16) with a website. I then decided to move the database to Odoo CE. So I backed up the database and restored it to the CE server. I can see that the database has been created correctly because the website…
kpg
  • 7,644
  • 6
  • 34
  • 67
0
votes
0 answers

I can not update the groups in XML

It should be noted that in Odoo 15 I don't have this issue. When I want to update the attribute groups in the XML I have the following error: Field 'journal_id' used in context ({..... hes group(s)…
Andres
  • 17
  • 5
0
votes
2 answers

fields_view_get does not exist in Odoo 16

I was testing the modules of Odoo 15 that I developed in Odoo 16, I was using a lot of the method fields_views_get to have some behaviors to inject domain and context, before to render the component, but currently I can not find this method. Someone…
Andres
  • 17
  • 5
0
votes
0 answers

How can I modify the contents of Project Tasks that are automatically created by confirming a Sales Order in Odoo?

I have configured a Product to create a Project when a Sales Order is confirmed. I have added some custom fields to the 'project.task' model and set some values for them in the Project that is being used as a template. On Sales Order Confirm, when…
kpg
  • 7,644
  • 6
  • 34
  • 67
-1
votes
0 answers

Title Odoo 16 plz help me

in which files is the odoo header stored, webclent.xml and webclient. js has been changed, but the odoo header is present on the login page and when the page is reloaded I changed the header name in these Webclient.xml and Webclient.js files but the…
-1
votes
1 answer

Automatically save the parent item when creating a child Odoo 16

When I create a new object and without saving I want to create a child, I can't do it because the parent doesn't exist yet. How can I automatically save and substitute the parent when creating a child element? I have no idea where to start. Perhaps,…
Konark
  • 11
  • 1
1 2 3
12
13