Skip to main content

Questions tagged [odoo]

Questions on Odoo are on topic if they are about programming, for example for contributions or plug-ins. Questions pertaining to setup or using Odoo are off-topic.

0 votes
0 answers
19 views

Odoo 15: Contacts list filter by current user

In Contacts App. Form create new contact I added an assignee field to assign contact to user class Partner(models.Model): _name = 'res.partner' _inherit = 'res.partner' assignee_ids = ...
Huan Ho's user avatar
  • 145
-1 votes
0 answers
10 views

I want to create a custom filter in odoo web

I want to create a custom filter in odoo web to filter the Check_in date in odoo attendance app online version. I want to show record from the 26th to the 25th of each month. Example : 26-07-2024 to ...
Skon Houas's user avatar
0 votes
0 answers
33 views

How can i customize odoo 17 views, like colors, modify the base icons

I want to customize the odoo 17 base theme, to create a customized environment, is there any documentation about it? cause in the odoo documentation there is no info about it. I donwloaded anoter ...
Jaime Millán's user avatar
0 votes
1 answer
32 views

In Odoo 13, when doing a pdf report print how to assign page break for a table such that it occurs in the beggining or end of a row

Currently, when trying to print a report where there are more table records than a single page can contain, the table will be split across multiple pages. The split occurs at whatever point reaches ...
Evan's user avatar
  • 13
0 votes
0 answers
31 views

How to make custom field in product form searchable in order lines

I created a custom field in product form. This field named as x_studio_part_number. Now, i want this custom field searchable when searching for product in order line of purchase and sales model or ...
Juniorzkie's user avatar
0 votes
0 answers
23 views

How to mount local directory to pod installed with helm chart in minikube?

I am using this odoo helm chart from Bitnami installed on minikube on windows. Now i am trying to mount my local project repo "project/addons" into the Odoo running pod (in /bitnami/odoo/...
moctarjallo's user avatar
  • 1,567
-3 votes
0 answers
16 views

Install iRedMail and Odoo on the same ubuntu server [closed]

I have installed Odoo on my Ubuntu server, which is working, and then iRedMail to manage emails from another company domain, but I lose access to the Odoo installation. How could I configure nginx to ...
iLucho88's user avatar
3 votes
0 answers
57 views

Update amount_total with globally updated taxes

I'm developing an Odoo module to apply taxes globally on the entire invoice amount. This means users will add taxes to the final total instead of individual invoice lines. I'm facing an issue when ...
knoppix's user avatar
  • 166
0 votes
0 answers
13 views

Odoo delegation inheritance - remove delegate field

I have a new custom model defined like this class Customer(models.Model): _name = "my_module.customer" _inherits = {"res.partner": "partner_id"} partner_id = ...
Seaworn's user avatar
  • 463
0 votes
0 answers
12 views

ODOO 13 mass mailing external links in email body are getting changed

i am using odoo 13 email marketing on my localhost when I test, email links work as expected but when email is sent to subscribers, links in email body are getting changed to something like http://...
Raja Tahir's user avatar
1 vote
0 answers
24 views

Changing the errors message language based on the selected language in a custom Odoo 17 API

How can I make the error message display in the selected language, even when I am a public user? In my Odoo 17 application, I have enabled the Arabic language in the backend. When I access the Odoo ...
scofild54's user avatar
0 votes
1 answer
28 views

how to display sub-tasks based on a condition

so what i want in general is to display tasks and only display the subtasks if the display_under_tasks is true of the selected project not all the projects in odoo in the project model when i choose a ...
Rahma Begag's user avatar
0 votes
0 answers
42 views

How to Override an Existing Action to Add a Custom Domain

I'm working on an Odoo module where I need to modify an existing action to add a custom domain. Specifically, I want to filter out subtasks based on a custom boolean field display_under_tasks in the ...
Rahma Begag's user avatar
0 votes
0 answers
40 views

How to use odoo:17 Docker image in devcontainer?

I am trying to create a devcontainer for the development of custom Odoo modules. This devcontainer is based on the official odoo:17 Docker image. You can see the current state of my devcontainer in my-...
Mojo's user avatar
  • 187
0 votes
0 answers
59 views

Trying to get data from Odoo using PHP/Laravel-9 using RIPCORD need help and guidance

0 I am not even able to authenticate using via ripcord enter image description here This is the error I am getting Is there anyone who can help me to resolve this issue quickly please. I am using ...
Osama Ahmed Momin's user avatar

15 30 50 per page
1
2 3 4 5
855