Daily updates from Odoo
Wednesday, December 13, 2017
7 changes · master
Enhancements to existing features
This update adjusts help text in employee security and messaging settings so it better matches current field values. It also corrects a typo, making the guidance clearer for users configuring these options.
Original PR description
Issue: https://www.odoo.com/web#id=728227&view_type=form&model=project.issue&action=609&menu_id=4720 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The stock forecast report has been updated to use a newer grouping setup. This helps keep the inventory reporting view aligned with current Odoo standards and reduces the risk of future display or maintenance issues.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=779587&view_type=form&model=project.issue&action=609&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Resolved issues and error corrections
Creating an alert in the manufacturing PLM workflow no longer causes an error when the alert is already in a validated state. This helps users complete alert records reliably without being blocked by a system traceback.
Original PR description
Description of the issue/feature this PR addresses: when creating a alert in mrp_plm module in validated state it gives traceback. Current behavior before PR: this pr will solve the issue of that traceback. Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update prevents an error when users group project records by Last Message, such as by week. It improves reliability of grouped views so teams can organize and review project activity without the page failing.
Original PR description
Go to Project ---> Select any project --> apply Group by Last message https://www.odoo.com/web#id=779978&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 ```python Traceback…
Go to Project ---> Select any project --> apply Group by Last message
https://www.odoo.com/web#id=779978&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720
```python
Traceback (most recent call last):
File "/odoo/odoo/http.py", line 646, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/odoo/odoo/http.py", line 307, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/odoo/odoo/http.py", line 683, in dispatch
result = self._call_function(**self.params)
File "/odoo/odoo/http.py", line 339, in _call_function
return checked_call(self.db, *args, **kwargs)
File "/odoo/odoo/service/model.py", line 97, in wrapper
return f(dbname, *args, **kwargs)
File "/odoo/odoo/http.py", line 332, in checked_call
result = self.endpoint(*a, **kw)
File "/odoo/odoo/http.py", line 926, in __call__
return self.method(*args, **kw)
File "/odoo/odoo/http.py", line 512, in response_wrap
response = f(*args, **kw)
File "/odoo/addons/web/controllers/main.py", line 924, in call_kw
return self._call_kw(model, method, args, kwargs)
File "/odoo/addons/web/controllers/main.py", line 916, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/odoo/odoo/api.py", line 687, in call_kw
return call_kw_model(method, model, args, kwargs)
File "/odoo/odoo/api.py", line 672, in call_kw_model
result = method(recs, *args, **kwargs)
File "/odoo/addons/web/models/models.py", line 27, in read_progress_bar
group_by_value = record_values[group_by]
KeyError: 'message_last_post:week'
```The Google Calendar sync flow now takes users to the general settings page where calendar settings are managed. This reduces confusion and helps users find the correct place to configure Google Calendar integration.
Original PR description
Description of the issue/feature this PR addresses: Issue: https://www.odoo.com/web?#id=779924&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fixes a typo in the tooltip for the website popup checkbox settings. The change improves clarity for users configuring website mailing popups without altering behavior.
Original PR description
issues:https://www.odoo.com/web#id=775876&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720 …mprovement Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
UPS delivery processing now uses the customer's contact details from the related customer record instead of looking for phone fields directly on the sales order. This prevents errors when preparing UPS shipments and helps orders continue through delivery workflows reliably.
Original PR description
… to take it from partner_id Issue: https://www.odoo.com/web?debug=assets#id=783157&view_type=form&model=project.issue&action=963&active_id=681&menu_id=4720