Skip to main content

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.

odoo-13
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
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
2 answers
52 views

Resolving a KeyError in Odoo 13, where the required key is stored in a '/security.xml' file

Try to reinstall a set of custom Odoo 13 modules on a new Ubuntu-based virtual machine. For one of the modules (material_purchase_requisitions), I keep encountering the following server error at the ...
Evan's user avatar
  • 13
1 vote
3 answers
75 views

How to avoid Many2many duplication in Odoo 13?

In Odoo 13, when I duplicate a sale order which has invoices linked to it, the new sale order has no invoices linked to it, which is OK. The problem is that in my case, there are a lot of third party ...
forvas's user avatar
  • 10k
0 votes
1 answer
60 views

in odoo i need to make journal_id field editable

this the view code of journal_id in account move and i need to change it to become editable: <field name="journal_id" invisible="context.get('default_journal_id') and context....
Joseph's user avatar
  • 3
1 vote
0 answers
38 views

Odoo 13 issue after transfered to new server

i transfered odoo 13 to an new server ubuntu but i get this issue Error: Odoo Server Error Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 625, in ...
Mohamed Hamed's user avatar
0 votes
0 answers
38 views

Inherit ExportXlsxWriter odoo main controller not working

I am trying to inherit ExportXlsxWriter init method but my custom code init method not calling. I want to add something in init. Anyone can help ? from odoo.addons.web.controllers.main import ...
Ila Yadav's user avatar
1 vote
1 answer
56 views

How to remove active_id from the URL in Odoo 13?

I am deleting a record from a wizard action and return the same parent action( not wizard action) and showing the tree view properly. But issue is in the latest URL in address bar(After deleting a ...
KbiR's user avatar
  • 4,104
1 vote
1 answer
44 views

Create Delivery Operation From My Custom Module Odoo 15

I try to within action confirm I will pass data from my module to stock.move and stock.picking so I can create complete cycle from stock.move passing with stock.picking to stock.quant to decrease ...
Abdullah Elshoura's user avatar
0 votes
0 answers
355 views

Odoo client error - TypeError: Cannot read properties of undefined (reading 'form')

TypeError: Cannot read properties of undefined (reading 'form') I get this error when I try to open the Settings as an Admin. Since I can't access my Settings page, I am unable to activate the ...
Prasanna Kumar S R's user avatar
0 votes
1 answer
74 views

How to inherit js file tax_group.js (account) in odoo 13

I need to add another state to a function in account/static/src/js/ tax_group.js line 94 var displayEditWidget = self._isPurchaseDocument() && this.record.data.state === 'draft' && ...
Paul's user avatar
  • 53
0 votes
0 answers
63 views

Odoo 13 Custom Widget with button does not appear in field until focus is lost

I have created a custom widget that consists of a textarea, with a button that has an icon inside. I use this widget on 3 fields on an order line, 2 custom and the third is the name field. This works ...
Neill's user avatar
  • 711
0 votes
0 answers
117 views

Odoo /jsonrpc endpoint not found

Im trying to access my odoo database with odoorpc but I cant get it to work, I can`t even print out the databases on my odoo server. I tried it with this code: import odoorpc if __name__ == "...
Fr4sha's user avatar
  • 3
0 votes
0 answers
59 views

In Odoo 13 I cannot empty a One2many field from a Transient Model

I have created two models, lets say ModelA and ModelB. ModelA has a Many2one field to sale_order_line. ModelA has a One2many field to ModelB ModelB has a Many2one field back to ModelA and is set ...
Neill's user avatar
  • 711
0 votes
0 answers
39 views

is there domain option for menuitem definition on xml on Odoo

i setup an Odoo 13 CE as a multi-companies environment, there are five companies. because not all companies using the same workflow, therefore, i hope some functions defined on menu they are company ...
Dennis Chan's user avatar

15 30 50 per page
1
2 3 4 5
42