跳至內容
選單
此問題已被標幟
2 回覆
4282 瀏覽次數

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.

相關帖文 回覆 瀏覽次數 活動
0
4月 17
4936
3
5月 16
7608
0
3月 15
3731
5
8月 23
41630
13
4月 23
59084