Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
2 Răspunsuri
4967 Vizualizări

how i can arrange the suppliers by category

Imagine profil
Abandonează
Cel mai bun răspuns

Hi Sakher,

Try Following,

class res_partner(osv.osv):
      _inherit = 'res.partner'
      _order = 'category_id'

you can also arrange suppliers by ascending order or by descending order.

class res_partner(osv.osv):
      _inherit = 'res.partner'
      _order = 'category_id desc'

Hope it work for you.

Imagine profil
Abandonează
Autor Cel mai bun răspuns

thanx for reply,,

the problem exactly.. if i made anew category for supplier,, i write a wrong name,,

how i can change the name,, or change the mother of category ? i work in openerp 7

Imagine profil
Abandonează

i cant understand your requirement. please explain me exactly your problem.

Related Posts Răspunsuri Vizualizări Activitate
0
nov. 22
3791
1
dec. 24
2659
2
nov. 23
3267
0
apr. 23
1855
0
nov. 21
2241