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.
Questions tagged [odoo-14]
591 questions
0
votes
1 answer
after inheritance odoo shows error ValueError: Invalid field 'same_vat_partner_id' on model 'tests.users'
inherited " res.partner " and added a page (editable tree) in notebook section, but when clicking on "Add a line" it is showing below error:
ValueError: Invalid field 'same_vat_partner_id' on model 'tests.users'
my model 'tests.users' have no…

Oralover
- 83
- 2
- 16
0
votes
2 answers
Odoo: Upload files in the Partner model
I'm working on a python application that connects to Odoo through the External API. My goal is to upload multiple documents to the Partner model, business related documents of multiple types, important to the Contact.
The documents should be visible…

Macaret
- 797
- 9
- 33
0
votes
0 answers
Odoo add field in res.partner and show in account_aged_partner_balance
I tried to make new field in res.partner and to show in aged_payble inside accounting module but getting error partner_code_seq field doesn't exist
_inherit = "account.aged.payable"
partner_id = fields.Many2one('res.partner')
partner_code_seq =…
0
votes
1 answer
Odoo 14: How can I share the same bank account in child companies?
I created a multicompany structure in Odoo 14 because I need to know the different earnings and loss of each line of my business and generate different invoice templates from each line.
0-Main
1 - develop line
2 - content line
3 - marketing line
I…

Carlos Hervas Ortega
- 131
- 11
0
votes
1 answer
ODOO HR Applicant Kanban View Create Stage Column with job specific
I'm working on the HR Recruiter module, Here I'm creating a stage column inside the specific job position, but the stage column is displayed in all other job positions also, but we can choose the job-specific by editing the stage. Here I want to…

Ajay Kumar
- 1,595
- 3
- 20
- 36
0
votes
1 answer
Odoo 14 > Field "holiday_status_id" does not exist in model "res.config.settings"
I am using Odoo 14 and get the below error when installing a custom module for automatic leave allocation. This is a module that is working in Odoo 12. I cant figure out where I am going wrong. want to create a new two fields under Settings >…

anivan
- 3
- 2
0
votes
1 answer
Odoo 14 on Apache2 Reverse Proxy - Pagespeed errors consistently
I am encountering pagespeed errors consistently in an SSL environment. The problem occurs on all SSL environments we create. We are using Apache2 as a reverse proxy. This is working well; however, Pagespeed errors occur (whether or not pagespeed is…

sandovalg
- 109
- 13
0
votes
1 answer
Odoo 14 - I cannot see the amount in words in a report
When I want to add the amount in words in a report it does not show anything. Please help.
Levi
0
votes
0 answers
Is there any tutorials for making custom sales module in odoo?
Hyy,
I am new to odoo. I am currently trying to make a custom sales module, but the codes used are still alien to me. Is there a tutorial or blog regarding this module which explains the codes a bit simpler.
Thanks in advance....
0
votes
1 answer
How to change/update custom theme preview image (thumbnail)
I creating a custom theme on odoo (v14) and I would like to add/change/update the thumbnail image for this theme on Pic a Theme page. Where should I edit and add an image?

george
- 610
- 6
- 16
0
votes
1 answer
ODOO Aplicant kanban view add text under stage name
I am trying to add a text or field name under the stage name in the Applicant kanban view. please refer the below image for the reference. I want to add a text where i marked in red line.
from the user interface i am trying edit the kanban view , I…

Ajay Kumar
- 1,595
- 3
- 20
- 36
0
votes
1 answer
How to extend qweb templates in Odoo14?
I'm trying to add custom menu item in filter's dropdown list
in Odoo14 and owl framework some menu items exists in the base module inside the following snippet

Abdelrahman
- 23
- 1
- 8
0
votes
1 answer
XML display parent object in ODOO 14
I have created a new many2many(x_recruiters) field to hr.recruitment.stage via user interface, and I am trying to access it in the tree view of the applicant, like

Ajay Kumar
- 1,595
- 3
- 20
- 36
0
votes
0 answers
Odoo Server Error while upgrading an Odoo 13 module to Odoo 14
I was trying to upgrade a module from Odoo 13 to Odoo 14 (stock_split_picking to be exact), I found an error that I don't really understand and I can't figure how to fix it.
It's an error that happen when I want to install the module, and after…

Toshibane
- 26
- 4
0
votes
1 answer
How to update point_of_sale.screens in Odoo 14
I'm migrating to Odoo14 and the PoS module has changed.
I have some functions that inherited ClientListScreenWidget and PaymentScreenWidget and so on with codes like the following:
odoo.define('kyohei_pos_computerized_billing.models', function…

Simon Capriles
- 143
- 2
- 21