Questions tagged [odoo-13]

Use this tag for version specific questions about Odoo 13 - the suite of open-source business applications written in Python. When using this tag also include the more generic [odoo] tag where possible.

616 questions
0
votes
1 answer

can not setup odoo with apache2 mod_wsgi

ive been having issues with setup for odoo v13 on an ubunu 18.04 (apache2) ive been able to test/develop via odoo-bin but trying to put it live from my local machine (we have a proxy on our network but for now i wanna get it running so i can get it…
user1778743
  • 333
  • 2
  • 7
  • 19
0
votes
0 answers

Unable to fetch record from postman using graphql_base module

while use graphiql in browser its works.But while using in postman unable to fetch. how to pass authorization token with requests if there is way where to fetch authorization token from this module { "jsonrpc": "2.0", "id": null, "error": { …
0
votes
3 answers

How to connect Odoo 13 with PostgreSQL database?

I am using Windows 10, PostgreSQL 12, Python 3.7.5 . I create username odoo, password odoo, create database mydb. Source code is https://github.com/odoo/odoo/tree/aa0554d224337e1d966479a351a3ed059d297765 I run command python odoo-bin -r odoo -w odoo…
Vy Do
  • 46,709
  • 59
  • 215
  • 313
0
votes
1 answer

How to have conditional product attributes in Odoo 13

Scenario: How to create a conditional product attribute in Odoo? I have a product like: Product: Pipe Attributes: Size, Weight, Thickness If I select Pipe, I get option to choose(product variants): Sizes (10' ft, 11' ft.....20'ft) and Thickness…
Tanmay
  • 1
0
votes
1 answer

Failed to import file excel in Odoo 13. How to?

I'd tried to import file excel in module Attendance of Odoo 13. But I received the error: Import preview failed due to: year 0 is out of range. For CSV files, you may need to select the correct separator. Please help! Thank you!
-1
votes
1 answer

File css custom no working in odoo 13 (Control character zero width no break space)

I have a problem non width when adding file CSS custom in odoo 13, pls help me. File custom.css .o_main_navbar .o_menu_apps .dropdown-menu .dropdown-item{ display: none; } File assets web.backend XML
-1
votes
3 answers

How can I get data from external API JSON file in ODOO

[{"Id":"605a321e-7c10-49e4-9d34-ba03c4b34f69","Url":"","Type":"INBOUND_OUTBOUND", "ClearCurrentData":true,"FillOutFormFields":true,"RequestProtocol":"HTTP_REQUEST", "FileToSend":"NONE","SendDefaultData":false,"SendDetectionData":false,"ShowDialogMess…
Mohamed
  • 1
  • 4
-1
votes
1 answer

Odoo13: how can I relate to Many2many field in another model?

I have a field: Many2many in one model and I want to use it in another model. What is the good practice of referring to Many2Many field?
Erik
  • 59
  • 1
  • 8
-1
votes
2 answers

How to add a Chatter in existing odoo module

I am trying to add a chatter in fleet in Vehicles Services Logs and it give me this error when I am trying to update the inherit module that responsible to add the chatter, this is the model: # -*- coding: utf-8 -*- from odoo import models, fields,…
-1
votes
1 answer

I am having trouble creating and updating a dictionary by using the below code

For creating a dict, i used the following code: But i am getting a none value.Why? Can anyone help me?Thanks…
-1
votes
1 answer

reading a field value from another model odoo13

what i'm trying to do here is creating a new field dimension that gets value from a field in the [stock.move] model this approach doesn't work i don't know why and it's not getting any errors from the python file the only error from the xpath tag at…
nobel khaled
  • 83
  • 1
  • 6
-1
votes
1 answer

How can i create new widget that show departments hierarchy in odoo 13?

I want to create a custom widget to show the departments hierarchy chart, and if there is a way to use the already existed hr_org_chart -which used on employee form show underlying employees- widget that will be fine.
Uncle Dev
  • 11
  • 6
-1
votes
2 answers

How to show selection field as a dropdown in Odoo website?

In the Odoo website contact form, I would like to add an existing selection field. Whenever I'm adding those fields they appear as radio buttons. Instead of radio buttons, I need to see those selection fields in a drop-down list.
Pablo Escobar
  • 679
  • 4
  • 20
-2
votes
3 answers

how can i configurate python 3.7 with odoo 13 in pycharm windows 8

i tried to use odoo 13 src with python 3.7.4 on windows 8, i configured pycharm script path : D:\odoo_13_projects\odoo13\odoo-bin parameters : -r odoo -w odoo --db_host=localhost --addons-path=D:\odoo_13_projects\odoo13\addons and i installed python…
Fares Izem
  • 177
  • 2
  • 2
  • 9
-2
votes
2 answers

How to convert text to list of dict in Python

I have a text result like this: {"title": "Less Payment", "outstanding": false, "content": [{"name": "Customer Payment: INV/2020/0002", "journal_name": "Cash", "amount": 50000.0, "currency": "Rp", "digits": [69, 2], "position": "before", "date":…
Tri
  • 2,722
  • 5
  • 36
  • 65
1 2 3
41
42