odoo | odoo modules and widget | Portal library
kandi X-RAY | odoo Summary
kandi X-RAY | odoo Summary
odoo modules and widget since 30/04/2017 will be here. Odoo apps there --->
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of odoo
odoo Key Features
odoo Examples and Code Snippets
Community Discussions
Trending Discussions on odoo
QUESTION
I am trying to anonymize some data in my database but I am getting the following Error.
Postgres is running on port 5432 in the container and I am exposing it on the host on port 5433.
...ANSWER
Answered 2021-Jun-13 at 12:33The newest version of pganonymizer needs you to specify the postgres hostname and port in the subprocess command.
QUESTION
i have 2 containers in Docker:
- golang service
- odoo service
the golang service will hit api in odoo service
i've tried it without 2 docker containers it works fine but when i make my golang service into docker container i got this error
im aware of this post Getting error "Get http://localhost:9443/metrics: dial tcp 127.0.0.1:9443: connect: connection refused"
this is how i define my odoo url in golang
...ANSWER
Answered 2021-Jun-13 at 12:32When running your application with Docker Compose you'll have to address the target container via it's service name. When running the Go service separately you'll have expose the odoo
service port and then you can use localhost
to connect.
QUESTION
I am having some issues with the Odoo scheduler. I am running Odoo 13.
...ANSWER
Answered 2021-Jun-09 at 17:21I wasn't able to find the answer anywhere else. So for anyone else looking for a solution I had already made the proper configurations to the Odoo config file but I had to make the configs to the Nginx file as well.
I added the following under my /location
in the server blocks
QUESTION
I am developing a couple of reports and I ran into an overlapping issue in the header and footer area. I read a couple of similar posts on this topic (downgrade wkhtmltopdf, edit the paper margins/header spacing) but none of them worked for me. Can anyone give me advice on how can I fix this, I am currently using Odoo version 14. The overlapping doesn't occur only for tables but also for regular div elements with the bootstrap class row.
Paper Format:
...ANSWER
Answered 2021-Jun-05 at 14:54QUESTION
I'm new to ODOO and looking for a way to capture Geo-location in the attendance module of ODOO. Need to capture both check-in and check-out locations
...ANSWER
Answered 2021-Jun-07 at 10:35Check this module , it captures geolocation : https://odoo-community.org/shop/product/hr-attendance-geolocation-5170
QUESTION
I'm developing a custom module for odoo and suddenly got this error:
Internal Server Error The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
And I don't know how to find the problem I'm using odoo enterprise 14 installed on ubuntu 20 Please I need a way to understand what happen
...ANSWER
Answered 2021-Jun-04 at 20:16You can read the status of the odoo service and will tell you the output of the logfile.
Try
QUESTION
At the moment I am working on an addon for the timesheet_grid module for odoo13. I came across this problem, cant find any solution. I think it says the view name is already taken, is this right ?
My code
...ANSWER
Answered 2021-May-31 at 10:05Your xml missing one node.
With missing node:
QUESTION
I'm working on a project and I need to connect to Odoo via XML-RPC. The documentation suggests using Ripcord library, and for this I need to enable XML-RPC on my enviroment, but I've got no clue how to do this. I've been googleing for the last couple of days but couldnt find answers on a similar setting that I could understand.
Im working on XAMPP for Mac, and the PHP version is 8.0
Thanks in advance.
...ANSWER
Answered 2021-Jan-04 at 01:29You can try to install xmlrpc extension with following commands:
QUESTION
I have created a route with type Json in odoo 14.
...ANSWER
Answered 2021-May-24 at 11:55You cannot specify the code of the response, as you can see the status code is hardcoded in http.py
:
QUESTION
I'm trying to create an Odoo module which override Sales order confirm button. I followed the information I found, and I created the following code, but it doesn't work.
...ANSWER
Answered 2021-Mar-28 at 16:28The problem is that you are not extending the sale.order
model, but creating a new one (saleoverride.saleoverride
) based on sale.order
.
Check odoo docs: Inheritance and extension
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
Install odoo
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page