We are trying to implement our contract terms into our quotation/sales orders so that a customer can accept a quote and sign in one go.
The main issue I'm facing is our contract terms need to be dynamically filled with some information from the quote. So I'm looking at doing this by customizing QWEB templates.
I'm trying to do this on an Odoo.com db and see if it's possible to do this without needing to do custom module development.
Is it possible to create custom quotation qweb templates directly from the Odoo interface, if so what is the best practice for doing so? Eventually we'll build all this into our own module but it's a pain point we need to address sooner.
Thanks