# Copyright 2014 ABF OSIELL # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "User profiles example", "version": "12.0.1.0.0", "category": "Tools", "author": "Akretion, Odoo Community Association (OCA)", "license": "AGPL-3", "website": "https://github.com/OCA/server-backend", "depends": [ "base_user_role_profile", "purchase", "sales_team", "sale_management", "hr", ], "demo": ["demo/demo.xml"], "installable": True, }