- Jun 11, 2019
-
-
sri-odoo authored
The '#wrap' id is needed by website themes to correctly handle layout options. closes odoo/odoo#34024 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
- Jun 06, 2019
-
-
Lucas Lefèvre authored
`_patch_method` and `_revert_method` do not work properly. This commit fixes a test which patches `create` and `unlink` of `ir.attachment`. The methods are not correctly unpatched. One consequence: if a module is installed after this test is executed and the new module overrides `create` and `unlink`, the overritten methods are never called. closes odoo/odoo#33952 Signed-off-by:
Raphael Collet (rco) <rco@openerp.com>
-
- Jun 09, 2019
-
-
Odoo Translation Bot authored
-
- Jun 07, 2019
-
-
Lucas Lefèvre authored
If a user has an ooom in his Preferences, it should be used as the default value for a leave ooom. closes odoo/odoo#33890 Signed-off-by:
Romain Libert (rli) <rli@odoo.com>
-
Lucas Lefèvre authored
Purpose ======= Currently, the ooom field is editable in the leave view but an ir.rule prevents the employee to save as soon as the leave is approved. Specification ============= An employee should be able to edit the out of office message even if the leave is already approved.
-
Cédric Snauwaert authored
The goal of the to_check checkbox in the reconciliation widget is to set the to_check field present on the move that will be created. However since the UI is not perfect, the to_check checkbox was added on the wizard when we create a new line in the widget, which cause the following problem: what if we select to_check on line1 and then deselect it on line2, previously it was not possible to do this, a warning was thrown to tell the user that he had some line with to_check set and some other not. A better way to do this, and more user friendly is by preventing the user from deselecting the checkbox if some other line has the to_check value set. closes odoo/odoo#33956 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
- Jun 06, 2019
-
-
wan authored
The function get_all_data_for_manual_reconciliation got an empty list instead of None. This leads to not query the db. However we want to get results in the default behavior for get_all_data_for_manual_reconciliation closes odoo/odoo#33711 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
Goffin Simon authored
The field job_id is displayed in the tree view but it was not available in the form view like in 12.0. So it was not possible to change it. opw:2006084 closes odoo/odoo#33933 Signed-off-by:
Simon Goffin (sig) <sig@openerp.com>
-
- Jun 05, 2019
-
-
RomainLibert authored
closes odoo/odoo#33905 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
RomainLibert authored
If you are logged into a company that differs from the company of your employee, you won't be able to read the informations on that employee, and you will have a crash. Instead of taking the employee linked to the current user, we use search in order to first apply the ir.rules hence we ensure that we will be able to read the needed informations.
-
- May 22, 2019
-
-
Nicolas Seinlet authored
row_number without order is not invariant depending on the readed fields. The order by clause on the partition solve this. closes odoo/odoo#33573 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
- Jun 05, 2019
-
-
Toufik Ben Jaa authored
- On mobile grouping by a field crashes. This is due to the code assuming a function parameter is always passed where it is actually an optional parameter. closes odoo/odoo#33891 Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
-
- Jun 04, 2019
-
-
William Henrotin authored
Commit a5342daf use an iterable inside a loop on itself. This break as soon as 'self' has more than one element closes odoo/odoo#33856 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
- Jun 03, 2019
-
-
Pierre Paridans authored
Form sheet's title (with class .oe_title) when in editable mode has a maximum width. The goal according to FP is to make a clear differentiation between the main title/name of a record and its other fields. An issue with the existing rule in the Project application is that the "title" row (with class .oe_title) not only contains the name of the task but also its priority and state. The aforementioned rule should then be applied only on the "name" part and not to the whole row to prevent the "state" from moving between read_only and editable modes. To do so the maximum width is "moved" from the row element to the task name's element. Sadly the current stylesheet in this project is still a regular CSS file, preventing us from using the SCSS expression coming from `addons/web/static/src/scss/form_view.scss`. Task ID: 1946570 closes odoo/odoo#33845 Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
-
Jigar Patel authored
Before this commit, if you try to define some field tags before the templates tag in a gantt view you will get a validation error. closes odoo/odoo#33826 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Cédric Snauwaert authored
In the reconciliation widget, we added a to_check functionality. However in some cases, the propositions don't have a default value for to_check, which result in a warning being thrown when doing a comparison to ensure that all lines have the same to_check value. This commit add a default value to to_check for all propositions (when loading the data and when performing a quick create). closes odoo/odoo#33824 Signed-off-by:
Cedric Snauwaert (csn) <csn@openerp.com>
-
Xavier Morel authored
closes odoo/odoo#33822 Signed-off-by:
Xavier Morel (xmo) <xmo@odoo.com>
-
qsm-odoo authored
For saas-12.2 a file was added in survey assets with https://github.com/odoo/odoo/commit/445541989f9dc094bf81201a715abe0a68ed1c63 (even though the file itself was added in the repo with https://github.com/odoo/odoo/commit/afb1abbb60e5cdc4f76ab7b5a1b54b5e8a9283d5) As a saas-12.1 fix, this was made: https://github.com/odoo/odoo/commit/92cb648882082cc8d84d3bbe75304def5196998c That fix split the survey assets in two parts. After forward-port, the file added in saas-12.2 ended up in the wrong part. Bug found while working on task-1961045 closes odoo/odoo#33821 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
David Monjoie authored
The point of this warning is to help a view developer realize that his view is not loaded at all. However, console 'error' and 'warn' are observed by the runbot clickall tour as meaningful errors regarding a build resulting status. It makes sense, but it is an issue for community modules which have a gantt view that only exists in Enterprise. We don't want to create a bridge module for each and every module which uses a view that only exists in Enterprise, so we need to live with this warning. Since its purpose is for developers only, they can read the log and notice the error even if we use console.log rather than console.error, and that will not alter the result of the runbot clickall tour. closes odoo/odoo#33814 Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Toufik Ben Jaa authored
closes odoo/odoo#33766 Signed-off-by:
Nicolas Seinlet (nse) <nse@odoo.com>
-
- Jun 02, 2019
-
-
Odoo Translation Bot authored
-
- May 31, 2019
-
-
Toufik Ben Jaa authored
- Since 12.2 when a record rule forbids you to access a record an error message is displayed with the list of the record rules that have forbid the access and an example of the forbidden records. The issue here is that a specific message is displayed to warn the user that the record rule may be a "Multi-company" record rule. To do so, it checks if `company_id` is present in the record rules' domain but if the domain is empty it crashes. OPW-2004827 closes odoo/odoo#33801 Signed-off-by:
Toufik Benjaa (tbe) <tbe@odoo.com>
-
Christophe Simonis authored
Oversight of previous forward-port.
-
Christophe Simonis authored
Oversight of previous forward-port.
-
Christophe Simonis authored
Oversight of previous forward-port.
-
Christophe Simonis authored
-
Nicolas Martinelli authored
Make the contract type name translatable. opw-2003957 closes odoo/odoo#33781 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- May 29, 2019
-
-
Toufik Ben Jaa authored
- When validating a payment an "expected singleton" exception is raised due to the fact that we are using a recordset with multiple record instead of a recordset with a single record. OPW-1981632 closes odoo/odoo#33767 Signed-off-by:
Christophe Simonis <chs@odoo.com>
-
- May 31, 2019
-
-
Nicolas Martinelli authored
If the company is not set on the SO, the creation of a SO line crashes because `currency` is empty. opw-2005143 closes odoo/odoo#33783 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- May 29, 2019
-
-
Nicolas Martinelli authored
- Create an Analytic Distribution for: Product A Current user (e.g. Mitchell Admin) - Sell the product in the POS, request an invoice The analytic account defined is not used. This is due to the invoice created as SUPERUSER. We should first take into account the user on the invoice, then the current user. opw-2003935 closes odoo/odoo#33758 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- May 27, 2019
-
-
Florent de Labarre authored
closes odoo/odoo#32606 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- May 29, 2019
-
-
Nathan de Pryck authored
Before this commit, the payment memo was copied during the duplication of a voucher. The issue is that the payment memo is not always shown in the view, and it's mostly unique by voucher. Now, the payment memo it's not copied anymore. opw-1986544 closes odoo/odoo#33708 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- May 28, 2019
-
-
Nans Lefebvre authored
The stable behaviour of the mail composer is the following: - if a template adds new attachments, the composer only has this list - if a template doesn't add attachments, the list is unchanged - if no template is set, the list is cleared up In the case of templates, we also check that both static and dynamic attachments are added to the list. We clean up after c6d718f2 and subsequently 516f22c3 which failed to take into account the fact that the attachement list could be a blend of commands and ids. Transforming that is taken care of by _convert_to_write, which semantics was changed by c6d718f2. To keep the second behaviour, we thus need to add a (5,) command. opw 2003197 closes odoo/odoo#33706 Signed-off-by:
Nans Lefebvre (len) <len@odoo.com>
-
Navarro Presas Moisés Alejandro authored
closes odoo/odoo#32396 Signed-off-by:
Arnold Moyaux <amoyaux@users.noreply.github.com>
-
Navarro Presas Moisés Alejandro authored
In `_compute_qty_delivered` function Python `all` function returns `True` if list is empty; thast why check if `moves` is not empty to set `qty_delivered` to `product_uom_qty`.
-
- May 29, 2019
-
-
mreficent authored
closes odoo/odoo#31799 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Richard Mathot authored
Before the fix, if you had multiple accounts for a specific service, the settings page was crashing. (eg: for a service, you have one account specific to a company and another account with no company set). We now prefer accounts specific to the current company and tie-break on the most recently created one opw-2003744 closes odoo/odoo#33736 Signed-off-by:
Pierre Rousseau (pro) <pro@odoo.com>
-
Richard Mathot authored
opw-2003744
-