Questions tagged [odoo-15]

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

503 questions
-1
votes
1 answer

What is **error: [Errno 32] Broken pipe** in Odoo?

Exception happened during processing of request from ('192.168.15.184', 44813)Traceback (most recent call last): File "/usr/lib/python3.8/SocketServer.py", line 593, in process_request_thread self.finish_request(request, client_address) File…
user20895058
-1
votes
1 answer

How do I access odoo files (such as installed add-ons folder)?

I've set up Odoo 15 on a container with docker compose, and am accessing the container through remote container extension on VS code, I've looked everywhere I can't seem to get how to access the odoo files such as the installed add-ons folder I've…
-1
votes
1 answer

How to call super funciton in js Odoo 15?

i need clarity about _super in JS. I tried to inherit a widget and call a super method. I tried a different way to super the function. Only one way got worked. But when analysing the Odoo source code we can see other methods are used for supering a…
KbiR
  • 4,047
  • 6
  • 37
  • 103
-1
votes
2 answers

consecutive date: date change every day in a saved record

create a datetime field in odoo studio that shows the current date when the record is created, I need that when I return to that record it always shows me the current date instead of the date the record was created
-1
votes
1 answer

I have created my module in odoo 15 by code , it is working well but what if i do changes in that module using GUI , the changes remain saved or not?

For example I created one action in my custom addon by using by developer option GUI , so does it got saved automatically in my code ?
-1
votes
1 answer

How to count One2many field in report template odoo 15

Can some one tell me how to count One2many field in report template please? I've a One2many field called calendar_jobs_ids I want to count it and print to my report template, but i don't know how to do it. Can some one help me please. Thanks.
fudu
  • 617
  • 1
  • 10
  • 19
-2
votes
1 answer

Carry page values to another model page, Odoo

I want to carry notebook page One2many field to another model page. These field from my main model. I want to carry page field with this operation. T How can fill these page fields after creating method.
Enes Kara
  • 81
  • 6
1 2 3
33
34