Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
3509 Lượt xem

By selecting  [About OpenERP] a pop up message box shows OpenERP Version. Where can I find it? in the codes? or in the database please help?

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

In the below file can find the code:-

addons\web\static\src\xml\base.xml

Line no:480

In the UserMenu template uncomment the below code:-

Example,

        <!--<li><a href="#" data-menu="about">About OpenERP</a></li>-->

EDIT:-

Additional code related to About Openerp:-

addons\web\static\src\js\chrome.js

Line no 1149:-

on_menu_about: function() {
        var self = this;
        self.rpc("/web/webclient/version_info", {}).done(function(res)    

});

addons\web\controllers\main.py

Line no: 679

   @openerpweb.jsonrequest
    def version_info(self, req):
        return openerp.service.web_services.RPC_VERSION_1

 

Ảnh đại diện
Huỷ bỏ
Tác giả

I notice a variable for version in base.xml Version where openerp store the version number?

@jc: please see the updated answer.

Câu trả lời hay nhất

The information you are looking for is located in ~odoo/openerp/release.py, line 33.

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
1
thg 11 22
3116
3
thg 6 25
73841
2
thg 4 21
14694
0
thg 10 19
3183
2
thg 3 15
7382