Category "odoo"

Volume odoo. Permission issue

Ubuntu 18.04. I am using odoo docker files docker-compose: version: '3.7' services: web: build: ./build # image: odoo:13.0 # user: root depen

how to hide edit button in view form (Odoo v13)

I would like to know the way to hide the "edit" button from the form view when it is in a specific state for example: In the help desk I have the states that ar

Customer filter in Odoo 13 POS

I need to filter the Customer list in Odoo 13 POS customer button. I have written code in js and added it in XML file also but it's not working. The code is men

Inherit class Worker on Odoo15

In one of my Odoo installation I need to setup the socket_timeout variable of WorkerHTTP class directly from Python code, bypassing the usage of environment var

How to generate multiple odoo qweb report (PDF Files) in a zip format?

For now I can use Odoo for single record report, but when I use multiple files, all the reports do not come in multiple PDF but in one PDF file. So, is there an

Why a specific div in the header is overlaping the page in PDFs in Odoo 13?

I am making a customized PDF report in Odoo 13 Enterprise. I have to add a vertical text in the left margin of each page of the report. So I need to put that ve

Zipfile module for Python3.6: write to Bytes instead of Files for Odoo

I've been trying to use the zipfile module for Python 3.6 to create a .zip file which contains multiple objects. My problem is, I have to manage files from an

Odoo: one2many and many2one? KeyError:'___'

I am trying to work a bit on building a module in odoo from scratch. I've defined some simple classes but, when trying to define a one2many/many2one field, and

How to extend Qweb template in Odoo 15?

Hi i am trying to extend a Qweb template web.sign_name_and_signature and remove the option Auto. Here is what i did. *.xml <?xml version="1.0" encoding

How to fix field doesn't exist error on Odoo

I found a module in Odoo apps that would help a lot, but it was for version 6.1, so i decided to update it for V13.0, i went through all python's problems i thi