Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
2 votes
0 answers
52 views

I have created a custom ir.rule for res.partner : <record id="access_only_my_documents_rule" model="ir.rule"> <field name="name">Access only own documents ...
Advice
0 votes
0 replies
16 views

On Odoo, How to make _render_template function in odoo to render OWL components instead of static templates. so that python templates become isomorphic with javascript OWL templates? The reason behind ...
0 votes
0 answers
64 views

I'm working with Odoo 19 Enterprise with Json2 API. I want to register a full payment of an invoice, I tried: https://myhost/json/2/account.payment/create with payload: { "vals_list": { ...
Tobia's user avatar
  • 9,625
0 votes
0 answers
68 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__)...
1 vote
0 answers
65 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 ...
-1 votes
1 answer
69 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 ...
0 votes
0 answers
78 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
42 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 ...
1 vote
1 answer
91 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 ...
3 votes
0 answers
86 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: ...
0 votes
1 answer
87 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 ...
1 vote
1 answer
145 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 ...
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 ...
2 votes
1 answer
76 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 ...
0 votes
0 answers
141 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 ...

15 30 50 per page
1
2 3 4 5
...
859

AltStyle によって変換されたページ (->オリジナル) /