mis-builder
mis-builder copied to clipboard
Management Information System reports for Odoo: easily build super fast, beautiful, custom reports such as P&L, Balance Sheets and more.
Module migrated to version 17.0 cc https://github.com/APSL 154544 @miquelalzanillas @lbarry-apsl @javierobcn @peluko00 please review
As the account_analytic and account_analytic_tags are missing in account_move_line of Odoo 16, and replaced by analytic_distribution but with json field type, can we use this analytic_distribution for domain filtering of...
Prior to this commit the state of the searchModel was lost when navigating back from a drill-down. This commit uses the globalState in order to store and restore the state...
[IMP] mis_builder: take field context into account Prior to this commit only the action context was taken into account when looking for the `mis_analytic_domain` key in the context. This commit...
This PR ensures that the context used by the `mis_report_widget` widget RPC calls is correctly computed. Previously using the `mis_analytic_domain` context key was useless as not taken into account in...
This is a very rough experiment on the Accounting Expression Processor to support expressions such as `fldp.quantity[60%]` This will read the quantity field in the same read_group as debit and...
# Todo https://github.com/OCA/maintainer-tools/wiki/Migration-to-version-17.0 # Modules to migrate - [x] mis_builder - By @mpascuall - #607 - [ ] mis_builder_budget - By @antonioburic - #616 - [ ] mis_builder_demo Missing module?...
Drilldown to "Budget By Account Items": Pass default budget and default account. If the budget allows items overlap, one can create new budget items in the drilldown.
When doing multi-company consolidation with MIS Builder we may want to also display the corresponding budget. It can therefore be desirable to create a MIS budget by account that applies...
When filtering the move (actual serie), if we add a comparison column with budget, rendering the report faild. Even if the filed is not budgetable. This fails if the budget...