940 questions
0
votes
0
answers
50
views
How to make sure RPC call is ended before printing the receipt?
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 ...
0
votes
0
answers
129
views
Caused by: TypeError: Cannot read properties of undefined (reading 'name')
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 :
...
0
votes
1
answer
66
views
How to Select a Dynamically Generated Dropdown Item in an Odoo12 Tour Test Using JavaScript?
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 ...
1
vote
0
answers
254
views
CORS Policy Issue with Odoo Instance – Excluding Nginx Solutions
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....
0
votes
1
answer
99
views
how can I code in odoo with full control?
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 ...
0
votes
1
answer
326
views
Custom Odoo Module Not Showing Up in Apps List
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.
...
0
votes
1
answer
256
views
How to get image from odoo12 for external web
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 ...
0
votes
1
answer
449
views
A problem occurs during the creation of a database in Odoo 12
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 ...
0
votes
1
answer
76
views
How name="%(window_action)d" in button works in Odoo?
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="...
0
votes
0
answers
320
views
Issues with database when importing huge amount of data to Odoo
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 ...
0
votes
1
answer
38
views
Error Document tyoe: Purchase Requisition, operation: read
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">
...
0
votes
1
answer
92
views
how to automatically add ir.cron schedule jobs in calendar view in odoo?
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 ...
1
vote
1
answer
105
views
Odoo 12, CacheMiss error when try to edit sale.order.line
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 ...
1
vote
1
answer
39
views
How to add button to position in checkout section by inheriting module available in odoo 12?
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 ...
0
votes
1
answer
347
views
Odoo v12 server with custom outgoing email server is not sending emails
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 ...