- Oct 23, 2019
-
-
mcm-odoo authored
- Teacher can now see the progress of his students on the attendees' list. - The completion of a course was recomputed even if the course is completed now it's fixed to 100 when completed. - Added a progressbar in course page in front-end to allow the user to see it's progression. When completed, the tag completed is displayed instead of the progressbar. - On slide page in front-end(normal view or fullscreen) when a course is completed, display the tag completed instead of the progressbar. - Removed completed state on course "Taking care of Trees" for portal user because it was not the case. task-2049689 closes odoo/odoo#36608 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Oct 22, 2019
-
-
mcm-odoo authored
This commit adds a new field "completed_slides_count" in slide.channel.partner completed_slides_count has the same role as field completion before this commit Now the field completion is a % of the completed slides task-2049689
-
- Oct 24, 2019
-
-
Julien Mougenot authored
Before this commit, lists having a section or a note would have a horizontal scrollbar in readonly mode. Now it has been removed and the list stretches properly according to its parent size. Task 2086594 closes odoo/odoo#39301 X-original-commit: cbe26b3a Signed-off-by:
Aaron Bohy (aab) <aab@odoo.com>
-
Julien Mougenot authored
Before this commit, all the computation of the default widths for column headers was done before the list was attached to the DOM, meaning that no column was actually visible. This was a problem since columns that are meant to stay unseen were taken into account in the calculation of relative column widths. Now, the same algorithm runs once the columns are visible so that invisible columns can be properly excluded. fixes #38744 Task 2076721 X-original-commit: 4bf98b47
-
Julien Mougenot authored
Before this commit, the `width` attribute was interpreted by a jQuery node generator function as a `style="width"` property and gave an incorrect width value to the affected node. Now, the `width` attribute is automatically plucked in the list renderer in the specific function used to render buttons. Task 2076721 X-original-commit: c67b36c0
-
- Oct 23, 2019
-
-
bumanit authored
Some external ids of account.fiscal.position.tax.template were duplicated closes odoo/odoo#39287 X-original-commit: 707084af Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Nicolas Martinelli authored
`_` is not available when loading this part of the template, leading to an error on `_.str.trim()`. We can simply use `trim()` to do so. By the way, `google_analytics_key` is now trimmed automatically when adding it in the settings, so this is only useful for migrated databases. Fixes #38891 opw-2089296 closes odoo/odoo#39269 X-original-commit: a492047e Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
Jigar Vaghela authored
closes odoo/odoo#39276 X-original-commit: 4d2c2fac Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
Thibault Delavallée authored
Task ID 1853147 PR #39272 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
Thibault Delavallée authored
Purpose of this commit is to remove code coming from old features, implementations and that was not completely cleaned. Including * remove support of old "reply" composition mode which is simply a comment with a parent message, and is deprecated; * remove support of old "mail.compose.message.mode" context key that was used in Odoo 6.1; * remove support of message_id default value in context instead of default_parent_id; * remove old redirection of user / partner post. This code come from old age when people were able to post on their "profile" by posting on their user; * remove unnecessary method for selection field; * remove unused imports to clean a bit code; We also make some optional parameters in rendering methods mandatory to ease code understanding and future modifications. Task ID 1853147 PR #39272
-
Thibault Delavallée authored
Purpose is to prepare future cleanups and speed improvements. In this commit we use create multi on mail.mail, allowing to batch their creation when necessary. Task ID 1853147 PR #39272
-
Arnaud Baes authored
When a BoM is using a component with a quantity required set to 0, tracebacks were occuring when computing the available quantities for the kit. Fixes #38807 closes odoo/odoo#39267 X-original-commit: 7676269b Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
qsm-odoo authored
Before this commit, when clicking inside a snippet which is already enabled, it was disabled then re-enabled... which had the side effect of calling onBlur/onFocus methods. This can be a problem with some onFocus/onBlur implementation relying on the old behavior. Note: this commit restores the exact same behavior as before. If an internal snippet of the active one is clicked, then we still call the onBlur then onFocus for the old active one (the parent) as the actual enabled snippet changed (even if it is simply a child snippet). closes odoo/odoo#39261 X-original-commit: 076992bd Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Kevin Baptiste authored
closes odoo/odoo#39257 X-original-commit: de262460 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Jack authored
For maintenance reason, keep only one CoA Update the translation files to reflect the changes Modify the addons/l10n_cn/data/account_tax_group_data.xml to remove some tax group closes odoo/odoo#39226 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Arnaud Baes authored
related to rev eddc695a the file is not imported but still present closes odoo/odoo#39246 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Kevin Baptiste authored
The goal is to improve the project's overview: 1/ Switch tooltips 2/ Increase tags size closes odoo/odoo#39239 Taskid: 2086664 X-original-commit: db2e6bc6 Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
-
Swapnesh Shah authored
Records were filtered so not every record was set in the for loop Fixes odoo/odoo#38992 Closes odoo/odoo#39071 closes odoo/odoo#39234 X-original-commit: f7d5ba6f Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
- Oct 22, 2019
-
-
Julien Castiaux authored
The nightly clickall runbot fail due to a crash of the underlying chrome browser used to run the test suite. The problem is related to the resources the browser is using. We leverage the problem by starting one dedicated browser per app. closes odoo/odoo#39190 X-original-commit: 228e57d9 Signed-off-by:
Xavier Dollé (xdo) <xdo@odoo.com>
-
- Oct 23, 2019
-
-
Arnaud Baes authored
`action_done`on pickings should be a private method, and called only trough the picking validation process. task-1938108 closes odoo/odoo#39174 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
Arnaud Baes authored
* rewrite the docstring * rename pick -> picking * rename ops -> move_line * remove commented code task-1938108
-
fw-bot authored
opw-2089868 closes odoo/odoo#39227 X-original-commit: 2dc54945 Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
-
- Oct 22, 2019
-
-
qsm-odoo authored
Since saas-12.3, deferred actions use native promises. This has the annoying side-effect of force-deferring promises even if they are resolved at once... and we relied on the opposite behavior for some call made in _setActive or option methods. In master, we should review the async logic of snippet options. Right now we will rely on the fact those promises are resolved at once but that we need to avoid for their "async part" anyway. The _setActive method and the option methods are thus still working synchronously in stable, despite the new force-deferring promises. Also, with old promises, when we waited for the resolution of multiple deferred, the resolve handler received the multiple results as individual arguments. Now it receives all the results in an array as a single argument. The resolution of action demands had to be adapted. closes odoo/odoo#39171 X-original-commit: 30d15315 Signed-off-by:
Quentin Smetz (qsm) <qsm@odoo.com>
-
Raphael Collet authored
The default `compute_sudo=True` makes sense for recomputing stored fields that are indirectly related to a business operation. This ensures that the recomputation of the field does not break an operation that is not aware of the fields to recompute. However, computing non-stored fields in superuser mode is usually not necessary. It even leads to unexpected values: counting a partner's sales orders does not give the same result in superuser mode as in normal mode. That is why non-stored fields are not computed in superuser mode by default. [FIX] account, delivery, event, hr_recruitment, point_of_sale, stock: adapt the model definition to make all fields with the same compute method have the same value for `compute_sudo`. [FIX] sale: split the computation of `invoice_ids`, `invoice_count` (non-stored) and `invoice_status` (stored), as no code is actually shared. closes odoo/odoo#39195 X-original-commit: 843fd38a Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
Raphael Collet authored
closes odoo/odoo#39194 X-original-commit: 9492b019 Signed-off-by:
Olivier Dony (odo) <odo@openerp.com>
-
Raphael Collet authored
X-original-commit: 2726976e
-
- Oct 23, 2019
-
-
Romain Derie authored
Before this commit, having a `customize_show` on an ir.ui.view record in a theme module would be ignored when creating the theme.ir.ui.view as the field would not exists. Actually it would log a warning on create (module install) and raise a traceback on module update (theme update). closes odoo/odoo#39216 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
- Oct 22, 2019
-
-
Martin Trigaux authored
Was comparing b'0x02' and '0x02' closes odoo/odoo#39214 X-original-commit: 838cb0e8 Signed-off-by:
Martin Trigaux (mat) <mat@odoo.com>
-
Jeremy Kersten authored
followup of 8a0fc647 task-2065018 closes odoo/odoo#39211 X-original-commit: bfa239b5 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
alt-odoo authored
When marking as done a MO, we use SUPERUSER to create analytic line as an MRP user does not always have access to analytic items. There is however a default value for company analytic line defined to the user's context company, so we need to use the current company of the real user instead. closes odoo/odoo#39209 X-original-commit: 14aade9341bf9d61cd21de948755fc339ae512ea Signed-off-by:
Alex Tuyls <alt-odoo@users.noreply.github.com>
-
Jeremy Kersten authored
You need to provide a small part of the code, because to avoid fraud, google make several request to be sure that you don't allow all codes :) So the 'WPS' solution was dropped, now we take the first request from google that match the part provided, as the good one, and refuse all others requests. task-2086915 closes odoo/odoo#39186 Signed-off-by:
Jérémy Kersten (jke) <jke@openerp.com>
-
Andrius Laukavičius authored
Chart of Accounts (COA) Template for Lithuania's Accounting (VAS-15). Data is multi language (English and Lithuania). This module also includes: * List of available banks in Lithuania. * Tax groups (to map different tax amounts). * Most common Lithuanian Taxes. * Fiscal positions for different countries/groups. * Account Tags used for reporting purposes. closes odoo/odoo#39187 X-original-commit: 888245f1a4307bd626cb5f55a3dff09898254790 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
jvm-odoo authored
In deliveries slips, you can directly create a new serial number. If you have multiples companies, a field "company" appears. But if you have only one company, it doesn't appears and there is no default value for it. As the field is required, it returns an error "Company field required". Before this commit: - The company_id field in stock_production_lot model does not have a default value. After this commit: - The company_id field has a default value which is the user current company id. OPW-2083099 closes odoo/odoo#39170 X-original-commit: 7b6d8751 Signed-off-by:
pimodoo <pimodoo@users.noreply.github.com>
-
- Oct 21, 2019
-
-
alt-odoo authored
Since commit https://github.com/odoo/odoo/commit/dba478332681dd21a39c4a183c002b1cf6e046d2 , a survey can have questions with no section associated, which means 'page_ids' field will be empty. This prevents to display some questions of a survey, as we are still expecting a structure page/questions. To solve it, we first append questions with no sections, then all other questions. closes odoo/odoo#39113 X-original-commit: 149657cf Signed-off-by:
Alex Tuyls <alt-odoo@users.noreply.github.com>
-
- Oct 22, 2019
-
-
fw-bot authored
With Anglo-Saxon accounting, invoices with stock_moves on a product having 'real_time' valuation cannot be validated: there is a user error when the interim account is not reconcilable. We modify _anglo_saxon_reconcile_valuation so that we do not try to reconcile when the account is not reconcilable. OPW-2080180 closes odoo/odoo#39167 X-original-commit: 7174bd2f Signed-off-by:
oco-odoo <oco-odoo@users.noreply.github.com>
-
fw-bot authored
Due to commit odoo/odoo@f4031c62f97fa170b74b0d13a0856b7d58ed4da6 it was not more possible to scroll in a grouped kanban. Steps to reproduce: * Go to project app * Select a project with a few numbers of task * Create as need new task to have more task than visible on the screen * Try to scroll (BUG) Note: we also fix the swipe in empty column opw-2080491 closes odoo/odoo#39168 X-original-commit: 023941e25cae34e60eaabcc54841b3d908a59414 Signed-off-by:
Adrien Dieudonné (adr) <adr@odoo.com>
-
Fabien Pinckaers authored
closes odoo/odoo#39154 X-original-commit: 6a08db92 Signed-off-by:
Nicolas Martinelli (nim) <nim@odoo.com>
-
- Oct 16, 2019
-
-
Jigar Vaghela authored
set current assets or current liabilities type insted of Podatki Fixes #38004 closes odoo/odoo#38902 X-original-commit: d67f1397 Signed-off-by:
Josse Colpaert <jco@openerp.com>
-
- Oct 22, 2019
-
-
Arnaud Baes authored
As this wizard only shows the first product overprocessed and does nothing else, we remove it completely for cleaning purposes. task-1938108 closes odoo/odoo#39161 Signed-off-by:
Simon Lejeune (sle) <sle@openerp.com>
-
- Oct 17, 2019
-
-
Dharmraj Jhala authored
*: delivery hr_timesheet mrp sale sale_coupon stock This commit makes the static strings / labels editable with studio by wrapping them in appropriate tag (mostly span) whenever needed. Task-Id 2030430 closes odoo/odoo#34685 Signed-off-by:
Alexandre Kühn (aku) <aku@odoo.com>
-