You need to sign in or sign up before continuing.
- May 03, 2019
-
-
qmo-odoo authored
This commit adds back the slide type icons on the sidebar list in fullscreen and not fullscreen mode. Commit linked to task ID 1978530 (fixes linked to internal testing).
-
qmo-odoo authored
Before this commit, only the users who validated their email could change their own profile. In addition to that behavior we let administrators update all profiles. Commit linked to task ID 1978530 (fixes linked to internal testing).
-
- May 02, 2019
-
-
Toufik Ben Jaa authored
- When having multiples contracts, at least one open and one closed, we may not be able to request a leave. This issue is triggered if the closed contract has no end date. The code checks if the leave you try create overlap over multiple contracts. But if a contract has no end date and is closed, the check may never succeed. So if a contract has no end date and is closed we don't take it in account. closes odoo/odoo#32909 Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
-
- Apr 26, 2019
-
-
Gert Pellin authored
Before this fix an extra line with the price without discount will be printed even if there is no discount on the product. After this fix the line will only be printed if there is a discount. The error occured due to the use of t-else instead of t-elif. closes odoo/odoo#32989 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Apr 25, 2019
-
-
Antoine Guenet authored
The "comparisons" website snippet uses a list group with the class set on a UL. In consequence, the web editor considers it as a regular list and may try to outdent it, which is not the expected behavior with a list group. This fix ensures that ULs with the `list-group` class cannot be in/outdented. closes odoo/odoo#32709 Signed-off-by:
Pierre Paridans <pparidans@users.noreply.github.com>
-
Antoine Guenet authored
A list item with text can be written as <li>text</li> or as <li><p>text</p></li>. Issues occurred when both syntaxes need to be merged together. Namely, the <p>text</p> was being appended to the other list item, thereby creating a visible new line.
-
Antoine Guenet authored
This addresses various bugs that occured with nested lists - including lists that are nested with a UL within a LI (as opposed to a UL directly within another UL).
-
Antoine Guenet authored
The `o_checklist` class was preserved when converting a checklist to an ordered list.
-
- 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>
-
Yannick Tivisse authored
-
- Apr 25, 2019
-
-
Nans Lefebvre authored
Create an expense paid directly by the company, validate and post entries. While the account move lines are correct, the payment is not: it is always null. opw 1962500 closes odoo/odoo#32956 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Lucas Perais (lpe) authored
Configure a route to be in 3 steps make a PO, validate all three pickings Go on the final picking, the one that has the destination to the Stock Click on the smart button to access the traceability report unfold as many lines as you can Before this commit, the first picking of the whole tree (Vendors to Input) appeared as a direct child of the final picking, as well as a child of the intermediary picking (as it should) - Quality > Stock | - Input > Quality | | | -Vendors > Input - Vendors > Input After this commit, the final picking contains only the intermediary which in turn contains only the origin - Quality > Stock | - Input > Quality | -Vendors > Input OPW 1970286 closes odoo/odoo#32953 Signed-off-by:
Lucas Perais (lpe) <lpe@odoo.com>
-
Jorge Pinna Puissant authored
Fine-tuning : 6b7bb096 closes #32944 closes odoo/odoo#32947 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Nicolas Martinelli authored
The Traceability Report printing option is hidden since the report is pretty much unusable. opw-1973161 closes odoo/odoo#32939 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Apr 24, 2019
-
-
Priyanka Kakadiya authored
Pretty much the whole module is covered by the tests in this commit: - standard comparison, from shop, from product page - comparison with more complicated product configuration - the comparison page itself - the alternative products task-1929151 closes odoo/odoo#32901 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com> Co-authored-by:
Priyanka Kakadiya <pka@odoo.com> Co-authored-by:
Mohammed Shekha <msh@openerp.com> Co-authored-by:
Sébastien Theys <seb@odoo.com>
-
- Apr 23, 2019
-
-
Goffin Simon authored
Steps to reproduce the bug: - Install MRP - Uninstall MRP - Install MRP Bug: An error was raised by sql constraint 'barcode_company_uniq' which ensures that a barcode for a location is unique per company. But when uninstalling MRP, some locations such as pbm_loc_id or sam_loc_id are set to active = False and when re-installing MRP, the function _create_missing_locations tried to re-create these locations and the sql constraint was raised. opw:1967534 closes odoo/odoo#32882 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Apr 24, 2019
-
-
Yannick Tivisse authored
closes odoo/odoo#32790 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Lucas Lefèvre authored
The goal of commit 2dbce5e6 was to handle the company holiday type in onchange which was probably forgotten when the company type was introduced. However because the last `elif` was changed to `else`, the `else` clause is executed in some situations where it shouldn't. e.g. If holiday type is `employee` and an employee is set, the `else` clause is (obviously wrongly) executed. This is particularly a problem if the employee is not HR user nor manager. In that case, the field employee_id is invisible and its value has been deleted by the onchange. The allocation cannot be saved because it violates the sql constraint (employee is null). Also, the `mode_company_id` and `category_id` should be set to `False` when the holiday type is not company/category.
-
Lucas Lefèvre authored
1. Open form view to create a leave 2. Change the leave type to 'By department' 3. Choose the department of the current user 4. Save the leave 5. Approve the leave => ValidationError, cannot have two leaves at the same time. In `@api.onchange('holiday_type')`, when choosing by department it sets `employee_id`, `mode_company_id` and `category_id` to `False` ONLY if the department is not already set. But by default, the employee is set to the user's employee and the department is set to the employee's department. Therefore the employee is never set to `False` and the department leave is linked to this employee. When validating the 'department' leave, an 'employee' leave is created for each employee in the department. For the current user, it crashes because the deparment leave overlaps with the 'employee' leave since the department leave is linked to the employee.
-
Nicolas Martinelli authored
Since it is possible to create an operation in the regular list view, it should also be possible to do it in the kanban mobile view. opw-1963527 closes odoo/odoo#32907 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Apr 23, 2019
-
-
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 19, 2019
-
-
Nicolas Martinelli authored
- Create 2 companies A & B - For each company, create a website linked to a different URL and activate 'Free sign up' and 'Specific User Account'. - As a public user, go to website of company B - Go to 'Sign in > Don't have an account?' and create an account The user is created in company A (the company of the user template) instead of company B (the company of the website). We set the company of the user based on the company of the website. opw-1962197 closes odoo/odoo#32823 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Nicolas Martinelli authored
- Create 2 companies A & B - For each company, create a website linked to a specific URL - As a public user, visit website of B - Buy a product, register your address The partner is in company A (the company of the superuser) instead of company B (the company of the website). opw-1962197 closes odoo/odoo#32822 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Apr 24, 2019
-
-
Swapnesh Shah authored
closes odoo/odoo#32746 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Apr 23, 2019
-
-
Nans Lefebvre authored
We remove the remaining comparisons to use the precision rounding of the UoM. opw 1969888 closes #32707 closes #32745 closes odoo/odoo#32844 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Toufik Ben Jaa authored
- When changing the `holiday_type` of a leave allocation while having an employee set and if this `holiday_type` has as its value `employee` the field `employee_id` is set to False. This is not the intended behavior. We want the field `employee_id` to be filled if the `holiday_type` is set to `employee`. closes odoo/odoo#32886 Signed-off-by:
Denis Ledoux <beledouxdenis@users.noreply.github.com>
-