Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Projeto
- MRP
Esta pergunta foi sinalizada
To convert .sxw file to the .rml you need to use the base_report designer module of OpenERP addons. and you need to follow the below steps.
1. Open the terminal and go to the base_report_designer directory of OpenERP addons.
2. Now change the directory by cd openerp_sxw2rml
3. Run the openerp_sxw2rml.py file using python by ginving source and output rml path.
python openerp_sxw2rml.py sorce path > output path
eg.
python openerp_sxw2rml.py /home/mypc/workspace/openerp/addons/module/template.sxw > /home/mypc/workspace/openerp/addons/module/template.rml
make sure the sxw file is properly saved using the .sxw extension.
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