[IMP] mis_builder: improve README and add some roadmap ideas
parent
afdf756c40
commit
4f60e4c4a1
|
@ -1,4 +1,5 @@
|
||||||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg
|
||||||
|
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
|
||||||
:alt: License: AGPL-3
|
:alt: License: AGPL-3
|
||||||
|
|
||||||
===========
|
===========
|
||||||
|
@ -41,6 +42,10 @@ To configure this module, you need to:
|
||||||
.. figure:: static/description/ex_dashboard.png
|
.. figure:: static/description/ex_dashboard.png
|
||||||
:alt: Sample dashboard view
|
:alt: Sample dashboard view
|
||||||
|
|
||||||
|
.. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
|
||||||
|
:alt: Try me on Runbot
|
||||||
|
:target: https://runbot.odoo-community.org/runbot/91/8.0
|
||||||
|
|
||||||
For further information, please visit:
|
For further information, please visit:
|
||||||
|
|
||||||
* https://www.odoo.com/forum/help-1
|
* https://www.odoo.com/forum/help-1
|
||||||
|
@ -48,6 +53,19 @@ For further information, please visit:
|
||||||
Known issues / Roadmap
|
Known issues / Roadmap
|
||||||
======================
|
======================
|
||||||
|
|
||||||
|
* Add 'Fiscal Year' period type.
|
||||||
|
|
||||||
|
* Allow selecting accounts by type. This is currently possible by expressing
|
||||||
|
a query such as balp[][('account_id.user_type.code', '=', ...)]. This will work
|
||||||
|
but would be more efficient if one could write balp[user_type=...], as it would
|
||||||
|
involve much less queries to the database.
|
||||||
|
|
||||||
|
* A mechanism to have a global move line filter at the level of the report template,
|
||||||
|
report instance, or even column. Such a domain filter would be ANDed with the
|
||||||
|
other filters and would allow to easily create reports filtered on analytic axis
|
||||||
|
or business unit. To be complete such a mechanism should allow implementing similar
|
||||||
|
filters on non accounting queries.
|
||||||
|
|
||||||
* More tests should be added. The first part is creating test data, then it will be
|
* More tests should be added. The first part is creating test data, then it will be
|
||||||
easier. At the minimum, We need the following test data:
|
easier. At the minimum, We need the following test data:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue