Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
253 views

I created a server action where when the user clicks it, it will decrement the user's onhand quantity but it won't force save for record in records: location = record.x_studio_stock_location ...
dape's user avatar
  • 53
0 votes
1 answer
59 views

I am trying to add a new column (Number of Members) to the PDF invoice and hide the tax column. When I generate the PDF file, no change happens. I want to know which XML file generates the invoice. ...
Aws Dayoub's user avatar
1 vote
1 answer
120 views

I am developing a simple module for Odoo 18. I have created the following Model (like shown in docs): class Supplier(models.Model): _name = "res.partner.supplier" _inherit = "...
Marko Peips's user avatar
1 vote
1 answer
92 views

I'm looking to export Knowledge articles out of Odoo 17 and import them into Odoo 18. When testing before performing the actual import, I receive the following error message: The file contains ...
Sulaweyo's user avatar
1 vote
1 answer
488 views

I made a development that runs on the _post method of Odoo 17, while I was developing it there was no problem, it was not until I installed it on a new base when this error started to occur at the ...
damar's user avatar
  • 71
2 votes
1 answer
75 views

I need to get the module name where a model is defined When I ran env['res.partner']._module inside an odoo shell, the output is snailmail_account_followup, but I expected it to report base In odoo....
Seaworn's user avatar
  • 586
0 votes
1 answer
28 views

In one of my customizations, I have a field ProjectProject.company_id as not required, but for some reason when Odoo is upgrading modules, it loads the core module Project and set the value again (...
Alesis Joan's user avatar
0 votes
1 answer
39 views

Good afternoon, I have an error in my Odoo 8 module, the error is like this: MissingError One of the documents you are trying to access has been deleted, please try again after refreshing. Screenshoot ...
Ananda Rauf Maududi's user avatar
1 vote
0 answers
54 views

I'm currently working on a custom Odoo module in Odoo where I want to add a custom report button called "Order Product Summary" to the Sale Order form. The goal is to create a summary report ...
Custom Jewellery's user avatar
0 votes
4 answers
267 views

I'm trying to hide a menuitem for all the user at crm module in odoo 17, with id res_partner_menu_customer, this is located at crm/views/crm_menu_viewls.xml This is the original xml code <menuitem ...
Oscar Vardela's user avatar
0 votes
1 answer
424 views

I'm trying to create a custom snippet on Odoo (version 18, it's important). I'm following this example. The source code is here Unfortunately, I'm unable to make the snippet appear on the version 18 ...
olive007's user avatar
  • 860
1 vote
1 answer
118 views

I have created two custom fields, one in sale.order.line and another in stock.move. When a sale.order is confirmed, it creates a stock.picking with product details in stock.move. I want to pass my ...
nivznivedya nivz's user avatar
0 votes
1 answer
59 views

I've been working on a custom Odoo12 tour test, and I’m running into an issue with selecting items from a dynamically-generated dropdown. Here’s a breakdown of the steps I'm trying to implement: In a ...
Atrofio's user avatar
1 vote
0 answers
36 views

I want the progress bar in the form view to display integer values, like 20/50, instead of showing a percentage (e.g., 40%). Please provide a simple solution. I tries different widgets but not getting ...
Farooq Butt's user avatar
1 vote
1 answer
301 views

I am trying to add a custom report in xlsx format (for excel) and I want it to be accessible from the print button on my purchase orders. I understand that in other versions it is possible, but many ...
damar's user avatar
  • 71
0 votes
1 answer
113 views

I want using many2many fields to select all employee in my own custom module called racing teams. Every employee will have different tier in their own team. Model class RacingTeams (models.Model): ...
mhys's user avatar
  • 11
0 votes
0 answers
102 views

I'm having problems to get the correct parameter values when accessing a webpage on my Odoo server. the URL came with only only one parameter ID, the first time the correct value get is get with ...
Reynaldo Ramirez's user avatar
1 vote
0 answers
123 views

