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
6
votes
1 answer

How to hide a field in editable mode in odoo (version 8 to 15)

In odoo v8, I want some fields to be shown only in view mode but when the user clicks on edit or create, then those fields should be invisible (Only visible in view mode).
DarkSide
  • 113
  • 2
  • 6
5
votes
2 answers

How to activate developer mode in ODOO-14....?

I would like to know how to activate developer mode in Odoo 14 CE I thought it was the same as version 13 but I can't find how to do it Thanks in advance for your reply
Gali_Mahesh
  • 51
  • 1
  • 5
4
votes
0 answers

Why header spacing and top margin behave different depending on the page number in Qweb (Odoo)?

I am customizing the layouts of the Odoo PDF reports. I've designed a small header, so I set these parameters on the Euro paper format: 10
forvas
  • 9,801
  • 7
  • 62
  • 158
4
votes
0 answers

How to use scss @import rule on odoo?

I am trying to use @import rule on my styles so that I can manage them in a more efficient way but unfortunately it is not working. I am getting the error below. The thing is that I see in many odoo themes that people use it. So, what is missing…
george
  • 610
  • 6
  • 16
4
votes
1 answer

What is the difference between Odoo RPC, Xml RPC, JSON RPC and REST API in Odoo?

I'm confused between the concepts of Odoo RPC, XML RPC, JSON RPC, and REST API in the domain of Odoo. To my knowledge, these are the only 4 APIs that can be used in Odoo. In Odoo's documentation, only xml rpc and json rpc are mentioned. But on this…
Hussam Cheema
  • 536
  • 1
  • 7
  • 13
4
votes
1 answer

Odoo 14: Add a section functionality in tree view

I need add a section functionality like sales > quotation view has, in one of my tree views. . Code of my view is something like this: hr.applicant.form
Yagami
  • 305
  • 2
  • 14
3
votes
2 answers

After Unlink need to redirect, Odoo

I want to, If i click the button, delete the data and turn back the tree view. I can delete the data with unlink method. But I can not do redirect to tree view. How can I do it? This is my Code: def action_delete(self): vals = { …
Enes Kara
  • 81
  • 6
3
votes
1 answer

Create a client action in Odoo 14

I am trying to create a client action widget, but getting an error when I click the menu item. Here is the error. Traceback: Error: widget.getTitle is not a function …
KbiR
  • 4,047
  • 6
  • 37
  • 103
3
votes
1 answer

Odoo Prevent Selected Duplicate Record in One2many Field

I want to prevent the selected record to show again in the combo box. As you can see, the 710 - Maleo show again after I selected that record before. Field declaration for One2many field class RMReservationOrderLine(models.Model): _name =…
NM Naufaldo
  • 1,032
  • 1
  • 12
  • 30
3
votes
1 answer

How do I add a new item under top level menu in Odoo 14?

I'm trying to add an option under the top menu in the "Inventory" screen. The other menus on top are "Overview", "Operations", "Products", "Reporting" and "Configuration" I need to add a new button under "Operations" entitled "Repack" for a module…
3
votes
2 answers

How to change sum headers in group_by of a tree view into min?

I need to remove the sum header of some columns that it automatically calculated for me. I created a new tree view without inheriting any view, and have the fields like so: . . . my.purchase.order.line.inherit . . . . .…
holydragon
  • 6,158
  • 6
  • 39
  • 62
3
votes
2 answers

Odoo Server Error: smtplib.SMTPServerDisconnected: please run connect() first

I am using odoo version 14. I have setup my SMTP mail handler correctly, and when I test the connection, odoo reports that everything is setup correctly. However, when I try to send out an email, I get an error. Here is the complete error trace…
Homunculus Reticulli
  • 65,167
  • 81
  • 216
  • 341
3
votes
1 answer

I created a custom Odoo module and it's showing parse error when i want to upgrade it

Here is the error message i am getting. ValueError: Invalid field 'view_type' on model 'ir.actions.act_window' odoo.tools.convert.ParseError: while parsing…
3
votes
5 answers

How to hide reports from print menu in odoo 14?

i created a report in odoo 14 but i want to trigger only from button so i want to hide from print menu .... Print Packing List
omar ahmed
  • 635
  • 5
  • 19
3
votes
1 answer

Migrating to odoo 14

I'm trying to install an Odoo 12 module to check the breaking changes in the application, my process is to try to install, go, and fix an issue and then move to the next error. is there any tool to help with the potential braking changes instead of…
pedrommuller
  • 15,741
  • 10
  • 76
  • 126
1
2 3
39 40