Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Бухгалтерия
- Склад
- PoS
- Project
- MRP
Этот вопрос был отмечен
1
Ответить
2607
Представления
Create a security folder on your module. You case see your Group Name on your setting groups.
<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data noupdate="0">
<record id="module.id" model="res.groups">
<field name="name">Group Name</field>
</record>
</data>
</openerp>
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Регистрация
Can you explain and describe what you already tried?