return {'type': 'ir.actions.act_url',
'url': '/linkedin/post',
'target': 'self',
'context': {
'res_id': self.id
},
}
@http.route('/linkedin/post', csrf=False)
def post_to_linkedin(self, **kwargs):
# record_id = int(kwargs.get('res_id'))
res_id = kwargs.get('res_id')
i want to get id in controller but kwargs is empty how to get that
note: i dont want to pass that in url , help me with this guys.
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
281
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