Questions tagged [odoo-14]

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.

591 questions
1
vote
0 answers

Iam trying to install a new module in odoo but error occuring, AttributeError: 'str' object has no attribute 'setdefault'

I am trying to use the ODOO server, however I am getting this exception. Seems like a configuraton issue: Traceback (most recent call last): File "/home/ajay/PycharmProjects/odoo/odoo-14.0/odoo/http.py", line 640, in _handle_exception return…
1
vote
1 answer

Odoo 14 in Docker: Database connection failure: could not connect to server: Connection refused

I'm running Odoo 14 in a Docker container, linked to another container with PostgreSQL. I've had this setup for a month now, but yesterday I noticed that the Odoo container kept restarting every minute. According to the log: Database connection…
zkvvoob
  • 394
  • 1
  • 4
  • 26
1
vote
1 answer

TypeError: Model 'project.forecast' does not exist in registry odoo14

I'm migrating an Enterprise Odoo 12 module to 14 which depends on the project module, when I'm trying to install I get this error: TypeError: Model 'project.forecast' does not exist in registry. I've been trying to locate the model definition but I…
pedrommuller
  • 15,741
  • 10
  • 76
  • 126
1
vote
1 answer

Odoo 14: Point of Sale Installation Error

I have installed running Odoo 14 in Docker using the default setup without any additional customisations. For the past several days I've been trying to install the Point of Sale module from within Odoo with no success - every time I get the error…
zkvvoob
  • 394
  • 1
  • 4
  • 26
0
votes
0 answers

odoo14 course url change

i am developing a clients requirement where they deal with e-learning platform built in odoo14 When i select a course from website the url is generating like this /slides/gardening-2 can it be modified to /slides/gardening I would greatly…
0
votes
1 answer

Odoo assetsbundle use wrong site-packages folder

I have multiple python version to handle multiple version of odoo instances in my Windows 11 system. I am using debugger configuration in VS Code to handle the Python used for those instances. When I run Odoo 14 with Python 3.8.10, there was no…
Bang Fady
  • 151
  • 2
  • 13
0
votes
1 answer

Trying to add custom field in form view by inheriting the model in custom module in odoo enterpriseedition v 14

Here is my code for custom module where im inheriting the 'res.users' and adding a custom field to existing formview from odoo import models, fields, api class CustomUser(models.Model): _inherit = 'res.users' # Add your custom fields…
0
votes
0 answers

Settings of Manufacturing is not displayed values correctly - Odoo

I'm getting issue with Settings of Manufacturing is not displayed correctly while it's working fine on other modules likes Sales, CRM.. ie: I change Time Range to Monthly then Save, Setting is still displayed with default value (Weekly) while value…
Phong Vy
  • 369
  • 5
  • 19
0
votes
0 answers

Odoo 14: There is an app in odoo app store select and deselect all companies for odoo v16 , how to make it compatible for version 14

There is an app in odoo app store select and deselect all companies for odoo v16 , how to make it compatible for version 14 This is the result of the app: I've tried to change in javascript file and xml file but didn't affect
0
votes
1 answer

How to make Qweb Report Accessible to Public User?

I am Trying to access Report URL http://192.168.0.158:8020/report/pdf/account.report_invoice/20 But it is asking me to login. I want my report to be accessible to an user outside of odoo. How can i achieve this?
0
votes
0 answers

How to make stock.move in Picking know about packages from Sale Order?

I am using Odoo version 14 Community Edition. I would like to make each picking transfer capable of knowing the packages from Sale Order Line. Right now, I do not see any relationship from Operation tab (in picking) to the packages of the products…
holydragon
  • 6,158
  • 6
  • 39
  • 62
0
votes
1 answer

Fix Expected Singleton Error on Odoo14/Flectra

I have a problem where I have a lot of data records, and when I try to download more than 1 data record an error always appears which basically looks like this File "c:\\users\\it uw\\odoo14\\mspcustomaddons\\l10n_id_efaktur\\models\\account_move.py…
it uw
  • 1
0
votes
3 answers

How to remove "Export" action menu?

I would like to remove "Export" in action menu in Odoo 14 Community Edition. I want to remove it for all views at once if possible; otherwise, one by one for each required model or view would be fine. I tried:
holydragon
  • 6,158
  • 6
  • 39
  • 62
0
votes
2 answers

Odoo 14 periodic actions are failing with stack trace

Odoo 14's scheduled actions are failing after upgrade from 13th version. Can somebody suggest a way to debug it deeper or even fix? Just one example of the error: Jul 21 21:58:19 ip-172-31-33-59 odoo[112133]: File: "/usr/lib/python3.8/threading.py",…
onorua
  • 385
  • 4
  • 18
0
votes
0 answers

security/ir.model.access.csv could not be processed: No matching record found for external id

Exception: Module loading tailor_management_sys failed: file tailor_management_sys\security/ir.model.access.csv could not be processed: No matching record found for external id 'model_tailor_production_target' in field 'Model' Missing required value…