Use this tag for version specific questions about Odoo 14 - the suite of open-source business applications written in Python. When using this tag also include the more generic [odoo] tag where possible.
Questions tagged [odoo-14]
591 questions
1
vote
1 answer
How to add website content translations into Odoo custom theme?
I have developed custom Odoo(v14) theme. I use this theme for our company website and it is multilingual. Normally I add the translations of the content from Odoo interface but I was wondering if there is a way that I can include them too into my…

george
- 610
- 6
- 16
1
vote
1 answer
Hide delete in odoo 14
How can I hide the action delete in odoo
I just want to hide the "Suprimir" action In english is "Delete"

Oscar Vardela
- 67
- 5
1
vote
0 answers
How to change values of _get_aggregated_product_quantities in Odoo
I am trying to change the data of _get_aggregated_product_quantities() in Odoo 14, I don't know why it returns wrong data, I see that in the code it gets the values from move_line or move_id but when I check them both have correct data.
Does anyone…

desu
- 64
- 8
1
vote
1 answer
How to custom or update Invoice Layout Din 5008 Odoo
Im using Odoo v14. I've add new field in invoice, directly after invoice_date.
…

Dori
- 175
- 16
1
vote
0 answers
Order_by not working properly on a condition odoo 14
I have a one2many field which has a column named abc in which i am storing ids. It has sequence as 1, 1.1, 1.2, 1.n. I am trying sort according to the abc column of one2many field but i am facing an issue related to the sorting that is, When the ids…

Gautam Bothra
- 565
- 1
- 8
- 23
1
vote
1 answer
How to upload video into Odoo?
I would like to upload video(s) from my local storage, manually, on Odoo website but it seems that there is no such option.
When I try to upload any media, I see that I can upload image, document (e.g. pdf file). There is no problem to upload any…

george
- 610
- 6
- 16
1
vote
1 answer
How to change and/or remove links on translations [Odoo 14]
I developed my company website with Odoo (14) and it is multilingual. I am able to add/edit translations for texts but it seems that there is no way to edit links that I already gave to default langue pages.
For some contents, I need to change the…

george
- 610
- 6
- 16
1
vote
1 answer
Domain for partner_shipping_id showing the child_ids of partner_id - Odoo
I would like to ovewrite partner_shipping_id field in sale.order to only display contacs from res.partner that match partner_id. Currently shows all existing contacts, so I would like to change this behavior.
This is what I tried:
…

Legna
- 460
- 6
- 19
1
vote
2 answers
Odoo Priority Widget Not Show Every Options
I want to the priority widget on my selection field. But priority widget not show the first option. I will start from the second option.
Is this a bug from Odoo source code or I need to write something else to make it work as I expected?

NM Naufaldo
- 1,032
- 1
- 12
- 30
1
vote
0 answers
how to avoid the clash between two "name" properties when using "delegate" as a field property in odoo?
From the fleet module I want to delegate a model through the following field:
class FleetVehicle(models.Model):
_inherit = 'fleet.vehicle'
vehiculo_sat = fields.Many2one(
comodel_name='l10n_mx_edi.vehicle',
…

Legna
- 460
- 6
- 19
1
vote
1 answer
Error when install Odoo15: directory not writable
I just installed odoo15, but when I tried to start it, I get "Internal Error Message", and I get the follwing message from log file:
return self.app(environ, start_response)
File "/opt/odoo/odoo/http.py", line 1464, in dispatch
explicit_session =…

Hicham
- 23
- 4
1
vote
1 answer
Odoo Space Between Buttons on Top Tree View
I'm able to create a button when select multiple record by adding this header tag in tree view
…

NM Naufaldo
- 1,032
- 1
- 12
- 30
1
vote
1 answer
How to change Odoo blog url?
I'm developing our corporate website with Odoo (v14) and for the News page, I use default website_blog app/module. I'm able to list the blog posts as news on the page/section that I want. The only thing that I couldn't change is the url.
So, by…

george
- 610
- 6
- 16
1
vote
1 answer
Profiling in Odoo
I am new to odoo and code profiling. I am using py-spy to profile my odoo code, as I need a flame graph as the output of profiling. Everything is working fine with py-spy, but the issue is, the py-spy needs to be stopped by pressing ctrl + C on the…

learning_bunny
- 72
- 5
1
vote
1 answer
Odoo Custom Tree Control
If you create new quotation in the Sales module, there are some control buttons:
Add a product
Add a section
Add a note
I want to create those custom control for my tree view. But when I search from the source code, I can't find where is the…

NM Naufaldo
- 1,032
- 1
- 12
- 30