Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I need to include some information on the point of sale receipt that should actually be obtained via RPC. I am using Odoo 12, and I found some problems in my code. Code is working and I can connect to ...
Paulo Matos's user avatar
0 votes
0 answers
129 views

I'm new in odoo, and I want to create widget to show stage_target in CRM module. When I run my code I got error I want to make stage target like this image in CRM module This is my js code : ...
Rahmat Effendi's user avatar
0 votes
1 answer
66 views

I've been working on a custom Odoo12 tour test, and I’m running into an issue with selecting items from a dynamically-generated dropdown. Here’s a breakdown of the steps I'm trying to implement: In a ...
Atrofio's user avatar
1 vote
0 answers
254 views

I am encountering a CORS (Cross-Origin Resource Sharing) policy issue while trying to connect to my Odoo cloud instance (https://.odoo.com) from a frontend application running on http://localhost:3000....
aym1781969's user avatar
0 votes
1 answer
99 views

I'm currently working on a website using Odoo. It has a drag-and-drop system for building the UI, but the design and customization options are quite limited for my needs. I would like to know if there ...
Zisou's user avatar
  • 1
0 votes
1 answer
326 views

I'm working on customizing the Odoo Sales module on a Windows system, and I have created a custom module. However, when I go to the Apps menu in Odoo, my custom module does not appear in the list. ...
Neetu's user avatar
  • 1
0 votes
1 answer
256 views

I want to get image from Odoo to external web. I tried get any url from controller of odoo but it did not work. I am using Odoo12 as the web backend for setting values, and there is an external ...
Pplyz's user avatar
  • 1
0 votes
1 answer
449 views

When I create a database, this problem appears: Database creation error: relation "ir_model" does not exist LINE 1: SELECT * FROM ir_model WHERE state='manual' ^ I encountered this error ...
Siwar's user avatar
  • 21
0 votes
1 answer
76 views

Specifically, I try to understand how 'Configure Variant' in product template view works. In product_views.xml in product module it got: <button string="Configure Variants" type="...
Firman Azis Rauf's user avatar
0 votes
0 answers
320 views

I'm facing a quite confusing issue here. I want to import a very large amount of data, a total of 73076, from an external API using a simple HTTP controller. However, when I create the data through ...
Andromeda's user avatar
  • 550
0 votes
1 answer
38 views

I have this issue (Tipo de documento: Purchase Requisition, Operación: read) I can find why? here is my code security.xml <record id="group_grupos_requis" model="res.groups"> ...
Lomba's user avatar
  • 3
0 votes
1 answer
92 views

I was given a task to add all schedule jobs in ir.cron model in calendar view in odoo. I am not sure how to do it. I have looked over internet but I didn't find anything useful. Is it possible to do ...
ASD's user avatar
  • 47
1 vote
1 answer
105 views

Let's say I have two lines of products, and I delete one of the lines and then add a new line with a different product. After saving the order, the system returns the following error: Server ...
Lucas's user avatar
  • 11
1 vote
1 answer
39 views

I did but the button is not displayed, below is my code. custom_buttom_payment.js: odoo.define('pos_custom_button_payment.custom_button_payment', function (require) { "use strict"; var ...
Huy Trần's user avatar
0 votes
1 answer
347 views

I have installed Odoo v12 on a server and I have configured an outgoing mail server given by my organization. I have tested the conection and everything seems to be ok. But for some reason the server ...
Ernesto Ruiz's user avatar

15 30 50 per page
1
2 3 4 5
63