I need to get the current company language to be used in some official reports which can’t be based on the current user language, can anyone help me ?
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
3
Respostas
7377
Visualizações
Technically you can access the current company language by using the script env.user.company_id.partner_id.lang
A company is related to a partner. You can retrieve the language from that partner.
This is what someone might be looking for:
from odoo.tools import get_lang
get_lang(self.env).code
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