OCA reporting engine fork for dev and update.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
443 B

  1. * Non-stored fields and many2many fields are not supported.
  2. * Provide a tutorial (eg. a working example of usage).
  3. * Find better ways to extend the *_auto_init()* without override.
  4. * Possibly avoid the monkey patches.
  5. * Data the user has no access to (e.g. in a multi company situation) can be
  6. viewed by making a view. Would be nice if models available to select when
  7. creating a view are limited to the ones that have intersecting groups.