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?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
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?
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
I notice a variable for version in base.xml Version where openerp store the version number?
@jc: please see the updated answer.
Luo tili jo tänään nauttiaksesi yksinoikeusominaisuuksista ja osallistuaksesi mahtavaan yhteisöömme!
RekisteröidyAiheeseen liittyviä artikkeleita | Vastaukset | Näkymät | Toimenpide | |
---|---|---|---|---|
|
1
marrask. 22
|
3127 | ||
How do I know what version I am running
Ratkaistu
|
|
3
kesäk. 25
|
73889 | |
|
2
huhtik. 21
|
14721 | ||
|
0
lokak. 19
|
3186 | ||
|
2
maalisk. 15
|
7397 |