I'm trying to create a lead in Odoo 17 by sending a POST request with an API key in the Authorization header (Bearer <API_KEY>). However, I keep getting a "Session Expired" error ...
Paloma Perez's user avatar
0 votes
1 answer
57 views

In my Odoo module I Am trying to build an unit tests and perform an action with limited user privileges. The matter is that in Odoo all unit tests are executed with superuser privileges. In the ...
Ernesto Ruiz's user avatar
0 votes
1 answer
41 views

Is it possible to activate second or third notebook page instead of the first one, based on some conditions? For example, If boolean field A is checked then activate or focus on second page and if ...
Zahid's user avatar
  • 91
0 votes
1 answer
113 views

I am working on Odoo 16 and I am trying to add a confirmation alert when someone tries to change the stage of any record using the statusbar widget. enter image description here Basically, when you ...
Andrés Marín's user avatar
2 votes
1 answer
551 views

I'm encountering an access error in Odoo when trying to allow base users to read attachments (ir.attachment). Specifically, the error states that the user (id=6) does not have 'read' access to certain ...
Karthick1211's user avatar
1 vote
1 answer
52 views

I need to perform an automated action in odoo V 17.4 (ONLINE) to obtain a custom view of a production order report, I tried to place this code but it is not working and now the original report fails # ...
franckcesk's user avatar
1 vote
1 answer
70 views

When making tests for a form in Odoo, when assigning a value to a field let say field_name, my_form = Form(self.env['my.model']) my_form.field_name = 'test' inmmediately throwns error: AssertionError:...
Alesis Joan's user avatar
1 vote
1 answer
64 views

I’m working on an Odoo project where I frequently need to install both the contacts and hr modules. Is there a way to create a "wrapper" module that, when installed, automatically installs ...
Alesis Joan's user avatar
1 vote
2 answers
111 views

I need to inherit the point of sale orders search view to add a custom filter. The view is defined like this <record id="view_pos_order_filter" model="ir.ui.view"> &...
Seaworn's user avatar
  • 586
0 votes
0 answers
133 views

I need the selection field options to be dynamically updated immediately when the value of a certain field changes. I tried it this way, but it didn't work class SomeModel(models.Model): field1 = ...
Yagub Guseynov's user avatar
1 vote
1 answer
146 views

Is there a way to avoid the field does not exist in the model error when deleting a field in both Code and XML? So my problem is that when I try to delete a field and already have an existing database ...
Fr4sha's user avatar
  • 13
0 votes
1 answer
104 views

I have a custom component called my_widget. I add it inside a form: <field name="my_field" widget="my_widget" depends="field_a, field_b" /> Where depends should be ...
Felix Daniel Coca Calvimontes's user avatar
0 votes
0 answers
624 views

I have a Model not found: meeting.management for this particular code snippet below and I do not understand why. I am using Odoo 18. So the error comes up after the application/module has already been ...
moneniko's user avatar
0 votes
1 answer
174 views

In odoo we can access inbuilt object via token url like this: http://localhost:8069/my/invoices/8336?access_token=96c52b2d-3604-4817-82be-4392aa8d051e&report_type=pdf If I have designed custom ...
hardik device's user avatar
2 votes
1 answer
392 views

I have this Python model to get the data I want to work with. Actually all this code works fine, maybe there is room for improvement but it gets the data I need, I have already tested and everything ...
damar's user avatar
  • 71
2 votes
1 answer
205 views

I'm using Odoo 16.0 and 18.0 (Community Edition) and Nginx as reverse proxy. Odoo natively implements the multilanguage function like this: www.mycompany.com/en - for English www.mycompany.com/it - ...
KaMZaTa's user avatar
  • 600
1 vote
0 answers
55 views

