Remove logger warnings during update all

This commit is contained in:
Andrea
2018-08-29 16:40:22 +02:00
parent c26370b31d
commit aa6f72541c
2 changed files with 42 additions and 3 deletions

View File

@@ -49,7 +49,8 @@ Known issues / Roadmap
* Extend the capabilities of the tree views (e.g. add sums)
* Provide a tutorial (eg. a working example of usage)
* Implement a more advanced UI, with possibilities to use LEFT JOIN as default instead of INNER JOIN
* Find better ways to extend the *_auto_init()* without override (possibly avoid the monkey patch)
* Find better ways to extend the *_auto_init()* without override
* Possibly avoid the monkey patches
* Data the user has no access to (e.g. in a multi company situation) can be viewed by making a view
* Store the JSON data structure in ORM
* Would be nice if models available to select when creating a view are limited to the ones that have intersecting groups (for non technical users)