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
0
votes
1 answer
Odoo-14: ValueError: Wrong value for ir.actions.report.report_type: 'qweb-pdf'
I get this error while trying to install the 'Invoicing' app in odoo-14. It says odoo.tools.convert.ParseError: while parsing odoo/addons/product/report/product_reports.xml:4, near
…

cleanCodeEnthusiast
- 86
- 5
0
votes
2 answers
Odoo custom addon_path not found
I setup a clean Debian 10 vps, launch this setup script
https://raw.githubusercontent.com/Yenthe666/InstallScript/14.0/odoo_install_debian.sh
and all seems is correctly installed
I can't get the /odoo/custom/addons folder to work
Odoo…

Augusto Murri
- 183
- 1
- 19
0
votes
1 answer
Odoo xmlrpc, You are not allowed to modify on a read operation
I'm trying to use the xmlrpc api of odoo 14.
I have made a small script to do some tests. In the test I do a read operation but I get an xmlrpc.client.Fault exception, where odoo compains that I try to modify 'res.users' although my query is a read…

David V.
- 5,708
- 3
- 27
- 27
0
votes
1 answer
How to customize kanban viwe in Odoo14?
I am trying to add some dashboard values to kanban view of maintenance.team model. I used helpdesk dashboard for reference. But it didn't work as expected.
Here is my code:
***.js**
…

KbiR
- 4,047
- 6
- 37
- 103
0
votes
1 answer
ODOO10CE export attachments to ODOO14CE
I have the ODOO10CE with many PDF attachments. Most are linked to accounting entries and invoices.
Can someone recommend me how to transfer them to ODOO14CE and re-link them to the accounting entries and invoices?
Thanks.

Joseph Vahde
- 23
- 4
-1
votes
0 answers
Odoo 14 uncaught syntaxError
When I try to login to odoo I get multiple error and nothing displayed
Uncaught SyntaxError: unexpected end of input
(at web.assets_common.is:1047 web.assets_common.is:1047:51)
Uncaught syntax error :missing after argument …

Eng Rami
- 1
- 1
-1
votes
1 answer
Error when making backup in odoo 15 Database backup "Postgres subprocess ('pg_dump', '--no-owner', '--file=/tmp/tmpw2whn999/dump.sql', 'BBDD')"
I am using odoo 15 and migrated from the previous version.
When using the "Manage Databases" option and choosing a database it gives me the error
"Database backup error: Postgres subprocess ('/usr/bin/pg_dump', '--no-owner',…

Geovanny Dután
- 1
- 2
-1
votes
2 answers
Error: QWeb2 - template['HrAttendanceMyMainMenu']: No enumerator given to foreach in odoo 14
I wanted to add a additional field (Many2one) on the CHECK-IN-CHECK-OUT screen.
Here's my model:
class HrAttendance(models.Model):
_inherit = "hr.attendance"
work_status = fields.Many2one('work.status', string='Work Status')
Here's my XM…

hardik device
- 29
- 3
-1
votes
2 answers
when record created, it wont autofill record field
I'm trying to make autofill record from bank.account.account to account.journal but it seems it didn't work. I wonder where is the mistake in this code
class BankAccounAccount(models.Model):
_name = 'bank.account.account'
_description =…

Alwaysstuck
- 21
- 4
-1
votes
1 answer
singleton error when computing age and working time odoo14
i encountered raise when trying to compute age and working time
ValueError("Expected singleton: %s" % self))
ValueError: Expected singleton: restaurant.karyawan(1, 2)
#computing age
@api.depends('tanggal_lahir')
def _hitung_usia(self):
…

Denny
- 3
- 3
-1
votes
2 answers
consecutive date: date change every day in a saved record
create a datetime field in odoo studio that shows the current date when the record is created, I need that when I return to that record it always shows me the current date instead of the date the record was created

Vladek Ferrer
- 3
- 2
-1
votes
1 answer
Odoo 14 enterprise POS close session error (ProgrammingError: can't adapt type 'res.partner')
when i try to close my session and post entries for my POS,
I had this error :
Odoo Server Error
Traceback (most recent call last):
File "/opt/odoo14/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
result = request.dispatch()
File…
-1
votes
1 answer
Odoo - how to hide conversations icon in menu bar
I'm customizing odoo community v14
We don't use the discuss module but it was installed by other modules we use, so I've removed the 'Discuss' menu item, but I can't find how to remove the conversions icon just at the left of were the the…

Medab
- 63
- 7
-1
votes
1 answer
Purchase in point of sale odoo 14
I want to use Point of Sale odoo 14 community version. I want to know how i can handle purchase using POS so, qty to be sale update auto?
In product what is purpose of Can be Purchased. How i can made purchase?

Muhammad Saleem
- 97
- 7
-1
votes
1 answer
In ODOO14 I want to get current model in javascript function
I have a js function that I am using in action buttons just like confirm="custom message" as attributes.
Question is: I need to know that from which action It is called for example if it is called from a sale.order, then I need to know that it is…

Faheem
- 29
- 2
- 7