Questions tagged [odoo-enterprise]

22 questions
1
vote
1 answer

Odoo 12 Enterprise Issue in Manufacturing. It is not possible to unreserve more products of "Product Name" than you have in stock

Impacted versions: odoo12 Steps to reproduce: Created a Manufacturing Order. Completed the Work order. Clicking Mark as Done. The error is coming. Current behavior: Struggling with the error. I duplicated the Manufacturing order and processed it. It…
DonFeraRRi
  • 13
  • 5
1
vote
2 answers

Odoo v12 - Uncaught TypeError: odoo.define is not a function

I am using Odoo v12 and when I try to access one of my database through browser it doesn't loads up properly. It comes up as blank screen and when I checked the developer console it shows following error: Uncaught TypeError: odoo.define is not a…
1
vote
2 answers

Modifying Domain of Many2One using Many2Many

Just to preface, I'm using Odoo 10 Enterprise. I have a custom module with the following (these are just the relevant fields) on its form: orange_tag_id = This is a Many2Many field with the _Checkboxes widget defined that's connected to a Tags…
Rex Kane
  • 11
  • 3
1
vote
1 answer

Odoo 10 Enterprise cannot inherit a model create from Studio

Dears, I cannot inherit a model(settings->model) created in Odoo Studio/or from interface in a custom module (addons-custom). Example: I have a model called "x_Check" created from Odoo 10 Enterprise interface (Setting -> model), then I create a…
Salim R
  • 343
  • 7
  • 16
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

Displaying HTML in Odoo 16 reports

There is a field 'note' in the 'sale.order' module, in it I want to write HTML code(

TITLE

), and output the title, but in the report instead of the title I get just the text

TITLE

I tried doing it through t-raw, but it doesn't work,…
Dread
  • 25
  • 5
0
votes
1 answer

Odoo 16 - Uncaught Promise > Invalid props for component 'ProjectTaskFormController': unknown key 'model'

I am getting this error when trying to open a Task from the Map view of Tasks (in a Project or otherwise). See attached screenshot. I have extended the project.task model and some of its views in my own code so I am willing to accept that it might…
kpg
  • 7,644
  • 6
  • 34
  • 67
0
votes
1 answer

Failed to load server-wide module `web

i facing this error when i try to run odoo15 on Debian 11 server and try to run it on nginx here is the odoo log file 2023-01-18 16:35:48,178 48668 INFO ? odoo: database: odoo15@default:default 2023-01-18 16:35:48,181 48668 CRITICAL ?…
Sideeg MoHammed
  • 375
  • 2
  • 10
0
votes
0 answers

Error odoo.exceptions.UserError: No data has been found I can't update rate on odoo14

I have this problem in odoo 14 when I update rate, I don't know why but it does not update the rate and it tells me that no data has been found Traceback (most recent call last): File…
0
votes
0 answers

odoo studio control rules on a field

Hello I need help with Odoo studio I would like to add a field with its control rules 1/ Blocking error message if the "field name" is already used. 2/ No space. 3/ Capital letter 4/ Add a tooltip "?" to describe the input rule. Text for tooltip:…
KAFE
  • 1
0
votes
1 answer

Ticket Created email not sent if the partner_id and partner_id.email is connected with internal user odoo13

we have a problem in odoo13. Namely, when a helpdesk ticket comes in, and the submitter enters his email and name, they will get an email that the ticket has been received. But, if an internal Odoo user logs a ticket, via the website or in the…
0
votes
0 answers

Hiding Fields in subtasks which are active/set in parent task in Odoo 15 Enterprise

Working on Odoo 15 enterprise I am trying to hide some fields in Subtasks which are active in Parent task ex: if Field A is set/active in parent task, I want to hide that Field A in subtask, bec it is not required to fill same field again in…
marine
  • 1
0
votes
0 answers

How to define global environment variables in Odoo enterprise?

I would like to know how to declare global variable and call it in any module. In community used os.getenv(), in enterprise I've switch to this one: A Python request such as: Set param and…
Dori
  • 175
  • 16
0
votes
1 answer

odoo15 enterprise edition installation in Linux VPS server

I am trying to install odoo15 enterprise edition on a Linux VPS server , But I'm facing many issues during installation . Can you guys help me with a clear guidelines about the installation process?
Yuvaraj
  • 3
  • 2
0
votes
0 answers

Odoo Entreprise14 on kubernetes Failed to load resource: the server responded with a status of 404

I've installed odoo Entreprise 14 on kubernetes, when i login i see a blank page and a response from the server 404 (NOT FOUND) web.assets_frontend.css:1 Failed to load resource: the server responded with a status of 404 (NOT FOUND)…
bilel
  • 33
  • 5
1
2