I have 10 branch companies, concept is 10 char fields, if A company user enter this form Field 1 only visible, B Company means field 2 visible, other fields need to hide. how to do this concept in openerp.
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
2911
Vistas
¿Le interesa esta conversación? ¡Participe en ella!
Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.
Registrarse
using attrs tag to hide the field based on condition user not equal to current company.
Thanks, i will tried a group concept that is working fine.