$自定義模組基本骨架
mymodule/
|--__init__.py
|--__manifest__.py
|--controllers http路徑控制
| |--__init__.py
| |--main.py
|--demo
|--models 放著模型定義
|--security
|--views 網頁檢視和模板
|--static 網頁的一些資源,裡面有子資料夾css,js,img,lib等
|--date 放著demo data xml
$--manifest__.py屬性說明
--name 模組名字
--summary 模組簡單介紹
--description 詳細介紹
--author 模組作者
--website 模組**
--category 模組分類
--version 模組版本號
--license 模組版權資訊
--depends 模組依賴
--data 模組必須載入的資料檔案
--demo demonstration下才載入的資料檔案
--installabel 預設true,可以禁用false
--auto_install 自動安裝,預設false
odoo11開發筆記 模組開發
自定義模組顯示需要 manifest.py n.貨單 vi.顯示 是 odoo 的乙個模組宣告。it contains a python dictionary with information about the module,the modules it depends on,and the da...
02 odoo自定義模組
from import todo model opererp py 內容如下 erp本身的配置 todo model.py 內容如下 模型 coding utf 8 from openerp import models,fields,api class todotask models.model n...
自定義控制項學習筆記1 1
測量乙個view主要關心的2個屬性 1.view的模式 2view的尺寸 mesasurespc 用來存放這2個屬性 view的模式有3個 mode mask 11 00000 00000 00000 00000 00000 00000 mode mask 00 11111 11111 11111 ...