Use this tag for version specific questions about Odoo 16 - 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-16]
187 questions
1
vote
1 answer
Odoo 16 Javascript overriding/inheritance OWL
How could I inherit/override a function in Odoo 16 javascript example
In the addons/web/static/src/views/fields/formatters.js there is a function
export function formatFloat(value, options = {}) {
if (value === false) {
return "";
}
if…

Ahmad Zarour
- 11
- 1
1
vote
0 answers
Apply pagination and data filtering in html grid
I have downloaded a bootstrap template for e-commerce that I want to integrate in odoo Qweb templating. In products grid view there is non functional pagination and products filtering parameters, that I want to make functional using isotope grid.
In…

Ehsan Danish
- 11
- 1
- 3
1
vote
1 answer
Is it possible to import Odoo15 Studio .zip file to Odoo16?
I am currrently trying to import a .zip studio customizations file from my Odoo15 System and import it into my new Odoo16 System. I am getting one error after the other. For example:
Error while importing module 'studio_customization'.
while…

kayalotta
- 53
- 9
1
vote
1 answer
how to make migration for custom module from odoo 15 to 16?
i try to make migration for a custom report from odoo 15 to 16 i have now error on view side and thier is now bugs but when press the buttoun i got this message :
AttributeError: 'stock.picking' object has no attribute 'move_lines'
i tried to make…

a.hussin
- 11
- 2
0
votes
1 answer
Conflicting Nginx Server for Odoo 16 Self Hosted Website
I have an issue with nginx setup for my self hosted Odoo 16 - which means every 3-4 weeks my nginx log is full and the server goes offline, and i have to reboot it. It also means anyone viewing www.MYDOMAINNAME.CO.UK gets a warning of an insecure…

GT-OS
- 1
- 1
0
votes
1 answer
How do I hide my favorites from all views different screens in Odoo 16?
enter image description here
I need to hide the items in the box marked in red, can I use Scss or do I have to write XPath?, please help me?, thank you!

Cris Tuan
- 1
- 1
- 3
0
votes
0 answers
odoo migration v13 to v16: change content of manifest file
In the context of odoo migration of my custom modules from v13 to v16.
In my src/user/custom_module, I want to adapt the content of the manifest file to the new v16-requirements. Originnaly, i have a manifest file in v13 (__manifest__.py) which…

sylvain
- 853
- 1
- 7
- 20
0
votes
0 answers
How to inherit Odoo website theme to add custom fonts and css
I am trying to inherit current website theme (Odoo v16) and add custom fonts/css to it. In documentation I was only able to find how to create new theme from scratch but not how to inherit it. This is what I've done (so far with no success):
Module…

Matija Amondi
- 59
- 5
0
votes
1 answer
Odoo ParseError when inheriting crm.crm_case_form_view_oppor
i want to be abel to midify CRM module so i inhertited it in my view:
custom.crm.lead.form
…

adel bouakaz
- 311
- 2
- 11
0
votes
0 answers
Odoo 16 translating field through xmlrpc update_field_translations gives error \'str\' object has no attribute \'get\'
I am using xmlrpc to add translation for some fields in my website. I used a function to do this (update_translation). I successfully translated names of the products, and names of categories. But when I try to add translation for website…

Nesi
- 286
- 2
- 15
0
votes
0 answers
Odoo 16V, how to clear cache?
How to clear cache or maybe some other problem?
Installed my module
Goes to product grid
On product grid displayed 'date_planned' from 'purchase.order' model
After manualy changed value for 'date_planned' and goes back to Product grid
Still seen…

Lubomir
- 65
- 5
0
votes
0 answers
Set a div element always at the bottom of the QWEB report, not "footer"
I would like to fix a div element to be always at the bottom of the QWEB report, I do not want to put it in the "footer" as it will show on every page.
Currently, I'm using a temporary solution

Duc Trong Pham
- 23
- 3
0
votes
1 answer
Is there a way to use password="1" along with widget="CopyClipboardChar" in Odoo 16?
I'm trying to build a feature in an Odoo 16 where I need to mask a particular field using password="1". At the same time, I'd like to offer a clipboard copy functionality for that masked field by using widget="CopyClipboardChar". However, I'm having…

arleite
- 101
- 6
0
votes
1 answer
odoo 16: how to create a new record in custom model (table)?
when user MARK AS DONE or DONE & SCHEDULE NEXT a Schedule Activity i want to create a record in a custom model (table) through functions in mail.activity.
function name is action_done and action_done_schedule_next, if it success then required record…

Ahmed Haroon
- 69
- 1
- 12
0
votes
1 answer
Odoo migration to v16: Error for standard wizard
When i try to install my -originally in v13 developed custom module- in Odoo v16-apps, i got an error, even for an empty wizard (with a structure which is identical the other wizards definitions found in the official odoo addons)!:

sylvain
- 853
- 1
- 7
- 20