[IMP] product: improved order of product_category

bzr revid: qdp-launchpad@openerp.com-20110509112143-hwl7z720g2fuk0co
This commit is contained in:
Quentin (OpenERP) 2011-05-09 13:21:43 +02:00
parent f799fff396
commit 98b32b936f
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ class product_category(osv.osv):
'type' : lambda *a : 'normal',
}
_order = "sequence"
_order = "sequence, name"
def _check_recursion(self, cr, uid, ids, context=None):
level = 100
while len(ids):