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
349 B

  1. This module extends the export capability:
  2. 1. It allows an admin to manage export profiles (``ir.exports``) that
  3. Odoo stores internally but does not show anywhere.
  4. 2. It also adds a new column to access rights to enable/disable export and
  5. override the export method to check if the user is allowed to export. Export
  6. is enabled by default.