- Feb 09, 2023
-
-
Martin Trigaux authored
Tansifex is deprecating it's client and switches to a go-based solution in its API v3 The new client is still backward compatible with the old format but the v2 API is going to be phased out. See https://github.com/transifex/cli to install the deplyments using the tx client This PR is the result of the "tx migrate" command closes odoo/odoo#112269 Transifex: adapt to new URL format X-original-commit: af865ec1 Related: odoo/documentation#3514 Related: odoo/enterprise#36853 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 17, 2022
-
-
Josse Colpaert authored
closes odoo/odoo#91546 Signed-off-by:
William André (wan) <wan@odoo.com>
-
- Apr 08, 2022
-
-
Martin Trigaux authored
Localisation modules are converted to English and published in a separated project on Transifex https://www.transifex.com/odoo/odoo-15-l10n Every localisation module will progressively be converted to have the source in English and translated via Transifex. This will allow developers to improve the localisations without having to work with translators directly. closes odoo/odoo#88025 Related: odoo/enterprise#26037 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 31, 2022
-
-
std-odoo authored
Purpose ======= As it has been done for Gmail, we want to add the OAuth authentication for the incoming / outgoing mail server. Specifications ============== The user has to create a project on Outlook and fill the credentials in Odoo. Once it's done, he can create an incoming / outgoing mail server. For the authentication flow is a bit different from Gmail. For Outlook the user is redirected to Outlook where he'll accept the permission. Once it's done, he's redirected again to the mail server form view and the tokens are automatically added on the mail server. Technical ========= There are 3 tokens used for the OAuth authentication. 1. The authentication code. This one is only used to get the refresh token and the first access token. It's the code returned by the user browser during the authentication flow. 2. The refresh token. This one will never change once the user is authenticated. This token is used to get new access token once they are expired. 3. The access token. Those tokens have an expiration date (1 hour) and are used in the XOAUTH2 protocol to authenticate the IMAP / SMTP connection. During the authentication process, we can also give a state that will be returned by the user browser. This state contains 1. The model and the ID of the mail server (as the same mixin manage both incoming and outgoing mail server) 2. A CSRF token which sign those values and is verified once the browser redirect the user to the Odoo database. This is useful so a malicious user can not send a link to an admin to disconnect the mail server. Task-2751996 X-original-commit: e54d63b3c0f39fd8a05e430442cf84d1d6c8de78 Part-of: odoo/odoo#87554
-
- Feb 02, 2022
-
-
Denis Ledoux authored
Add the possibility to force the two-factor authentication for all users, using a two-factor authentication by email when the 2FA using an Authenticator app is not configured for the user. Two possibilities: - Force the 2FA only for employee users using the system parameter `auth_totp.policy=employee_required` - Force the 2FA for all users, employees and portals, using the system parameter `auth_totp.policy=all_required` closes odoo/odoo#83256 Signed-off-by:
Denis Ledoux (dle) <dle@odoo.com>
-
- Jan 26, 2022
-
-
qmo-odoo authored
Purpose ======= Less secured apps are no longer supported by google, therefore, we need to transition to the OAuth2 authentication system. Specifications ============== 1. User will need to fill their Gmail API credentials in the main settings page 2. Then, in the incoming / outgoing mail server form view, they will need to tick the Gmail support checkbox 3. A link will be available to be redirected to Gmail and accept the permission 4. The user can now copy / paste the authorization code in Odoo, set his email as "login" and then send / receive emails with Gmail Task-2170676 closes odoo/odoo#83388 X-original-commit: 887524b7 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Jan 24, 2022
-
-
Martin Trigaux authored
closes odoo/odoo#83230 Related: odoo/enterprise#23694 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 12, 2021
-
-
Martin Trigaux authored
Not much content but still to be translated closes odoo/odoo#78012 Related: odoo/enterprise#21524 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 14, 2021
-
-
Martin Trigaux authored
closes odoo/odoo#76484 Related: odoo/enterprise#20844 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 06, 2021
-
-
Victor Feyens authored
*: extensions of `adyen_platforms`, namely: - pos_adyen: remove related code, records, views, ... - payment_odoo: remove the module - sale_payment_odoo: remove the module Modules related to Odoo Payments are already all merged since 14.0 and 14.4 (depending on the module). As the plan is to merge the final version of Odoo Payments in 15.0 soon after the release, we want to avoid all the complications that inevitably come with huge diffs, model changes, XMLID collisions, etc. when merging in a stable version. Even though it is possible to install these modules since 14.0, no information could be lost during the upgrade since the entry point of the application has never been activated. task-2637770 closes odoo/odoo#75852 Related: odoo/upgrade#2804 Signed-off-by:
Antoine Vandevenne (anv) <anv@odoo.com> Co-authored-by: Antoine Vandevenne (anv)
-
- Aug 25, 2021
-
-
Thibault Delavallée authored
PURPOSE Perform a global renaming / cleaning of IAP features often added or merged with minimal review. Time to cleanup ! SPECIFICATIONS Rename ``crm_iap_lead_website`` to ``website_crm_iap_reveal``. This module is an addition to ``website_crm``, notably using visitor based information to generate leads based on rules. LINKS Task-2630969 Prepares Task-2600047 (code improvements and cleaning) COM PR odoo/odoo#75514 ENT PR odoo/enterprise#20424 UPG PR odoo/upgrade#2770
-
Thibault Delavallée authored
PURPOSE Perform a global renaming / cleaning of IAP features often added or merged with minimal review. Time to cleanup ! SPECIFICATIONS Rename ``crm_iap_lead`` to ``crm_iap_mine`` . Indeed it adds lead mining feature on top of crm. LINKS Task-2630969 Prepares Task-2600047 (code improvements and cleaning) COM PR odoo/odoo#75514 ENT PR odoo/enterprise#20424 UPG PR odoo/upgrade#2770
-
Thibault Delavallée authored
PURPOSE Perform a global renaming / cleaning of IAP features often added or merged with minimal review. Time to cleanup ! SPECIFICATIONS Rename ``crm_iap_lead_enrich`` to ``crm_iap_enrich`` . Lead naming is not really required as it is a bridge build on ``crm``. LINKS Task-2630969 Prepares Task-2600047 (code improvements and cleaning) COM PR odoo/odoo#75514 ENT PR odoo/enterprise#20424 UPG PR odoo/upgrade#2770
-
- Jul 12, 2021
-
-
Martin Trigaux authored
Without demo data closes odoo/odoo#73560 X-original-commit: 802e46541117573e028b711ea33dad9df9075a39 Related: odoo/enterprise#19602 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 11, 2021
-
-
Martin Trigaux authored
closes odoo/odoo#70673 X-original-commit: bcb9ff784e44462384b0a43a0a23eed7a1111bc5 Related: odoo/enterprise#18269 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Feb 19, 2021
-
-
Martin Trigaux authored
For odoo-master Transifex project, no demo data closes odoo/odoo#66500 X-original-commit: 813931ac850e5ba4181259a5957ec72226fb670c Related: odoo/enterprise#16510 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Dec 11, 2020
-
-
Martin Trigaux authored
Without demo data closes odoo/odoo#63238 X-original-commit: 4e6683973b1d1ecc67f1312a8ef98b1272e2d5a5 Related: odoo/enterprise#15268 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Nov 30, 2020
-
-
Martin Trigaux authored
Courtesy of Transifex's translators for reporting bad/unclear sentences. closes odoo/odoo#62564 X-original-commit: 9b3b2e8d Related: odoo/enterprise#15038 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Nov 16, 2020
-
-
Martin Trigaux authored
Courtesy of Transifex's translators for reporting bad/unclear sentences. closes odoo/odoo#61804 X-original-commit: f5d0f4a1 Related: odoo/enterprise#14769 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 05, 2020
-
-
Martin Trigaux authored
And other reported English mistakes in source string Courtesy of Transifex translators And remove leftover from gengo closes odoo/odoo#59022 X-original-commit: 26efc84c Related: odoo/enterprise#13781 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 29, 2020
-
-
Martin Trigaux authored
Including demo data this time closes odoo/odoo#58862 X-original-commit: 575abde1 Related: odoo/enterprise#13705 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 07, 2020
-
-
Martin Trigaux authored
Currently on branch saas-13.5 Without demo data closes odoo/odoo#57168 X-original-commit: 32f752b4 Related: odoo/enterprise#12997 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 01, 2020
-
-
Martin Trigaux authored
Without demo data closes odoo/odoo#56869 X-original-commit: 33f251b6 Related: odoo/enterprise#12836 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 09, 2020
-
-
Sébastien Theys authored
The goal of the module was to communicate with livechat operators on our production server, except the feature is disabled on our prod and we don't plan to reactivate it any time soon. closes odoo/odoo#52691 Related: odoo/upgrade#1313 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- Apr 23, 2020
-
-
Martin Trigaux authored
closes odoo/odoo#50031 X-original-commit: 15a7a9f9d71a0b9c46d7caf2f4fbf09a5a4c63fe Related: odoo/enterprise#10140 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Mar 23, 2020
-
-
Antoine Prieels authored
Deprecate MPD integration for Six payment terminals and replace it with TIM because: - MPD broadcasts connection messages to the network so having multiple terminals and MPD servers in the same network results in connection issues - TIM has a JS SDK so it doesn't require an IoT Box. - MPD supports only Yomani and Yoximo terminals while TIM also supports Ingenico. closes odoo/odoo#46789 Taskid: 2188566 Related: odoo/upgrade#903 Related: odoo/enterprise#8994 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
- Feb 13, 2020
-
-
Martin Trigaux authored
closes odoo/odoo#45285 X-original-commit: bb281e98f52a2716f00d43a07446a08df698c1dd Related: odoo/enterprise#8413 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Dec 16, 2019
-
-
Martin Trigaux authored
Without demo data, for the odoo-master transifex project closes odoo/odoo#41935 X-original-commit: dab7670b73506fb3a835695ee3bd735e0c5e5c2b Related: odoo/enterprise#7287 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Dec 02, 2019
-
-
Thibault Delavallée authored
PURPOSE Clean posting process and improve mail.message definition and comprehension. Move as much possible content from website_* modules to portal_* modules to ease their use in customer portal SPECIFICATIONS Now that website_rating is now portal_rating, let us update translations files accordingly. LINKS Task ID 2071556 PR #38692
-
- Oct 07, 2019
-
-
Martin Trigaux authored
The module was not removed from .tx/config file so still fetching translations
-
- Sep 10, 2019
-
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#36559 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Aug 13, 2019
-
-
Martin Trigaux authored
-
- Aug 26, 2019
-
-
Martin Trigaux authored
That will be used a the basis for the future 13.0 version Without demo data closes odoo/odoo#36057 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 01, 2019
-
-
Martin Trigaux authored
The terms were already exported but it was not in the configuration file Courtesy of Erwin Van der Ploeg closes odoo/odoo#34467 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 12, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#34068 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 03, 2019
-
-
Mitali Patel authored
Remove leftover files, everything is now in base
-
- Mar 20, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#31985 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 08, 2019
-
-
Yannick Tivisse authored
-
- Dec 24, 2018
-
-
Martin Trigaux authored
closes odoo/odoo#29730
-
- Dec 06, 2018
-
-
ThanhDodeurOdoo authored
This commit renames the module document into attachment_indexation to provide a more descriptive name and avoid confusion with enterprise's documents module. task: #1908896
-