コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
7311 ビュー

I'm trying to create my first module by following instructions from docs (https://www.odoo.com/documentation/8.0/howtos/backend.html#build-an-odoo-module), but it seems that the scaffolding command doesn't generate proper files.

It only generates 3 files : demo.xml, templates.xml and security/ir.model.access.csv. 

The generated module doesn't appear in local module screen.

I'm using the official docker image.

アバター
破棄
著作者 最善の回答

This is due to a bug in python packaging (https://github.com/odoo/odoo/pull/5393).

Python files are missing from scaffold templates. Workaround is to copy them manually from sources (https://github.com/odoo/odoo/tree/8.0/openerp/cli/templates/default)

アバター
破棄
関連投稿 返信 ビュー 活動
1
3月 15
13130
1
5月 16
5295
1
8月 15
6366
0
2月 20
5060
1
2月 17
4047