[12.0][MIG] bi_view_editor - #293
Conversation
|
I'm adding tests but the codecov/patch is not increasing. The coverage is actually much higher, around 90%: https://codecov.io/gh/OCA/reporting-engine/tree/e99acf4ad56455afe6574307ac9712a3ed429cf6/bi_view_editor |
|
@pedrobaeza do you know why the codecov/patch percentage does not increase? |
|
@astirpe @pedrobaeza @mreficent what do you think it will merge in the main branch. It's Badly required for one of project. Thanks for this PR. |
|
@bhaveshselarka this PR is not yet merged because of one extra review is still missing. You may want to test this PR on Runbot and report here the results. That would speed up the approval process. Thanks! |
|
I have a tested two migrations from v11. Without last commit, no problem; with last commit, it breaks. Please, remove last commit. That monkey patch of the last commit is not obsolete. |
|
Thank you @mreficent ! |
|
@astirpe @pedrobaeza @mreficent what do you think it will merge in the main branch. It's Badly required for one of project. Thanks for this PR. |
|
@bhaveshselarka why don't you review the PR, try on runbot and give your feedback for speeding up the process? |
|
Yes, @pedrobaeza I think its best idea, Let me do that stuff. I am at currently: https://runbot.odoo-community.org/runbot/repo/github-com-oca-reporting-engine-143 Where I can find a find this PR's correct instance. Can you please help me out in that? |
|
On the PR itself: |
|
@pedrobaeza @hveficent @astirpe @mreficent will it merge in the main branch ? |
|
@pedrobaeza the codecov is red but the real coverage is much higher, see also my #293 (comment). There's something wrong with codecov, so for me the actual coverage is more than acceptable. This PR has two approvals since a long time and I don't think we will get soon any other approvals. Is it okay to merge? |
|
Please squash a bit the commits and I'll proceed to merge. The codecov patch is base on previous commits done, so if you have done several pushes, it can get confused by that. |
* Add menu items creation feature * Added selection of fields of a tree view * Improved usability and strings made translatable * Avoid display duplicated nodes * Robustness * Updated Dutch translation * Avoid possible sql injection in bi_view_editor * Removed deprecated RegistryManager
Apostrophe in model name raised ValueError. Added needed migration script.
Add LEFT JOIN capabilities Add sums and avg capabilities for tree views Robustness and code review Provide ER diagram view for table relations
|
@pedrobaeza done! |
|
@pedrobaeza would be great if we can get this PR merged. Thank you! |
|
/ocabot merge |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at 01c97ce. Thanks a lot for contributing to OCA. ❤️ |

This PR is the porting of
bi_view_editorto V12 with the following improvements: