base_user_role - Set a default category to associated groups

This commit is contained in:
sebalix
2016-12-10 20:33:45 +01:00
committed by Jesús Alan Ramos Rodríguez
parent 0adcee4210
commit 089607e2f2
69 changed files with 13576 additions and 58 deletions

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2016 ABF OSIELL <http://osiell.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.module.category" id="ir_module_category_role">
<field name='name'>User roles</field>
</record>
</odoo>