- Sep 17, 2023
-
-
Odoo Translation Bot authored
-
- Sep 03, 2023
-
-
Odoo Translation Bot authored
-
- Aug 13, 2023
-
-
Odoo Translation Bot authored
-
- Jul 30, 2023
-
-
Odoo Translation Bot authored
-
- Jul 09, 2023
-
-
Odoo Translation Bot authored
-
- Jul 02, 2023
-
-
Odoo Translation Bot authored
-
- Jun 20, 2023
-
-
Saurabh Choraria authored
When notification type is set as sms we need to check whether the template which is referenced is coming from a correct model or not. Applying this commit will fix this issue. sentry-4195133685 closes odoo/odoo#125709 X-original-commit: 6cb268230cab571fe39ee755b06b24a2a3cd5579 Related: odoo/enterprise#42827 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com> Signed-off-by:
Saurabh Choraria (sauc) <sauc@odoo.com>
-
- Jun 04, 2023
-
-
Odoo Translation Bot authored
-
- May 24, 2023
-
-
Nasreddin Boulif (bon) authored
Steps to reproduce: - Install `Events` module - Create a new event and set it to `Autoconfirmation` - Create a new attendee and confirm it Issue: Mail that confirm registration is not sent to attendee. Cause: When computing the `schedule_date`, it take the value of the `registration_id.create_date` WITH the microseconds. When creating a new attendee, at some point we run the mail schdelure that compare if the `schedule_date <= now`. `schedule_date` and `now` have same value except for the microseconds (set on `schedule_date` but not on `now`). Therefore `schedule_date > now` and the mail is not sent. Solution: Remove microseconds from the schedule_date. opw-3079389 closes odoo/odoo#122137 X-original-commit: f2adca45dcec5a11daa92d07bae00615210ea0de Signed-off-by:
Nasreddin Boulif (bon) <bon@odoo.com>
-
- May 07, 2023
-
-
Odoo Translation Bot authored
-
- Apr 26, 2023
-
-
Odoo Translation Bot authored
-
- Apr 16, 2023
-
-
Odoo Translation Bot authored
-
- Apr 09, 2023
-
-
Odoo Translation Bot authored
-
- Apr 02, 2023
-
-
Odoo Translation Bot authored
-
- Mar 26, 2023
-
-
Odoo Translation Bot authored
-
- Mar 23, 2023
-
-
Hansun (hale) authored
1. Install [Events] 2. On [Settings], create an admin for Events (uncheck all other rights) 3. Click on Events, enter an event 3. Click on [Communication] tab, and try adding a line Issue: accessing ir.model is blocked Solution: Find another way Original fix in 15.0: #112527 Fix of the fix in 15.0: #115881 Original forward-port in 16.0: #115101 This commit is fixing the original forward-port in 16.0 and includes the fix of the fix. affected branch: 16.0-master opw-3163138, 3193659 closes odoo/odoo#116221 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com>
-
- Mar 19, 2023
-
-
Odoo Translation Bot authored
-
- Mar 14, 2023
-
-
Hansun (hale) authored
1. Install [Events] 2. On [Settings], create an admin for Events (uncheck all other rights) 3. Click on Events, enter an event 3. Click on [Communication] tab, and try adding a line Issue: accessing ir.model is blocked Solution: Find another way Impacted versions: 15 - master opw-3163138, 3103199, 3193659 closes odoo/odoo#115101 Related: odoo/enterprise#38097 Signed-off-by:
Nicolas Lempereur (nle) <nle@odoo.com> Signed-off-by:
Lee, Hansun (hale) <hale@odoo.com>
-
- Feb 26, 2023
-
-
Odoo Translation Bot authored
-
- Feb 20, 2023
-
-
Odoo Translation Bot authored
-
- Feb 13, 2023
-
-
Odoo Translation Bot authored
-
- Feb 05, 2023
-
-
Odoo Translation Bot authored
-
- Jan 29, 2023
-
-
Odoo Translation Bot authored
-
- Jan 22, 2023
-
-
Odoo Translation Bot authored
-
- Jan 08, 2023
-
-
Odoo Translation Bot authored
-
- Dec 25, 2022
-
-
Odoo Translation Bot authored
-
- Dec 18, 2022
-
-
Odoo Translation Bot authored
-
- Dec 04, 2022
-
-
Odoo Translation Bot authored
-
- Nov 27, 2022
-
-
Odoo Translation Bot authored
-
- Nov 20, 2022
-
-
Odoo Translation Bot authored
-
- Nov 13, 2022
-
-
Odoo Translation Bot authored
-
- Nov 06, 2022
-
-
Odoo Translation Bot authored
-
- Oct 30, 2022
-
-
Odoo Translation Bot authored
-
- Oct 23, 2022
-
-
Odoo Translation Bot authored
-
- Oct 16, 2022
-
-
Odoo Translation Bot authored
-
- Oct 09, 2022
-
-
Odoo Translation Bot authored
-
- Oct 02, 2022
-
-
Odoo Translation Bot authored
-
- Sep 25, 2022
-
-
Odoo Translation Bot authored
-
- May 03, 2022
-
-
Victor Feyens authored
Remove most values uselessly specified because giving the same value as the default one (see _DEFAULT_MANIFEST in odoo/modules/module.py) * auto_install is Falsy by default * author is Odoo SA by default * summary & description are empty strings by default * application is False by default * test, demo, depends and data are empty lists by default This will reduce noise/inconsistencies between manifests specifications, simplify analysis of manifests content, ... closes odoo/odoo#90209 Related: odoo/enterprise#26807 Signed-off-by:
Victor Feyens (vfe) <vfe@odoo.com>
-
- Apr 23, 2022
-
-
Martin Trigaux authored
closes odoo/odoo#89225 X-original-commit: 5925a83d87fa4702f4c0f22346304dc2da47c728 Related: odoo/enterprise#26435 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-