how i can arrange the suppliers by category
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- Müşteri İlişkileri Yönetimi
- e-Commerce
- Muhasebe
- Envanter
- PoS
- Project
- MRP
Bu soru işaretlendi
2
Cevaplar
4931
Görünümler
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.
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
i cant understand your requirement. please explain me exactly your problem.
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Üye Olİlgili Gönderiler | Cevaplar | Görünümler | Aktivite | |
---|---|---|---|---|
|
0
Kas 22
|
3752 | ||
|
1
Ara 24
|
2640 | ||
|
2
Kas 23
|
3220 | ||
|
0
Nis 23
|
1831 | ||
|
0
Kas 21
|
2229 |