Hello,
I need to develop a module where (i think) i have not need to use python, i just need to use XML for create a menu, and put an in frame inside.
And i have some problems with ir.model.access.csv.
Can u help me please.
Regards
Maxime Limone
Hello,
I need to develop a module where (i think) i have not need to use python, i just need to use XML for create a menu, and put an in frame inside.
And i have some problems with ir.model.access.csv.
Can u help me please.
Regards
Maxime Limone
If you need to create a module, you will use python. At least the __openerp__.py (to load our xml view) and __init__.py (to load any models) files are required in every module.
Read this documentation to explain why/how:
https://doc.odoo.com/trunk/server/03_module_dev_01/
yes i know, but for the file iir.model.access.csv, i can't comlet this file without "module".py no ?
Nope. In order to load your own access rights you still need the __openerp__.py file. The csv file is also loaded from there.
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
0
abr. 17
|
7092 | |||
|
3
mai. 16
|
9958 | |||
|
0
mar. 15
|
5153 | |||
|
5
ago. 23
|
45513 | |||
|
Hide menu for existing group
Resolvido
|
13
abr. 23
|
62391 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.