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.

22 lines
708 B

  1. # Copyright 2021 ACSONE SA/NV
  2. # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
  3. {
  4. "name": "Base Export Anonymize",
  5. "description": """
  6. Anonymize certain fields for a group of users when exporting them
  7. directly or via relational fields.
  8. """,
  9. "version": "12.0.1.0.0",
  10. "license": "AGPL-3",
  11. "author": "ACSONE SA/NV, Odoo Community Association (OCA)",
  12. "website": "https://acsone.eu",
  13. "depends": ["base"],
  14. "data": [
  15. "data/ir_config_parameter.xml",
  16. "security/groups.xml",
  17. "security/ir_model_fields_export_anonymize.xml",
  18. "views/ir_model_fields.xml",
  19. "views/ir_model_fields_export_anonymize.xml",
  20. ],
  21. }