-
-
Notifications
You must be signed in to change notification settings - Fork 795
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] BI Views Editor (8.0) #47
Conversation
Thanks @astirpe. I wish the README would expand a little more from the current one line description. |
Thanks @dreispt ! Here is link regarding the talk https://www.odoo.com/event/odoo-experience-2015-2015-06-03-2015-06-05-304/track/bi-views-builder-for-odoo-8-249 It seems that the slides are not published... let me check better. |
Here is the link to the Odoo Experience 2015 presentation: https://www.odoo.com/r/8RV |
@astirpe I made some tests using the partner object and 3 fields (City, Name and Email) using the first join method each time. When I clicked on Generate BI View, I got this error message:
|
- From the Reporting menu, select "Custom BI Views" | ||
- Browse trough the business objects in the Query tab | ||
- Pick the interesting fields (Drag & Drop) | ||
- Save and click "Generate BI View" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@astirpe Please remove the space before the dash to make those lists, otherwise it adds an extra indentation.
Any idea why Travis is not running? |
Thank you @max3903 ! That error should be fixed. |
Hi @astirpe
I'm woring with chrome on ubuntu 14.04. I've already check it with firefox and also try restarting Ubuntu. I never had a freeze like this in odoo Any idea? Thanks! |
@astirpe Works now! @jjscarafia I am also using Google Chrome on Ubuntu 14.04 and I was able to test on Runbot. |
@astirpe The icon and one screenshot are Onestein-branded which makes it less likely for people to contribute. Onestein is already listed as the author and also in the contributors. Can you come up with a more neutral icon and screenshot focused on the feature? Otherwise 👍 |
@astirpe Can you rebase please? I would like to see if the syntax issue in .travis.yml was the source of the problem. |
@jjscarafia I'm trying with Chrome (V48) and Firefox (V38) but I'm not able to reproduce the freeze. I'm with Centos 7. Could you try to clear the cache of the browser? @max3903 I've already removed every reference to Onestein on every image. But I agree about the colors, blue&yellow are still the same... cannot be left like that? |
@astirpe only if you promise it will never happen again :) |
@max3903 😄 I cannot promise... |
Travis not running, I just re-committed the previous commit... |
@astirpe You still don't have this commit in your branch: You need to rebase to get it:
cf https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request#how-do-i-rebase |
@astirpe I was under the impression that changing the name of the field in the design view would display this label name in the BI_View but it keeps the name of the field. When you have two fields with the same name you cannot differentiate them in the BI_View. |
…/reporting-engine into 80_add_bi_view_editor Conflicts: bi_view_editor/README.rst
@mmalorni , you are right, name of the fields are read from db and not from views. If you want to add more entities, I think it's more easy if you re-enter all the fields by using the graphical interface. Otherwise you can modify the code, but to me sounds more difficult. Actually the modification of a report already created is not yet supported. |
Hi, Tried on runbot. I selected the fields Country Name, Partner Name, Currency Symbol, created the BI View, clicked on Open BI View and got:
If I click on reset to draft:
|
@guewen , for some reasons, the reload of the registry fails and that error occurs when you try to re-create the view. I modified the reload of the registry, trying to fix that issue. |
great contribution! |
Great 👍 |
very cool - Shame that the Odoo BI perf is so bad. |
HI, This is a great module, I've tested it from a functional point of view and I've nothing to say. It is a great job ! From a "OCA standard" point of view, one little remark:
Once fix, I get my 👍 Thanks for contributing in OCA. Regards, Joël |
@OCA/tools-maintainers Any clue why Travis is not running? Logs says |
I have made #48 for seeing if Travis works with latest specifications. |
Isn't any possibility of integrating this editor with the materialized views develop by Anybox? |
Above this line we should have Line 16 in e65c452
For the record, I used https://lint.travis-ci.org/ to find the issue (note that this tools shows warning which are wrong, because it has not been updated to the latest travis format). |
#48 solves it |
@astirpe, please rebase your PR to make Travis work. |
Thanks for the updates. 👍 to merge it. |
|
||
|
||
class BveView(models.Model): | ||
_name = 'bve.view' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing _description key here
alternate _name suggestion: bi.view.editor
Nice added value to odoo ecosystem. Thanks a lot |
As far I know, we have now 3 major components for dashboard:
forgot one ? |
Changes Unknown when pulling 1ccf7bb on onesteinbv:80_add_bi_view_editor into * on OCA:8.0*. |
👍 |
Thanks to you all for the reviews!! |
@astirpe Can you review this easy one OCA/management-system#101 please? |
Some of you remember that, on 06/05/2015 during the Odoo Experience 2015, a prototype called "BI Views Builder" was shown.
That prototype became a nice product and finally its code is published.
Every comment, suggestion, review, PR would be very appreciated!
The BI Tool is a user-friendly tool (Query Builder) integrated in Odoo, that allows the user to specify graphically all the sources and the characteristics of the data-set to analyze, automating all the operations for creating all the necessary low level Odoo objects.