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
- Contabilidad
- Inventario
- PoS
- Project
- MRP
Se marcó esta pregunta
2
Respuestas
4755
Vistas
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.
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
InscribirsePublicaciones relacionadas | Respuestas | Vistas | Actividad | |
---|---|---|---|---|
|
0
nov 22
|
3538 | ||
|
1
dic 24
|
2370 | ||
|
2
nov 23
|
2964 | ||
|
0
abr 23
|
1606 | ||
|
0
nov 21
|
2045 |