- 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#112130 Transifex: adapt to new URL format Related: odoo/documentation#3500 Related: odoo/enterprise#36784 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jun 29, 2022
-
-
Valentin Chevalier authored
Adyen announced the deprecation of their Hosted Payment Page (HPP) solution for the year 2022. They plan on stopping providing support on July 1st and on disabling the API on October 1st. This commit adds a new `payment_adyen_paybylink` module to migrate the current implementation of Adyen from the HPP API to the equivalent (with redirection) Pay by Link API. task-2607397 closes odoo/odoo#94651 X-original-commit: a3236517 Signed-off-by:
Antoine Vandevenne (anv) <anv@odoo.com>
-
- Mar 30, 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#87498
-
- 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#83367 X-original-commit: 470bdc2c Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Nov 27, 2020
-
-
Martin Trigaux authored
Courtesy of Transifex's translators for reporting bad/unclear sentences. closes odoo/odoo#62539 Related: odoo/enterprise#15032 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#61785 Related: odoo/enterprise#14751 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 02, 2020
-
-
Martin Trigaux authored
And other reported English mistakes in source string Courtesy of Transifex translators And remove leftover from gengo closes odoo/odoo#59002 Related: odoo/enterprise#13776 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 29, 2020
-
-
Martin Trigaux authored
Including demo data this time closes odoo/odoo#58821 Related: odoo/enterprise#13682 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#57148 Related: odoo/enterprise#12985 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 01, 2020
-
-
Martin Trigaux authored
Without demo data closes odoo/odoo#56839 Related: odoo/enterprise#12821 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
-
- Nov 20, 2018
-
-
Thibault Delavallée authored
This module only adds an action allowing to send some invitations to surveys to leads. It is safer to go through the survey module especially that its use is about to be improved. Commit linked to task ID 1910982. closes odoo/odoo#28801
-
- Oct 08, 2018
-
-
Martin Trigaux authored
closes odoo/odoo#27544
-
Martin Trigaux authored
Including demo data closes odoo/odoo#27504
-
- Oct 02, 2018
-
-
Martin Trigaux authored
Reflect module moved to enterprise and remove fields after c9837ac5
-
- Sep 26, 2018
-
-
Josse Colpaert authored
-
- Sep 25, 2018
-
-
Aurélien Warnon authored
Task #1871557 Purpose ======= - Configure a product from a sales order as easily as in the ecommerce The backend uses the same template as the frontend to configure a products and its options - Display optionnal products of optionnal products in the "sale options" section - Allow adding exlusions to some combinations of the product and/or to some combinations of the optionnal and accessory products Specification ============= PHASE I 1. Improve the "Add to cart" with optional products - When you add an option to cart, move the product to the cart & show the options of this option - Don't open the option wizard if no option available (in case this module becomes generic, it's better to skip this step when it's not needed) - Display the options right under their related product in the cart 2. Do not allow to add the product as an optional product for itself Why ? - No functional sense - Creates issues in the add to cart wizard 3. Exclude some attribute combinations within the product or with related options and accessory products - Rename VARIANT PRICES button -> CONFIGURE VARIANTS - When you click this button and select a value, open form view rather than inline edition - Form view of variant values: - Attribute - Value - HTML Color Index - Attribute Price Extra - Not Compatible with: o2m tab with 2 fields: Product AND Attribute Value (of this product) [m2m tag selection] - in any new line, autocomplete the current product by default - Tooltip: A list of product and attribute values that you want to exclude for this product's attribue value. Also applies on optionnal and accessory products. 4. New option to configure a product in a sales order line - This option is only visible if the corresponding option is activated in the sales settings - It opens a wizard to select a product template, configure related attribute values and select optional products (based on frontend view) - Attributes not compatible with other selected attributes should not be selectable - Must work like in the frontend
-
- Sep 21, 2018
-
-
Martin Trigaux authored
-
Antony Lesuisse authored
For Name field or M2O, gives a list of companies Data comes from Odoo IAP Service
-
- Sep 18, 2018
-
-
Martin Trigaux authored
cf b83a5746
-
- Aug 24, 2018
-
-
Martin Trigaux authored
Create the odoo-12 project
-
- Aug 14, 2018
-
-
Richard Mathot authored
task: 51094
-
- Aug 02, 2018
-
-
Martin Trigaux authored
For odoo-master transifex project
-
- Jul 27, 2018
-
-
Martin Trigaux authored
To reflect all the unstable changes made in translations
-