I have an issue with understanding the core use of xml in odoo !
for example ,If i want to cerate an window action I can do that in 2 ways:
- xml code
- directly through UI
but the difficult questions:
does doing that in the UI also generate an XML file and why?
for the option 1 ,if doing that using XML will in the end insert a new record in DB ,what is the need of writing the xml code ,I cannot get the idea of using XML ,I am too much confused since data are stored in DB.