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
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
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.
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
|
0
lis 22
|
3684 | ||
|
1
gru 24
|
2529 | ||
|
2
lis 23
|
3158 | ||
|
0
kwi 23
|
1758 | ||
|
0
lis 21
|
2174 |