Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

This is my scheduled action in Odoo: action image and this is my code: # -*- coding: utf-8 -*- from odoo import models, api import pika import json import logging _logger = logging.getLogger(__name__)...
karim's user avatar
  • 1
1 vote
0 answers
39 views

I am trying to deploy Odoo Community Edition (v18) on a Debian server using Dockploy. My Setup: I have a custom folder for my own modules. I have an oca folder for community modules, managed as Git ...
BearInTheMountain's user avatar
-1 votes
1 answer
55 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
69 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
38 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
88 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
83 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
84 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
126 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
74 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
139 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
54 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
88 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
339 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

15 30 50 per page
1
2 3 4 5
859