- Aug 27, 2022
-
-
EmanAliYousef authored
closes odoo/odoo#99052 X-original-commit: db0084f3 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
tafaRU authored
closes odoo/odoo#99061 X-original-commit: 02b4e98e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 25, 2022
-
-
Daniel Blanco authored
Add Jose Moreno Hanshing closes odoo/odoo#98856 X-original-commit: 4a076198 Signed-off-by:
Josse Colpaert <jco@odoo.com> Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 19, 2022
-
-
Téo Goddet authored
X-original-commit: b43e8ba9f72f52a5ce3ba78ad192ae1783bd1e4e Part-of: odoo/odoo#95518
-
- Aug 18, 2022
-
-
Mossaab BOUDCHICHA authored
closes odoo/odoo#98416 X-original-commit: 42cb8ad0 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Ignacio Cainelli authored
The error message now shows that a VAT tax must be added to that line and that if it is already added, it may be misconfigured. This improves the functionality since previously it showed that there should only be one VAT tax and that could generate confusion in some cases [CLA] add new members to Adhoc CLA closes odoo/odoo#97640 X-original-commit: 16200f80cd8ae7a471725833655a06fe049b5b4b Signed-off-by:
Josse Colpaert <jco@odoo.com>
-
- Aug 10, 2022
-
-
Swapnesh authored
closes odoo/odoo#97856 X-original-commit: 02238b06 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 09, 2022
-
-
ikapasi authored
closes odoo/odoo#97755 X-original-commit: 0ab9d340 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 08, 2022
-
-
Leo Tran authored
closes odoo/odoo#97621 X-original-commit: 8ba0c300 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Alejandro Garza authored
closes odoo/odoo#97616 X-original-commit: 1fe381b0 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
sakarin.s authored
closes odoo/odoo#97614 X-original-commit: db082390 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 05, 2022
-
-
rd-manatec authored
closes odoo/odoo#97460 X-original-commit: e40fc333 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 30, 2022
-
-
Andrew Chau authored
Check whether the product ID of the first item exists inside product_data before trying to access it. Although it means the first item still does not appear, both products will be present in the user's cookies. When the user refreshes the page or navigates away, both products will be visible in the comparison panel. closes odoo/odoo#97152 X-original-commit: 5c6a92d0 Signed-off-by:
William Braeckman (wbr) <wbr@odoo.com>
-
- Jul 28, 2022
-
-
Lin Wenwen authored
Start Odoo with multiple cron threads (e.g. --max-cron-threads=4), trigger many crons at once, there is a chance one of the cron thread fails due to a serialization error. Inside of the `_acquire_one_job` function, the query evaluates many rows to find one that fit multiple requirements. Two of those requirements are (1) that the `nextcall` of the row is in the past or (2) that it exists a cron trigger for that cron with a `call_at` in the past. In case the `nextcall` of one of those rows is modified or the cron triggers are removed by another transaction then there can be a serialisation failure in the current transaction. This serialisation error is important, it prevents the current cron worker from acquiring a cron job that has been processed in another cron worker. The problem is that that postgres doesn't tell which row was modified by the other transaction (=processed by another worker cron) so it is not possible to just skip that cron and continue with the others. Our solution is to limit the WHERE clause of the `_acquire_one_job` function to a single row. In case there is a serialization failure we know the cron was processed in another job and we can skip it. Closes #96584 closes odoo/odoo#96926 X-original-commit: 684750a0 Signed-off-by:
Julien Castiaux <juc@odoo.com> Co-authored-by:
Julien Castiaux <juc@odoo.com>
-
Arnis Putniņš authored
closes odoo/odoo#96790 X-original-commit: 4d459050 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 27, 2022
-
-
Norlan Ruiz authored
closes odoo/odoo#96720 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
filwu8 authored
[CLA] Individual signature Gordon.md closes odoo/odoo#96278 X-original-commit: 9bfad543 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 21, 2022
-
-
Dieter Reinert authored
closes odoo/odoo#95074 X-original-commit: 4ec9769e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 18, 2022
-
-
KareemAbuzaid authored
With Calendar and CRM installed: - Create a lead and a meeting related to that lead. - Delete the lead. - Go to the meeting form view from the calendar App. - Click the Document action button and nothing will take place. After this commit if you delete the lead, you will no longer be able to the see the button as document information is correctly reset. Task-2917174 Closes odoo/odoo#42450 Closes odoo/odoo#47497 closes odoo/odoo#96190 X-original-commit: 71ccb7dae43a13521f2a290ce76cafd8fb5b963f Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Lorenzo Ciciotti authored
Onchange could also populate the lang field of the lead when updating the customer. Partial backport of odoo/odoo@65bb3a5710573a530939341827d1afb0f158c0ba Task-2917174 Closes odoo/odoo#78715 X-original-commit: e0e1e402a6c40ed89bc5a11671e364a67e93a176 Part-of: odoo/odoo#96190
-
- Jul 12, 2022
-
-
afmipy authored
closes odoo/odoo#95779 X-original-commit: 3747a328 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 08, 2022
-
-
Juan authored
closes odoo/odoo#95593 X-original-commit: d2e11f73 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 01, 2022
-
-
Pierre Verkest authored
X-original-commit: 0e44329880e85fe134b000073ab9d3220d17f1c3 Part-of: odoo/odoo#95071
-
- Jun 30, 2022
-
-
Jaypal Maru authored
closes odoo/odoo#94951 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
javl authored
closes odoo/odoo#94168 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 24, 2022
-
-
grzana12 authored
closes odoo/odoo#94532 X-original-commit: cbb450165053a4a8ffcd7fa0585a7fdf51caa843 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jun 20, 2022
-
-
Iryna Vyshnevska authored
closes odoo/odoo#93985 X-original-commit: 7fe2a02e Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 17, 2022
-
-
TheAlekLuna authored
closes odoo/odoo#93936 X-original-commit: 7e2e92dd Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 16, 2022
-
-
JJebara authored
closes odoo/odoo#93665 X-original-commit: 65b7ae53 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
fianfachry authored
closes odoo/odoo#93656 X-original-commit: 9dd8d385 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 10, 2022
-
-
Sebastien LANGE authored
closes odoo/odoo#93297 X-original-commit: 9136fea6 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Domenico Stragapede authored
closes odoo/odoo#93249 X-original-commit: 0bbe85e7 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
manu authored
[FIX]l10n_es: account common 4009 account type to Current Assets, account common 438 account type to Current Liabilities However, by further investigation, we saw that both need to be current liabilities. (see discussion on issue/pr) (92515, 91455, 84039) closes odoo/odoo#93129 X-original-commit: d432ce9e Signed-off-by:
Josse Colpaert <jco@odoo.com>
-
Kevin Enlong authored
closes odoo/odoo#93254 X-original-commit: 9f924948 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 30, 2022
-
-
Trinh Duc Do authored
closes odoo/odoo#92450 X-original-commit: 1563fb80 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- May 20, 2022
-
-
Zodk2 authored
closes odoo/odoo#91964 X-original-commit: e7fa830b Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 19, 2022
-
-
Joakim Weckman authored
closes odoo/odoo#91863 X-original-commit: 1ba522a5 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 18, 2022
-
-
Alexandre Kühn authored
closes odoo/odoo#91714 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
- May 17, 2022
-
-
Yannick Payot authored
closes odoo/odoo#91605 X-original-commit: c2244614 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 12, 2022
-
-
xavier-bouquiaux authored
closes odoo/odoo#88520 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-