Hello guys,
I need some help on generating an XML file with a wizard. So, I’m using Genshi but I can’t find the way the XML base file, the genshi template file, can access the data from the database through trytond.
Basically I’m developing a new module called account_ao_saft that can generate the saft file, click here for more. As you can see, the development is based on the modules account_fr and account_payment_sepa. However, looking at the base.xml file from the account_payment_sepa module, I don’t understand how does it communicate with trytond to get the values from the database.
I have been reading Genshi documentation, and search on the web but I can’t find anything.
Any ideas?