I want to fill the Conclusion field after I click on Copy Notes button. How to do this in Odoo? I tried using the value property in the returned data but nothing happened. @api.multi def copy_notes(...
strike_noir's user avatar
  • 4,224
0 votes
1 answer
192 views

I have to make a report on Odoo from scratch, not using the standard layout. I have some lines of the report that shows the currency symbol €. But the PDF is showing strange symbols. I tried to escape ...
Alesis Joan's user avatar
-2 votes
1 answer
327 views

I am currently working on sending invoices via email using the Odoo 17 API from a Node.js server. I've managed to handle most of the tasks, but I encountered an issue when trying to send an invoice ...
Kamil Wolski's user avatar
0 votes
0 answers
42 views

I want to create a somewhat sophisticated report with invoices, but I have never worked with QWeb. Is there any way to implement python logic to the xml? Such as comparing dates, as in this example. &...
damar's user avatar
  • 71
0 votes
0 answers
299 views

I've been developing an odoo for my interest on my server with a Docker and when I try to add an extra-addons app to odoo for testing, it's not showing up. Here's what I've done: I've add my extra-...
Supphasek Nateprapai's user avatar
0 votes
1 answer
99 views

I'm currently working on a website using Odoo. It has a drag-and-drop system for building the UI, but the design and customization options are quite limited for my needs. I would like to know if there ...
Zisou's user avatar
  • 1
2 votes
1 answer
387 views

I want to add a button to the customer portal: I added this view <template id="portal_my_home" name="Show Blogposts" customize_show="True" inherit_id="portal....
unnamed-dev's user avatar
1 vote
0 answers
69 views

I have an issue with the delivery address. I want to show the partner address on the stock.picking.batch.form. Right now, the content (a part of) of the view is like this: <xpath expr="//...
Josep Tortosa's user avatar
1 vote
0 answers
74 views

In odoo 16, I have a request model that has a one2many line_ids field. I want to restrict access to the request record if the user has no access on at least one line. How to do that? Let's say the ...
Jihad92's user avatar
  • 63
1 vote
0 answers
117 views

I'm developing a custom module for Odoo 16 that adds a BMI calculator snippet to the Website Builder. However, after installing the module, the snippet does not appear in the blocks section of the ...
Adil's user avatar
  • 19
2 votes
1 answer
144 views

I have added a custom one2many field in crm.lead model: class CrmLead(models.Model): _inherit = 'crm.lead' ​quote_ids = fields.One2many('insurance.quotes', 'crm_lead_id', string='Quotes') ...
hardik device's user avatar
1 vote
1 answer
106 views

I need it when adding one2many records in form not in tree. When you click save & new save the fields and keep some fields not to be cleared to add a new record. Make one2many modal remember ...
Ahmed Tahsen's user avatar
1 vote
1 answer
303 views

ers: I want to open a record from a list view on a new tab. I tried making a computed char field making an URL and put a widget="url" but it put the whole link as a text making the cell too ...
Alesis Joan's user avatar
0 votes
0 answers
86 views

I want to inherited event view to my customer model in ODOO but this error was appear the error is: File "/home/abdalrahman/odoo_apps/odoo.15/15/odoo/tools/convert.py", line 748, in ...
sadow's user avatar
  • 11
1 vote
2 answers
98 views

how can i remove purchase order PurchaseDashBoard in odoo 17 <templates> <t t-name="purchase.PurchaseKanbanView" t-inherit="web.KanbanRenderer" t-inherit-mode="...
Ahmed Tahsen's user avatar
2 votes
1 answer
178 views

I'm taking the email widget called EmailField to add new features I need. This email field didn't validate the format and it allows you to save the data without validation. So my question here is ...
Felix Daniel Coca Calvimontes's user avatar
1 vote
1 answer
328 views

I get this error while import the module: Error while importing module 'pos_margin_sale'. Module loading pos_margin_sale failed: file /tmp/tmp5bby2hp9/pos_margin_sale/security/ir.model.access.csv ...
Nathan Aurelius's user avatar