I understand that QWeb is a templating language. What I don't understand is where and how to use it. The questions below should demonstrate my confusion.
Can I directly use QWeb directives inside of a Form View? That is, can I create a template on the fly inside of a Form View?
Can I create a window action that opens up a QWeb View instead of a Form View?
How is a QWeb template aware of a model's fields?