- Sep 15, 2023
-
-
Levi Siuzdak (sile) authored
Versions: --------- - 14.0 - 15.0 Steps to reproduce: ------------------- 1. create an eCommerce site; 2. add another language; 3. visit site using any language other than English; 4. add product to cart; 5. go to checkout until you can change address. Issue: ------ In the country and state/province selectors, the default values are not translated. Cause: ------ Their `msgid` strings in the .pot files don't include the option tags that were introduced in 57d7e75b. Solution: --------- Add option tags to the `msgid` strings. opw-3455492 closes odoo/odoo#135656 X-original-commit: b95770a5 Signed-off-by:
Levi Siuzdak (sile) <sile@odoo.com> Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com> Signed-off-by:
Levi Siuzdak <sile@odoo.com>
-
- Apr 26, 2022
-
-
Patrick Hoste authored
PURPOSE Before this commit, when the chatter was displayed on a portal page (with the customer preview button) one could see the internal notes with a button for toggling his visibility... which was ineffective because a portal user could never see internal notes and on the opposite internal users could always see them. This commit adds another informative (disabled) button for internal notes. SPECIFICATION Adds a 'is_message_subtype_note' param on the message in the _portal_message_format method. LINKS Task-2817892 closes odoo/odoo#89697 X-original-commit: f74434c6 Signed-off-by:
Warnon Aurélien (awa) <awa@odoo.com> Signed-off-by:
Hoste Patrick (pko) <pko@odoo.com>
-
- Mar 24, 2022
-
-
Denis Ledoux authored
Add the possibility for portal users to manage API keys in the frontend portal interface. - Allow for portal users to manage their API keys if the system parameter `portal.allow_api_keys` is set. A settting in `res.config.settings` is added in order to enable or disable the feature (to add/remove the system parameter) through a compute field, to avoid adding a new database column in standard (as this revision targets stable 15.0). The setting appear only in debug mode. - Display the API keys in the portal in debug mode only (as in the back-end for regular users, in their profile) - The flow in the frontend is a mimic of the flow from the backend, the wording and the look and feel is from the back-end. closes odoo/odoo#85682 Signed-off-by:
Denis Ledoux (dle) <dle@odoo.com>
-
- Oct 05, 2021
-
-
Martin Trigaux authored
closes odoo/odoo#77834 Related: odoo/enterprise#21452 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>
-
- 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>
-
- Jan 08, 2021
-
-
nie authored
Steps: - Install Invoicing and load French - Go to Invoicing - Click an invoice due in the future - Click Preview - Switch the preview to French by modifying the URL like this: example.com/my/invoices/6 -> example.com/fr_FR/my/invoices/6 Bug: "Due in %d days" is still displayed in English. The rest of the page is in French. Explanation: This is due to two things: 1. `mail` and `portal` are both installed and we cannot have more than one `code` translation of a source [1]. Since `mail` is loaded before, alphabetically, `portal` doesn't add the duplicated translations with its own module name. When loading a web page, only the modules returned by `_get_translation_frontend_modules_domain()` are sent to the frontend. `mail` is not one of them and the duplicated translations are not sent. Since sending all the `mail` translations is overkill, this commit is modifying the format string. This won't change the text outcome, but will make the new sources unique and make the backend send these translations to the frontend. 2. Translations in `portal_sidebar.js` are queried before the translation DB [2] is made. This results in an empty array and `_t()` returns the source. `session.is_bound` will wait until the app is fully loaded before querying. [1] https://github.com/odoo/odoo/blob/ad2d96db8ad3e1fd7af2edda218fc34c0c1d259a/odoo/addons/base/models/ir_translation.py#L290 [2] https://github.com/odoo/odoo/blob/0de069b8ca9fb005ba5b076984f5677de25889ee/addons/web/static/src/js/core/translation.js#L51 opw:2421501 closes odoo/odoo#64263 X-original-commit: 118d79192cf0fc923a121745c78e6dd0da563df0 Signed-off-by:
backspac <backspac@users.noreply.github.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>
-
- 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 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>
-
- 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>
-
- Oct 07, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#38028 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Sep 24, 2019
-
-
Martin Trigaux authored
Still without demo data closes odoo/odoo#37274 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>
-
- Aug 08, 2019
-
-
Martin Trigaux authored
The error were untranslatables Courtesy of Moises Lopez closes odoo/odoo#35573 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jul 08, 2019
-
-
Julien Castiaux authored
Move inside a node so the term can be exported (t-esc value are not translatable) opw-2031550 closes odoo/odoo#34663 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>
-
- Mar 20, 2019
-
-
Martin Trigaux authored
closes odoo/odoo#31985 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Jan 25, 2019
-
-
Martin Trigaux authored
Was saying previous while it was actually next closes odoo/odoo#30543
-
- Jan 15, 2019
-
-
Martin Trigaux authored
Mostly following changes at 7f8631a9 closes odoo/odoo#30072
-
- Jan 16, 2019
-
-
Martin Trigaux authored
To reflect fixes at ec226308 and cd408083 closes odoo/odoo#30253
-
- Dec 11, 2018
-
-
Nicolas Martinelli authored
closes odoo/odoo#29413
-
- Sep 21, 2018
-
-
Martin Trigaux authored
-
- Sep 18, 2018
-
-
Martin trigaux authored
To match new model_terms syntax
-
- Aug 24, 2018
-
-
Martin Trigaux authored
Create the odoo-12 project
-
- 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
-
- Jun 25, 2018
-
-
Martin Trigaux authored
To odoo-master Transifex project
-
- Mar 22, 2018
-
-
Martin Trigaux authored
-
- Oct 02, 2017
-
-
Martin Trigaux authored
-
- Sep 20, 2017
-
-
Martin Trigaux authored
saas-18 will be the future version 11
-
- Jul 18, 2017
-
-
Thibault Delavallée authored
Commit 3e310515 removed the portal module as its feature are completely replaced by front-end customer portal or base portal user support in various modules. However the portal pot file, kicked out of Odoo by the door, tried to come back through the window. This commit closes the window and puts this file out again. Let us hope it does not make holes in the garden or barks at neighbors.
-
- May 29, 2017
-
-
Yenthe V.G authored
And specify which group is incorrect Closes #17275
-
- Feb 15, 2017
-
-
Martin Trigaux authored
-
- Sep 07, 2016
-
-
Martin Trigaux authored
-
- Aug 22, 2016
-
-
Martin Trigaux authored
1. export saas-12 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-12 .po files 3. msgmerge saas-12 .po with saas-12 .pot files to keep relevant terms
-
- Aug 19, 2016
-
-
Martin Trigaux authored
1. export saas-11 sources terms into .pot files 2. msgcat odoo-9 .po & odoo-master .po into saas-11 .po files 3. msgmerge saas-11 .po with saas-11 .pot files to keep relevant terms
-