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

We have developed a custom web module which inherit parts of the original web module with the following manifest:

{
    'name': 'Web Module Modification',
    'category': 'Hidden',
    'description':"""Changes to Web module

1. Make Report-PDF-Filepattern working in openerp.addons.web.controllers.main.Reports class in index function =========================== """, 'version': '1.0', 'depends': ['web'], 'auto_install': True, 'css': [], 'web_preload': False, }

This works fine on our development Environment.

after deploy this on other environments an restarting the server with --update-all option it worked first. After we update the webmodule it doesent work anymore.

Is this a problem in dependency resolution or some other inheritens problem?

アバター
破棄
関連投稿 返信 ビュー 活動
0
3月 15
4093
2
7月 25
1821
1
5月 25
1246
2
5月 25
1876
1
7月 24
3817