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.
|
|
<?xml version="1.0" encoding="utf-8"?> <!-- Copyright 2019 ACSONE SA/NV
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
<odoo>
<record model="ir.model.access" id="test_onchange_helper_discussion_access_name"> <field name="name">test_onchange_helperdiscussion access name</field> <field name="model_id" ref="model_test_onchange_helper_discussion"/> <field name="group_id" ref="base.group_user"/> <field name="perm_read" eval="1"/> <field name="perm_create" eval="1"/> <field name="perm_write" eval="1"/> <field name="perm_unlink" eval="1"/> </record>
</odoo>
|