odoo Questions
4
I am working on a Odoo Docker container. I tried to find the appropriate command to update all the modules through the command line there but in vain. What is the appropriate command to do so ? I'v...
Unite asked 30/5, 2017 at 13:33
3
Odoo (ERP)
Odoo is an all-in-one management software that offers a range of business applications that form a complete suite of enterprise management applications targeting companies of all sizes....
Coaster asked 16/5, 2018 at 18:50
12
Solved
I am trying to find a temp directory ,
but when i am trying to get the directory using
tempfile.gettempdir()
it's giving me error of
File "/usr/lib/python2.6/tempfile.py", line 254, in gettemp...
5
Solved
I was installing Odoo 15 inside a Python virtual environment on Ubuntu 20.04. I've downloaded Odoo from the official GitHub repository and use Nginx as a reverse proxy.
after following the document...
Sanborne asked 14/3, 2023 at 18:15
10
Solved
I am trying to install wkhtmltopdf, but when I do:
sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb
I get :
Preparing to unpack wkhtmltox-0.12.1_linux-trusty-amd64.deb ...
Unpacking wkhtmlt...
Mcquoid asked 8/7, 2016 at 8:29
8
Solved
Whenerver I start PostgreSQL using command:
$ sudo /etc/init.d/postgresql start
Pg doesn't start up. The error reported is:
* Starting PostgreSQL 8.4 database server
* The PostgreSQL server ...
Accommodate asked 23/8, 2012 at 8:30
6
Solved
I read the official tutorials,Odoo's scaffolding can setup a basic module. To quickly get started simply invoke:
$ ./odoo-bin scaffold Academy my-modules
I tried it but it didn't work,Because it...
4
Solved
I'm using google cloud instance for host Odoo, somo reports print to pdf ok, but other with custom paperformat get the following error:
"The switch --header-spacing, is not support using unpatched...
Filial asked 25/2, 2016 at 3:10
5
Solved
I'm trying to insert values into a Many2many or One2many relation table field in Odoo (former OpenERP). Do you have any idea how to do this?
Virg asked 21/2, 2012 at 12:11
24
In installation process of OpenERP 6, I want to generate a config file with these commands:
cd /home/openerp/openerp-server/bin/
./openerp-server.py -s --stop-after-init -c /home/openerp/ope...
2
Solved
I have the error :
Can't find .pfb for face 'Times-Roman'
Error: reportlab.graphics.renderPM.RenderPMError: Can't setFont(Times-Roman) missing the T1 files?
I think the Times-Roman fonts is not ...
4
Solved
I have installed a module on openerp v7 that I would like to uninstall.
Using the interface fails, i get an error during the uninstall process.
Is there a 'manual' way to uninstall a module ? Is ...
2
Solved
I'm trying to install Odoo 15.0 on mac (python 3.7) when i come to run the command:
pip3 install -r requirements.txt
I got this error message:
Traceback (most recent call last):
File "/usr/lo...
Votary asked 29/7, 2022 at 10:59
3
I wanted to change the column width of the columns in tree view. So far I have tried these solutions
Adding in the field tag: width="100px" or width="15%%"
Adding in the field...
7
Solved
I have a transient model that serves as a dialog. In my form view I have a button like this:
<footer states="partnerId">
<button name="check_tax_id" string="Tovább" type="object"/>
&l...
Forwardness asked 12/8, 2015 at 10:56
3
Solved
I don't understand using cursor in version 9! Do you need cursor?
In below example after call function in console line get:
<openerp.sql_db.Cursor object at 0x7f94f4c0b0d0>
@api.multi
de...
Bacchae asked 13/2, 2017 at 10:29
2
Solved
I have pre-existing keys in a selection in a contact form. I added new keys using "selection_add" parameter and I wanted to find out what would be the opposite of a selection_add parameter to remov...
Intension asked 31/1, 2019 at 1:48
3
Solved
I am using Odoo 10 in Ubuntu Server. I am trying to print my quotation report in pdf format using wkhtmltopdf. But the design doesn't look nice. It looks like the CSS is not working
I have tried t...
1
I am using PostgreSQL database (V 10) and odoo ERP (V 12).
When ever I try to update a table using 2 different users at the same time, I am getting
ERROR: could not serialize access due to concu...
Arsphenamine asked 16/12, 2019 at 5:43
3
I have problem in convert date time.
Here is my code:
@api.multi
def action_confirm(self):
if picking.state not in ['cancel', 'draft']:
for schedule_delivery in sorted_key:
print "line 105: ",...
38
Solved
When I try to install odoo-server, I got the following error:
error: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Could anyone help me to solve...
2
This error is thrown up when "hr.employee" or any other model with
Many2many field is inherited to my model in odoo13.
Traceback (most recent call last):
File "/opt/odoo/odoo/modules/registr...
Mistymisunderstand asked 30/1, 2020 at 7:46
3
Solved
I am sending invitation by clicking button after clicking button and successfully sending invitation there is pop up message of successfully invitation send. But the problem is that the main headin...
19
Solved
I read here that you can scaffold a module using a command, so you won't need to manually create some initial files. But such command does not work on master (on Odoo development branch):
./oe sca...
3
Solved
I have developed a new module and in that module I have created a group in .xml file.
Now I want to apply that group in menus which are already created in other menu.
So can I apply groups to those...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.