Questions tagged [odoo-12]

Odoo is a suite of open-source business apps written in Python and released under the LGPL license since version 9 (previously AGPL). It is used by 2 million users worldwide to manage companies of all different sizes. The main Odoo components are the server, 260 core modules (also called official modules) and around 4000 community modules. ODOO 12 is the newly updated version so far in the ODOO series.

934 questions
3
votes
1 answer

Odoo 12 NonType errors on custom report

I am trying to create a custom report under Odoo 12 to be added to the print option under Orders View. So far, so good, I include the XML in the manifest and create the XML under the sale_management/report folder. I update the module upon editing…
kankamuso
  • 441
  • 1
  • 3
  • 18
3
votes
0 answers

Odoo12 - Can I translate strings in reports?

I created a report with a table that has columns with the name, in the XML the name is in english but I would like to translate them into other languages, at the moment I tried with Italian but they remain in English. Column names are not the name…
Plaoo
  • 417
  • 3
  • 19
3
votes
3 answers

odoo.service.server: Failed to load server-wide module `web`

I am getting this error during starting the server after installation of odoo 11. I am using ubuntu 18.04 my config file is like this * [options] ; This is the password that allows database operations: ;admin_passwd = admin db_host =…
Sandip Patel
  • 31
  • 1
  • 2
3
votes
1 answer

Odoo error Exception("Cannot update missing record %r" % xid)

helo i'm trying to modify a website footer in odoo12 without odoo's website builder i got error : Odoo Server Error Traceback (most recent call last): File "/media/renokurnia/8C2E74FE2E74E31E/Archives/Blue…
reno kurnia
  • 33
  • 1
  • 3
3
votes
7 answers

Custom widget js doesn't recognize template from qweb

I try to test custom widget from js reference and I get error in debugger: Error: QWeb2: Template 'some.template' not found qweb.xml was properly set in manifest, because when I extend ListController and use another template, it works…
edward
  • 243
  • 3
  • 13
3
votes
2 answers

Odoo 12 report sample

I am trying to make a report but without using external_layout or internal_layout because they have headers in them. I wanted to have my own header and footer. I have tried using minimal_layout because it seems it is the less busy layout compared…
strike_noir
  • 4,080
  • 11
  • 57
  • 100
3
votes
2 answers

How to override an existing group of res.groups model in Odoo12?

I need to override an existing group in a custom module and change just it's implied_ids field in another custom module. I tried to use the same code in my module with the changes in implied_ids but I had bellow error. Then I tried to use…
Ibrahim Rahimi
  • 519
  • 8
  • 31
3
votes
1 answer

How to daily reset a sequence (ir.sequence object) in Odoo 12?

I have a custom module in Odoo 12 and I need to create sequences for model records every day so, I need to reset it daily at 00:00 pm. I tried to use scheduler but I can not find which field should I override or reset the sequence I want. As I…
Ibrahim Rahimi
  • 519
  • 8
  • 31
3
votes
2 answers

how to update One2many list with value [ODOO 12]

I added a method that does a research of the teacher in the lessons then he added in the yard (the course several lesson, each lesson a single teacher) my problem is when I click on the button it does not the table update, he has added another line…
Boubaker
  • 427
  • 1
  • 7
  • 24
3
votes
3 answers

How to change fields.One2Many view in odoo 12?

i trying to create fields.One2Many for my invoice module, i create two different module, one called ms_produk and another called invoice, then for the ms_produk i use as master product, which serve CRUD for item and have a table named…
Ke Vin
  • 3,478
  • 11
  • 60
  • 91
3
votes
1 answer

Unit tests not running (loading) in Odoo 12

I'm trying to write unit tests for my custom module codes in Odoo 12 and I followed the official Odoo 12 documentation https://www.odoo.com/documentation/12.0/reference/testing.html for writing unit tests and running my tests. but, when I run the…
Ibrahim Rahimi
  • 519
  • 8
  • 31
3
votes
2 answers

How to create a record without saving it in database

I'm using the Inventory addon of Odoo 12 (but my problem could happen with any module). In this addon, a StockMove model has a move_line_ids field. In the Detailed Operations dialog, we can see a tree view of all the move lines of the selected…
mistiru
  • 2,996
  • 3
  • 11
  • 27
3
votes
1 answer

Migration module from 10 to 12

I'm trying to migrate a module from Odoo 10 to 12 but it shows me this error and I don't understand why: Field 'state' used in attributes must be present in view but is missing Can you please help me to solve this issue: Field 'state' used in…
omas
  • 69
  • 1
  • 12
3
votes
1 answer

Odoo 11 unable to create template DB in SaaS Plans

Hello Readers, I am using Odoo 11 in ubuntu 16.04 trying to install Odoo SaaS tool kit 11 for Odoo v11 CE in my local machine and I am facing an issue when I create template DB in SaaS=> SaaS=> Plans It is showing the Following Exception: …
2
votes
1 answer

Disable Popup Form Many2many field in Odoo

How to disable the popup adding form when adding a new line in many2many field tree view? Everytime I add a line, it always open a popup form, I just want to add a line directly in tree view only. I've tried editable="bottom" and editable="top" in…
Jeff
  • 21
  • 4
1 2
3
62 63