I dont know if this is the right channel to to do this question these but i would like to sort the list of published modules by date in apps.openerp.com. How i can do these?
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I dont know if this is the right channel to to do this question these but i would like to sort the list of published modules by date in apps.openerp.com. How i can do these?
Thanks
Hello,
Modules are sorted by sequence, then name. Sequence is defined in _openerp_.py of each module.
You can see that in addons/base/module/module.py
_order = 'sequence,name'
関連投稿 | 返信 | ビュー | 活動 | |
---|---|---|---|---|
|
3
7月 25
|
2237 | ||
|
3
5月 25
|
3875 | ||
|
2
6月 25
|
4338 | ||
|
0
6月 21
|
2499 | ||
|
1
8月 24
|
3651 |