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:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
4922
Tampilan
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.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
0
Nov 22
|
3740 | ||
|
1
Des 24
|
2606 | ||
|
2
Nov 23
|
3212 | ||
|
0
Apr 23
|
1821 | ||
|
0
Nov 21
|
2224 |