- Apr 25, 2019
-
-
Antoine Guenet authored
The `o_checklist` class was preserved when converting a checklist to an ordered list.
-
- Apr 30, 2019
-
-
Martin Trigaux authored
Backport of 6d9862f8 to saas-12.2 Instead of fil - fil_PH, it should have been fil_PH - fil. closes odoo/odoo#33040 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 28, 2019
-
-
Odoo Translation Bot authored
-
- Apr 25, 2019
-
-
Sébastien Theys authored
Backport of d3d58b60 Only the variant is using this code, so it was a bad idea to make the mixin more complicated than it had to be. Update the image tests to make sure this is working correctly. The test were only testing the size of the images, now they also test the actual content. Part of task-1949729 Original PR: odoo/odoo#32253 closes odoo/odoo#32814 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
Antoine Guenet authored
This resolves an issue with pasting in text only mode (no HTML): the list of nodes to paste was being modified with the `_mergeAdjacentULs` method which is irrelevant to text nodes. Because of that, a corrupted list of nodes was inserted into the DOM. opw-1962743 closes odoo/odoo#32454 Signed-off-by:
Pierre Paridans <pparidans@users.noreply.github.com>
-
- Apr 24, 2019
-
-
Toufik Ben Jaa authored
- When retrieving lunch orders for specific users, the search could take a long time to be resolved. To fix this issue we rewrote the SQL View that retrieves the information for lunch orders. closes odoo/odoo#32908 Signed-off-by:
Denis Ledoux <beledouxdenis@users.noreply.github.com>
-
Aurélien Warnon authored
Purpose ======= We need to hide header and footer of survey and website layouts when the user is taking a certification ("certificate" field of survey.survey). This is done to have a more "immersive" taking and avoid that the user clicks on other links in the layout header or footer and moves to another page. closes odoo/odoo#31503 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Priyanka Kakadiya authored
Have a grouped Kanban view with an x2many field. Interact with the searchview, and then click anywhere. The fetch of the x2many relational data is batched for the whole view a single RPC for all groups) since e10fd346. If the click occurs before all search_read are done (i.e. before the fetch of relational data is started), there is a crash. This is due to a call to get({raw: true}) to obtain the current model's state, which is currently being reloaded and in an intermediate state. Ideally, this shouldn't happen, but with the sync API of get, we can't change that easily. So at most, we can ensure that it doesn't crash. Moreover, sensitive functions requesting the state for the data can do that in the mutex to ensure that the state isn't currently being reloaded. Related to Issue: 1937149 closes odoo/odoo#32587 Signed-off-by:
Géry Debongnie (ged) <ged@openerp.com> Co-authored-by:
Mohammed Shekha <msh@openerp.com> Co-authored-by:
Aaron Bohy <aab@odoo.com>
-
- Apr 23, 2019
-
-
Aurélien Warnon authored
Slight improvement to the course purchase flow that directly redirects the user to the checkout process when he buys a course. closes odoo/odoo#32649 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Robot Odoo authored
Purpose of this merge is to provide some fixes and tweaks related to design of eLearning application. Notably this merge provides fixes for mobile display, forum integration, certification-specific design and some cleaning in SCSS and bootstrap customizations. See sub commits for more details about them. Linked to task 1958372 Related to PR #32648 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
sri-odoo authored
This commit introduces a specific icon/design for certifications. It is applied to channels having at least one slide of certification type. Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Purpose: clean display of price for payment-based courses. Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Purpose: clean and fix display of All Courses menu in mobile Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Purpose: reduce some customization and ease eLearning link with themes. For that purpose use the body class name propagation recently added. Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Purpose: reduce some customization and ease eLearning link with themes. For that purpose use the body class name propagation recently added. Also mask the initial part of the circular progress, removing the border radius effect. Linked to task 1958372 Related to PR #32648
-
sri-odoo authored
Purpose: allow <body> to accept other classes rather than just the 'o_connected_user' one. It is useful notably to tweak the display of some pages without breaking themes. Linked to task 1958372 Related to PR #32648
-
- Apr 21, 2019
-
-
Odoo Translation Bot authored
-
- Apr 15, 2019
-
-
Antoine Guenet authored
On ENTER in a checklist item, a new checklist item is created. The new one should never be checked. This ensures that ENTER in a checked checklist item never creates a checked checklist item but instead cleans the class. closes odoo/odoo#32684 Signed-off-by:
Pierre Paridans <pparidans@users.noreply.github.com>
-
- Apr 18, 2019
-
-
Dharmraj Jhala authored
Currently while downloading ics for an event, it gives traceback due to improper handling of kwargs. It was introduced from https://github.com/odoo/odoo/commit/a03faab03fdf8a164c2f1298cc138b3fa83b0bea This commit fixes the issue by properly handling kwargs in the method definition. task-1938637 closes odoo/odoo#32750 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Apr 05, 2019
-
-
Sapan Zaveri authored
In https://github.com/odoo/odoo/commit/e21f185d3c6a3bac3a1a7ba482df4d6cf616a159 acquirer_reference is changed to reference for payment, but while validating the payment values there is still acquirer_reference so it's giving traceback Now changed acquirer_reference to reference while validating payment and check proper transactionID with acquirer_reference. Task-ID: 1964073 closes: #32439 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
- Apr 12, 2019
-
-
Xavier-Do authored
Previously, when getting channel info, it was possible that the channel name was the name of the partner of another channel. This bug was introduced with 97516447 closes odoo/odoo#32730 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-
- Apr 15, 2019
-
-
Christophe Simonis authored
This avoids being dependent on the order of records returned by PostgreSQL. closes odoo/odoo#32689 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- Apr 14, 2019
-
-
Odoo Translation Bot authored
-
- Apr 11, 2019
-
-
qmo-odoo authored
This commit changes: - In elearning homepage, change "Heroes of the week" to "leaderboard of the week" - In user profile, change "Rank: Master" to "Current Rank: Master" - In the "Edit Profile" view, remove the required on the description text area Task: #1961116 PR: #32621 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Mar 29, 2019
-
-
David Beguin authored
Set badge image if any instead of forcing badge level icon in badge page. If badge has no image, use the badge level icon. And if no badge level, show default placeholder icon. Task ID: 1961700 PR #32255 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Apr 10, 2019
-
-
Lucas Lefèvre authored
Commit d77ce4c2 introduced a new inherited kanban view for employees. However an other kanban used the same xmlid. Only one is loaded. This commit changes the xmlid for the new kanban view. closes odoo/odoo#32567 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
- Apr 12, 2019
-
-
Priyanka Kakadiya authored
Correctly set demo in demo instead of data. Related to Issue: 1965630 closes odoo/odoo#32481 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Apr 11, 2019
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Arnold Moyaux authored
Usecase: - Go on a BoM with a routing. Go on the first operation and set the next operation(batch field) as 'Once a minimum number of products is processed'. - Set the batch size (minimum operation) to 0. - Create a MO and plan it. - The second work order has state 'pending' instead of 'ready' It happens because the system automatically set the first wo as 'ready' and the following as 'pending' and don't check the batch and batch_size. closes odoo/odoo#32628 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Hugo Vinicius Garcia Razera authored
closes odoo/odoo#32591 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Yannick Tivisse authored
closes odoo/odoo#32582 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Nans Lefebvre authored
The validation error introduced in 552da8dc can pop up in contexts where it is not expected; e.g. not in editing user rights but while upgrading a module. Therefore we make it more explicit, giving the user a way to resolve the error. closes odoo/odoo#32623 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Xavier Morel authored
From an onchange, at this point, (4) doesn't mean "no change" it means "reset to database values". Through the interplay of client and server reverse-engineering one another at this point the client (is supposed to) assume the o2m results are "complete" and a diff from the current *in-database* values rather than the in-client (sent to the server) ones. So a (1) should completely replace all existing values, and a (4) should just remove all of them (but keep the record linked). closes odoo/odoo#32617 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
- Apr 10, 2019
-
-
Aurélien Warnon authored
Task#1958723 This commit fixes the survey form to allow creating, testing and sharing surveys that don't have sections as long as they don't use the "page_per_section" layout. closes odoo/odoo#32159 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Apr 11, 2019
-
-
Priyanka Kakadiya authored
- when answer is correct, then score should be +1. Related to Issue: 1967506 closes odoo/odoo#32612 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Apr 10, 2019
-
-
Goffin Simon authored
Steps to reproduce the bug: - Create a SO with no salesperson - Add a SO line with 2 storable product - Confirm the SO and deliver only one product - Click on "No backorder" Bug: A error was raised because the function "_log_activity"(called by _log_less_quantities_than_expected) requires a responsible Partial Backport: https://github.com/odoo/odoo/commit/e1f9499d2672fb0a346f8ac74552f038f5204a64 opw:1950968 closes odoo/odoo#32592 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
Christophe Simonis authored
This allow enterprise tests to pass.
-
Christophe Simonis authored
-