Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
-1 votes
1 answer
43 views

You know I have built a website using Odoo custom module. I have published the site using Odoo.sh + Cloudflare. It was working fine, and I can access the site globally. But suddenly it's stopped ...
Kafiul Islam's user avatar
0 votes
0 answers
60 views

I’m trying to model a one-to-one relationship between two models in Odoo. My approach was to use a Many2one + One2many, but on the form view Odoo always displays the One2many field as a list instead ...
ASP's user avatar
  • 99
Advice
0 votes
0 replies
37 views

I am interested in printing the Gnatt view via the Project module in Odoo. I am currently using version 18 enterprise. It seems that in previous versions of Odoo this might have been an option. I ...
user2613041's user avatar
1 vote
1 answer
87 views

I have a running production instance with existing data in my production database. Recently, I encountered an error, and upon investigation, I discovered that some core modules were unexpectedly ...
law rence's user avatar
  • 197
3 votes
0 answers
81 views

I need a monetary field to keep 5 decimal places (e.g. 12.34567), but Odoo version 18.0 enterprise keeps rounding to the currency’s precision (2 decimals for my company currency). Here is my code: ...
H 19's user avatar
  • 31
0 votes
1 answer
80 views

I'm using "Odoo 16.0+e (Enterprise Edition)" and I premise that I'm not a software engineer but in the past I successfully managed to modify the Qweb code that generates the invoices and the ...
Emanuele's user avatar
1 vote
1 answer
117 views

I am using Odoo 19 on an Ubuntu 24.04.3 LTS VPS server. I tried to use Redis for caching, but it is not working. I followed the steps below. sudo apt install redis-server -y sudo systemctl restart ...
Muslehuddin Juned's user avatar
0 votes
0 answers
53 views

I want to create chained selection fields in Odoo, where the value of one field depends on the value of another. For example: When I select a “Category”, it should call an API and load the options ...
Ammar Ahmed Khan's user avatar
2 votes
1 answer
73 views

On the website, I want to show users sales orders and products. The problem I encountered is that Odoo does not want to display both (sales orders and products). Therefore, I added recording rules and ...
Anton's user avatar
  • 135
0 votes
0 answers
138 views

I am trying to scrap a website from a model in odoo. It get executed using an action button. I am using Docker to contain the app. However the driver never worked for me, even with normal selenium so ...
Chikara's user avatar
2 votes
1 answer
53 views

Here's is output from Odoo shell >>> env['stock.quant'].search([('on_hand','=',True),('product_id','=',6800)]) stock.quant(1189, 7017, 7914) >>> p=env['product.product'].browse(6800) ...
Seaworn's user avatar
  • 586
0 votes
0 answers
79 views

I’m building a website using a custom Odoo module. I created a hero section on the homepage, and I can see it correctly at localhost:8070. The issue is that after making several changes and adding new ...
Kafiul Islam's user avatar
0 votes
1 answer
333 views

