how to create a new form by clicking a button from another form??
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
3561
Visualizações
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-se
you have to give type="action" inside the button tag. And name should be given as your form view id which you wish to show
thanks abhishek.. bt my question is .. in openerp sales module as soon as i click confirm order button new manufacturing order is created(by workflow).. in the same way when i click confirm order button i want bom to be created automatically.. i want to get all info in sales order and update tat in bom..