odoo icon indicating copy to clipboard operation
odoo copied to clipboard

Odoo. Open Source Apps To Grow Your Business.

Results 2164 odoo issues
Sort by recently updated
recently updated
newest added

This re-factor has 3 main objectives: ### 1. Remove the QWeb templates used to render UBL documents. - This means we don't have to first populate dictionaries with values, then...

related enterprise PR : https://github.com/odoo/enterprise/pull/87627

Runbot tests will soon be run in dockers with no access to the outside world, so all their interfaces will be disconnected. The problem is that the browser considers itself...

forwardport

Prevent sending empty array to indexedDB to avoid useless writes and potential errors. Check variable before calling a the `isEquals` method on it to avoid TypeError when the variable is...

forwardport
conflict

Prior to this change, when users cancelled their payment, they remained stuck on their previous order. It was not possible to cancel the order from the basket page. This change...

forwardport
conflict

This commit implements a caching system for the data used in List, Kanban and Form views, with the aim of increasing loading speed. It modifies the PersistentCache system, introduced in...

RD

This PR adds a new module `l10n_ar_stock` that enables support for pre-printed delivery guides (Remitos) in Argentina, complying with local invoicing regulations. - Adds configuration fields on `stock.picking.type` for CAI...

RD

Allow the user to select a ZATCA-compliant reason for Credit and Debit notes and adjust the XML payload accordingly. Current behavior before PR: The 'reason' field in the account.move.reversal or...

RD

The To Check feature should only be used by the accountants. A random user who only use accounting to create bills and invoices shouldn't be allowed to review and mark...

RD