I overrided the default js method onDownloadButtonClicked (odoo/addons/web/static/src/views/pivot/pivot_render.js) for downloading xlsx files (it`s my method) statis/src/js/views/my_render.js /** @...
Anton's user avatar
  • 135
0 votes
2 answers
167 views

Community friends, I have a problem. I need to hide the new button in the list view (tree) in Odoo 17, but with the button hiding, I also need to hide the import option. I need to be able to leave the ...
Carlos Chavita's user avatar
0 votes
2 answers
119 views

I am working with Odoo 14, and I need to remove the CNPJ/CPF title from the sale.order PDF. I’ve managed to remove the data itself, but the title CNPJ/CPF: is still showing up. Here is the XML code I'...
FXU's user avatar
  • 11
3 votes
1 answer
187 views

I'm setting up a development environment for Odoo 18 on a Windows machine. I've cloned the repository, created a virtual environment (venv), and successfully installed all dependencies from the ...
Kaue Martins's user avatar
3 votes
1 answer
73 views

Issue: I'm encountering a TypeError: unsupported operand type(s) for +: 'SQL' and 'str' when trying to install an Odoo module that was working fine in Odoo 17, but now has issues after migrating it to ...
user29412116's user avatar
2 votes
1 answer
84 views

I'm running Odoo 18.0 on Ubuntu 24.04. Tried lot of ways to add a custom button in the ControlButton section besides 'Action' button, I even fully copied a code from this yt video of version 18.0, yet ...
Shafin Ahmed's user avatar
1 vote
1 answer
150 views

Exception: Module loading logistics failed: file logistics/security/ir.model.access.csv could not be processed: No matching record found for external id 'model_logistics_order' in field 'Model' No ...
Anton's user avatar
  • 135
1 vote
1 answer
81 views

Just recently I've found that prototype inheritance in Odoo ORM also work with non-abstract parent class as witness in "ir.actions.*" and "event.booth". However, I've found it ...
Sake's user avatar
  • 4,185
3 votes
1 answer
110 views

I need some help. I made a functionality that allows finding duplicate records in the system and these duplicates are displayed in a drop-down list on the pop-up. But I can't display archive records ...
tonbari's user avatar
  • 41
1 vote
1 answer
278 views

i am trying to add a component to a from view of crm lead model. Here is what i tried. *formrendere patch .js import { Component ,onMounted,mount} from "@odoo/owl"; import { FormRenderer } ...
KbiR's user avatar
  • 4,224
0 votes
0 answers
119 views

I'm trying to implement a custom login mechanism in Odoo where users authenticate using an OTP (One-Time Password) sent to their email, instead of the traditional username/password method. My goal: ...
H 19's user avatar
  • 31
0 votes
1 answer
118 views

I am trying to add lines to Odoo pos order lines in pos_screen, but this only adds the first selected products somehow. I am filtering selected orders from order.lines and copying all data from it. Is ...
Shohjaxon Qodiraliyev's user avatar
0 votes
1 answer
86 views

I'm currently building a pipeline to integrate Odoo with one of my services. As part of this, I need to access the content of the worksheet linked to a project task. I've been exploring the JSON-RPC ...
Jimi's user avatar
  • 1
2 votes
0 answers
884 views

This is the error im getting. "Unable to install module "base_accounting_kit" because an external dependency is not met: External dependency qifparse not installed: No package metadata ...
Harjodh Singh's user avatar
1 vote
1 answer
203 views

As the title said, I need to add some fields that would be available on every modules, as default. They are phone number, room, and extension number. Almost all internal modules are using the phone ...
Magician's user avatar
  • 2,157
0 votes
1 answer
55 views

We want to inject the following 3 fields in the generated electronic invoices ..ubl_bis3.xml files in Odoo 17 Community edition. <cbc:ID> (bt13 = identifier of a referenced purchase order, ...
geom's user avatar
  • 435
0 votes
1 answer
65 views

I'm curious how to add chatter to res.users in Odoo14.I keep trying but keep getting error. from odoo import models, fields, api class ResUsers(models.Model): _inherit = ["res.users", &...
Denny's user avatar
  • 3
0 votes
1 answer
141 views

I'm trying import xlsx file into odoo (running inside a docker container) containing image url. Some of them is webp and whenever odoo try to import those webp image url, it got error : Traceback (...
Arlème Johnson's user avatar
2 votes
1 answer
90 views

I'm trying to simply send an email with BCC (using OCA addons 'mail_composer_cc_bcc'). I have this custom code : def send_email_participant(self): self.ensure_one() template = self.env.ref('...
Dialy's user avatar
  • 21
0 votes
1 answer
102 views

I've been trying to do these, but as I've browsed the answers, most of these problem ended up with deprecated one, or simply no solution. job_id = fields.Many2one('inw_asset.job_orders', string='...
Magician's user avatar
  • 2,157
0 votes
1 answer
63 views

I have a model like this: # Calculated Fields request = fields.Many2one('job.request', string='Request', required=True) e_name = fields.Char('Nama Asset', store=False, compute="...
Magician's user avatar
  • 2,157
0 votes
1 answer
65 views

TL;DR: I want the ODOO ORM to act like it owns the field, but not the DB column. Some time ago I bundled all my model extensions into an addon to simplify deployment and testing. One thing that ...
wz2b's user avatar
  • 1,045
1 vote
0 answers
38 views

There is a difference in the response log when I call the API URL http://localhost:8070/api/product in my browser. The response log shows success. 2025-05-21 07:40:00,286 2288 INFO GPE_LIVE Werkzeuge:...
user30595373's user avatar
1 vote
1 answer
103 views

i have this problem. I want to set the lang to a report through the context like this: from odoo import api, fields, models class IncLoadUnloadMovement(models.TransientModel): _name = 'inc.load....
tomasraigal's user avatar
0 votes
0 answers
33 views

hello here I am a beginner using odoo, where I am still confused about creating an api, I want to create a partner api where I can get and post to be used in react. I have matched the code with gpt ...
StressCodingCok's user avatar
1 vote
1 answer
74 views

I designed a module in Odoo 15 and now I am migrating it to Odoo 16. Throughout the migration, I have encountered a series of problems, but I have been able to solve them. This time, I have come ...
VBox microsoft's user avatar
0 votes
0 answers
149 views

I'm working with Odoo 18, in the CRM module, and I want to add a custom button in the top-right view switcher (next to Kanban, List, Calendar, etc.), as shown in this screenshot: What I want: Add a ...
user3450548's user avatar
0 votes
0 answers
525 views

hello guys i've been struggling with this for the past 3 hours with chatgpt and every ai out there i used this code to convert my output fom a "download image from ultramsg" http node to ...
Sarah Mabrouk's user avatar
0 votes
0 answers
44 views

I'm starting with Odoo and according to this documentation: https://www.odoo.com/documentation/18.0/es/developer/tutorials/server_framework_101/05_firstui.html I'll be able to render the views. Here ...
user3347778's user avatar
1 vote
0 answers
64 views

I'm building a custom Odoo module that should allow users to log in only during specific hours (e.g., between 08:00 and 18:00). I added access_start_time and access_end_time as fields.Float, and I ...
Rahma Begag's user avatar
0 votes
0 answers
43 views

I want to hide edit button when state is confirm. I have search around and find this code. @api.model def fields_view_get(self, view_id=None, view_type='form', toolbar=False, submenu=False): res = ...
Nur Faiz's user avatar
0 votes
1 answer
78 views

I am encountering a persistent validation error while trying to customize the res.users form view in my custom module for Odoo 17 and 18. The error message is: Validation Error Error while parsing or ...
Red Science's user avatar
0 votes
0 answers
47 views

Hi I am new to the OWL Framework. I had added a M2M field that links to new model called sally_addons.flower_addon. So to every orderline I could add these many2many, no errors but everytime i refresh ...
Newton Narzary's user avatar
0 votes
1 answer
50 views

I made my own application, and I have my own set of users. <odoo> <!-- Module --> <record model="ir.module.category" id="inw"> <field name=&...
Magician's user avatar
  • 2,157
2 votes
1 answer
213 views

I created a module in Odoo 18 and within it, an XML file called product_views. It contains a list view. I added a button to the header of the list, but it doesn't appear. Here is my xml file: <?xml ...
user1929418's user avatar
0 votes
0 answers
21 views

i created a module and this is my xml: <?xml version="1.0" encoding="utf-8"?> <odoo> <record id="view_product_list" model="ir.ui.view"> ...
user1929418's user avatar
0 votes
0 answers
53 views

I'm currently upgrading a custom module from Odoo 17 to Odoo 18. In Odoo 17, I had the following code to patch the PivotGroupByMenu in order to filter pivot fields dynamically: /** @odoo-module **/ ...
Hanie Rahimi's user avatar
0 votes
0 answers
73 views

I'm working on an Odoo customization where I want to automatically create a stock.picking record when an account.move (invoice) is posted. After creating the stock.picking, I need to link it to the ...
Rahma Begag's user avatar

1
2 3 4 5
258