QWeb is the template engine used by the OpenERP/Odoo Web Client. It is an XML-based templating language, similar to Genshi, Thymeleaf or Facelets
Questions tagged [qweb]
572 questions
0
votes
1 answer
How to get the following situation solved in odoo 8?
I am trying to print a many2many field value in qweb pdf report
Following is the code
purchase_quotation.py
class purchase_quotation(osv.Model):
_name="purchase.quotation"
_rec_name='vno'
_columns={
…

Shravy
- 656
- 1
- 23
- 61
0
votes
1 answer
How to attach pdf report to automatically send mail after importing data in odoo v8?
When i import data at that time i need to attach pdf report which will automatically send with declare part of body. If i send manual mail its going on with attachment of report.
class import_data(osv.osv):
_name = "import.data"
_columns =…

Om Prakash Maurya
- 1
- 1
- 4
0
votes
1 answer
How to make the following corrections below in qweb pdf?
I have been working on qweb pdf for tables part with the following part: