- Sep 25, 2018
-
-
Sébastien Theys authored
PR: #27131
-
Jeremy Kersten authored
Active field was ignored in all case instead of just update Button 'update theme' call wrong function
-
Kishan Gajjar authored
-
Dipalee Bhalodia authored
Before this commit, on click on 'Continue Shopping' / 'Process Checkout' button of the product options wizard, it opened the wizard again and again. Commit https://github.com/odoo/odoo/commit/8a85cb9ea48b0d25f38a8795c5e25f30cd5bb3f7 selector was made more general so this commit will solve this issue by using a more specific selector and will not open wizard again on click of 'Continue Shopping' button. Closes https://github.com/odoo/odoo/pull/27079
-
Thibault Delavallée authored
Currently check_access_rule method checks for record rules and raises an error if there are either missing ids (deleted records) or forbidden ids (records hidden due to a record rule). Purpose of this commit is to have a method allowing to filter a given recordset and receive only valid records. Its implementation is basically a refactoring of check_access_rule. This commit is linked to task ID 1856417 and PR #26565.
-
Raphael Collet authored
After a module upgrade, validate the architecture of the module's views that are impacted by updates, but have not been checked yet. Before this patch, views were checked twice on average. This patch speeds up the installation of modules by about 15% without demo data. With demo data, the speedup is around 10%.
-
Martin Geubelle authored
When rendering a report (`render_qweb_html` for example), one can pass `data` (a dict of values, used for the template rendering). This dict was overriden in `_get_rendering_context` if the method `_get_report_values` on the report model was not correctly written. This was causing an issue when rendering a report in Studio because the `studio` key was overriden. Now, the `data` dict is updated (instead of replaced) with the rendering context.
-
Pratima Gupta authored
The mrp document attachment could exceed its container size. Task-1881068.
-
- Sep 24, 2018
-
-
qsm-odoo authored
Broken because col-md-offset-* -> offset-lg-*.
-
Dhaval Panchal authored
-
Nicolas Seinlet authored
as the field is_blacklisted require the group base.group_users, attrs using is_blacklisted should also use this group
-
Martin Trigaux authored
-
Xavier Morel authored
* "alert" mail alias, could be useful for the admin to get these * the weekly mail digest * the getting started project (& its tasks)
-
Xavier Morel authored
-
Martin Trigaux authored
-
RomainLibert authored
We shouldn't overwrite the saleteam when changing to a salesman that is linked to no salesteam
-
ThanhDodeurOdoo authored
- attachments with res_field do not get thumbnails anymore.
-
Nimesh Jethva authored
Some points have to be improved * 'Name of the tasks' field should always be visible. It shows the user such a change in configuration is possible; * tasks stat button is a way for the user to create a new task from the project form view. Just like the subtasks stat button that always shows on the task formview; * as he might be changing the 'name of the tasks', he should see the consequence of this change in the stat button (as the 'name of tasks' field might not directly speak to everyone, it is a way to show them what this field does); This commit is linked to task ID 1884015 and closes PR #26906 .
-
Fabien Pinckaers authored
-
Fabien Pinckaers authored
-
Hiral Bhavsar authored
Purpose : remove the "Available Products", "Exhausted Products" and "Negative Products" filters from 'Inventory Valuation' as these filters are not working. They are defined on product.product.qty_at_date that is not stored. Related to task: 1886360
-
Arnold Moyaux authored
Add a kanban view in order to have a better display when the user is in mobile mode. task-1872345
-
Adrien Dieudonne authored
Since odoo/enterprise@e3b0d2a, the title wasn't set anymore. This logic is now moved in the graph renderer to be able to set a title in every graphs. For now, we only use the title attribute for pie charts embedded in dashboard views. Additional tests has been added in 'web_dashboard' (enterprise).
-
Jeremy Kersten authored
It make test of studio red, and better to have website broken that studio
-
Olivier Dony authored
The registry loading system should not alter databases unless it is asked to do so, by a module installation or update instruction. This property should hold true as well for database bootstrap, and this is what this commit changes.. In order to avoid any behavior change for command-line users, an implicit `-i base` is assumed when starting the server from the command-line with `-d <db>`, causing the db boostrap to happen if the database did not exist yet.
-
qsm-odoo authored
Reaching the URL /demo/snippets-debug will now showcase all snippets *automatically* (if a theme uses different snippets or if the snippets change in the future, this page will not have to be adapted).
-
qsm-odoo authored
Reaching the URL /demo/bs-debug will now showcase all bootstrap main components and utilities.
-
sri-odoo authored
Increase readability for contextual (success, warning..) table rows.
-
sri-odoo authored
-
Mathieu Duckerts-Antoine authored
-
Toufik Benjaa authored
- When creating a transaction, the method render_sale_button was called with an extra parameter.
-
Martin Trigaux authored
l10n_mx_edi is a specific enterprise module amount_to_text may be used in different modules (e.g. account_check_printing)
-
- Sep 23, 2018
-
-
Odoo Translation Bot authored
-
- Sep 21, 2018
-
-
Jeremy Kersten authored
FGI request https://drive.google.com/file/d/1S2LnQtFgA4zIaTMcK2LkFsp11buruJjn/view
-
Jeremy Kersten authored
-
Jeremy Kersten authored
Remove demo data for domain to make it usable on runbot. Before this commit, when you switch on runbot to website 2, you was redirected to 0.0.0.0. + add tooltip (fgi request)
-
Jeremy Kersten authored
Before this commit, it remove and reload the theme. Now we try to make a real update of view except for active field We cannot know if it is True into the template or if it is the default value.
-
Sébastien Theys authored
Previously, removing event_sale would keep the updated groups_id. We want to have a way to get rid of it, which is now by removing the module.
-
Thibault Delavallée authored
It was rendering quite badly compared to other new portal pages.
-