[18.0][ADD] report_builder & report_builder_account#1160
Open
[18.0][ADD] report_builder & report_builder_account#1160
Conversation
Member
Author
|
The idea is to finish all missing parts on the Spanish OCA Days and test it there with the people there |
9104baf to
5e31b15
Compare
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.
This modules is a grid-based KPI reporting tool that works across any Odoo model — not just accounting. Rows are KPIs defined by readable formulas referencing pre-definied KPI computations.
This module is inspired by mis-builder and shares its goal of grid-based KPI reporting. However, it takes a different architectural approach:
rather than being tightly coupled to accounting, it is designed to be pluggable on any Odoo model through small glue modules.
@sbidoul @pedrobaeza I think this might be interesting for you. It is quite similar to mis-builder, but has been developed from scratch. Also, it is more focused on generic reporting. Still work to do, but I think it can provide an idea. Also, the data can be mixed between kinds of reporting.
From a UX perspective, you will see that it is quite similar, however, it differs a lot on the backend and JS part.
Still a lot of work to do: