[8.0] Add tree view and manage datetime of last materialized view refreshment - #150
Merged
Merged
Conversation
legalsylvain
force-pushed
the
8.0_IMP_bi_sql_editor
branch
from
July 14, 2017 14:19
f8a8357 to
6aae22f
Compare
This was referenced Jul 14, 2017
Merged
bealdav
approved these changes
Jul 14, 2017
| 'search_view_id': self.search_view_id.id, | ||
| 'view_type': 'graph', | ||
| 'view_mode': 'graph', | ||
| 'view_type': 'form', |
Member
There was a problem hiding this comment.
No blocking from me but 'view_type' is no more required/used: it works without it
Contributor
Author
There was a problem hiding this comment.
hi @bealdav, view_type is used until last branches. (V10).
https://github.com/odoo/odoo/blob/10.0/odoo/addons/base/ir/ir_actions.py#L295
but yes, view_type has a default value to 'form'.
I propose to keep this code, and better to make a batch to remove globally, all that useless keys, in all OCA repository.
regards.
legalsylvain
force-pushed
the
8.0_IMP_bi_sql_editor
branch
3 times, most recently
from
June 27, 2018 09:25
fa735ba to
9b8fea6
Compare
[IMP] fr translation [IMP] add last refresh date time on the action name of each sql materialized view
legalsylvain
force-pushed
the
8.0_IMP_bi_sql_editor
branch
from
June 27, 2018 12:54
9b8fea6 to
8c5840f
Compare
Contributor
Author
|
merging. (2 👍 and working on production). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ADD tree view management. courtesy @jbeficent. https://twitter.com/jbeficent_erp/status/885587899424681986
ADD datetime of the last refresh of the materialized view
improve fr translation
improve display of list of view, displaying color depending of the state of the view. (blue = draft, etc..)
Supersed #149