Jordi Ballester Alomar
Jordi Ballester Alomar
We have identified that Transifex performs translations for branch 11-dev, and puts the result in branch 11.0. Not sure how to address this. It seems that this is not happening...
[Question] queue_job when multiple odoo servers are used with load balancing (and single postgres)
In the scenario where multiple odoo servers are used with load balancing, and a single postgres server is used, will all of the odoo servers try to run all the...
Even when they have an amount residual. Those entries can exist as a result of an exchange rate difference.
The tax balance report searches using a m2m field, which kills performance in large databases. We need direct SQL queries in order to work around this issue. See https://github.com/odoo/odoo/issues/30350 cc...
- A new option is added to the general ledger wizard 'Display partial reconciliations'. Since it has a potential performance impact we want this feature to be optional.  -...
Some companies may need to manage a custom depreciation board because the depreciation schedule is too custom, or because it may have evolved over time and cannot follow a single...
Assets such as art are not subject to a depreciation board, but nevertheless they must be created as asset, and are subject to removal, just like any other asset. Without...
Forward port of https://github.com/OCA/account-financial-tools/pull/1349 cc @celm1990 @AaronHForgeFlow
Add an init hook and a migration in order to make sure that account move lines connected with stock moves get the connecting purchase order line. cc @AaronHForgeFlow @ChrisOForgeFlow
In v14 the account.move has the stock_move_id in standard, so we should make use of it. @AaronHForgeFlow