odoo-8 Questions
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
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 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...
8
In my module I want to filter one2many records based on current date.
This is my xml code
<field name="record_ids" domain="[('end_date', '&gt;', cur_date)]">
<tree string="records_...
2
I having some error in the server that is
File "/home/odoo/odoo/odoo_8_test/addons/bus/bus.py", line 188, in poll
raise Exception("bus.Bus unavailable") Exception: bus.Bus unavailable
Because ...
6
I want to output a odoo 8 datetime field in the localization format but without time.
I extended the t-field with the option hide_time.
Is there a simpler built-in solution?
4
Solved
I tried running odoo tests using --test-enable, but it won't work. I have a couple of questions.
According to the documentation Tests can only be run during module installation, what happens when ...
Skinhead asked 23/12, 2015 at 23:43
2
Solved
In my module i have the following many2one field:
'xx_insurance_type': fields.many2one('xx.insurance.type', string='Insurance')
where xx.insurance.type is the following:
class InsuranceType(osv.M...
Underarm asked 30/7, 2015 at 13:2
3
Solved
In Odoo v8 there are many API decorators used. But I don't understand the main difference between @api.depends and @api.onchange.
Can anyone help me out from this one?
Thank You.
4
Solved
I want to print labels from odoo. For that I created a custom paper format and finding a way to link it to my label report. My label report is a pdf report. (When I create the report I can view it ...
3
The following record rule is defined in product module
<data noupdate="1">
<record id="product_comp_rule" model="ir.rule">
<field name="name" >Product multi-company</field&g...
3
Solved
What all are the difference between OpenERP and Odoo.
I know Odoo(v8) is lastest version of OpenERP(v7)
and also explain something about Odoo V9. Here difference in the sense it means what are all ...
4
Solved
Sometimes stored fields must be recomputed, but triggers can not be launched (e.g. in case of SQL injection).
How to recompute them an easy way?
3
Solved
I saw a piece of code in a project where following is written:
move = Move.create({
'name': repair.name,
'product_id': repair.product_id.id,
'product_uom': repair.product_uom.id or repair.produ...
Impressionist asked 26/10, 2016 at 5:9
6
After a lot of tries, I could finally install odoo 8, however, when I connect to it, browser redirects to /web/database/manager and the HTML is loaded (the logo appears and in the title Tag appears...
Hellcat asked 4/4, 2015 at 7:21
1
Solved
I need to create a two-column index. I have declared:
field_A= fields.Float(string='A', index=True)
field_B= fields.Float(string='B', index=True)
But that creates two independent indices. I wou...
3
Solved
A few days ago I did a similar question here: How to get JSON data in an Odoo controller?
But now, I need to create a controller which receives only JSON data. So, I am doing the request from a Py...
Ratsbane asked 9/5, 2016 at 9:19
3
I want to make a superclass that have a one2many relation with says dummy.one. So that every subclass that inherit the superclass will have a one2many relation with dummy.one. The problem is declar...
2
Solved
I am using odoo8 with python 2.7.9 (64 bit) on eclipse IDE. Python software got corrupted so I had to reinstall it.Now I am facing this new problem ImportError: No module named win32service
2
Solved
I am creating a custom module. There is an one2many field. It has -
quantity
unit of measure
source location
destination location
I need to transfer the product from source location to destinatio...
Mono asked 24/10, 2016 at 10:21
2
What is the purpose of workers? Are these workers for multi-threading or something else? When the Odoo instance start I see at least 6 workers on command line that informed:
2016-03-10 13:55:09,60...
Selmner asked 10/3, 2016 at 14:2
4
Solved
I am trying to retrieve comment field(customer internal notes) from res_partner to account invoice module.Right now I just want to print it later I will include it in xml code. I tried in three way...
Royden asked 23/11, 2015 at 10:44
1
I use odoo mobile framework. How can I enable the sync option on app startup? (The option is disabled by default.)
Bipod asked 16/9, 2016 at 7:43
8
I'm making reports using qWeb in Odoo 8. Those generated PDF files are saved with a "default" name. I would like to set a specific name to every generated file (not after file was saved, but in "ge...
1
Solved
I have 3 odoos running normal into ec2 in aws with ubuntu16, and postgresql 9.5, but days ago 1 odoo instance died, in my log odoo I saw:
2018-01-11 06:15:56,343 28311 ERROR ? openerp.addons.bus....
Momentum asked 16/1, 2018 at 17:2
1 Next >
© 2022 - 2025 — McMap. All rights reserved.