-
- Downloads
[MERGE] [ADD] product_email_template new module. It allows ot send...
[MERGE] [ADD] product_email_template new module. It allows ot send template-based emails when validating invoices. This allows to send description, user guides, technical datasheets, ... when selling products. product_template inheritance: added email_template_id field, link to an optional email.template invoice inheritance: when validating the invoice, send an email for each product that has a linked email.template. email_template inheritance: defined a new simplified form view with only attachment_ids and body, to ease the quick edition of email templates. This simplified form view is used for the email_template_id field on the product.template form view. email_template: when having default_model in default_get, use it to prefetch model_id. Indeed model is a related file, we have to redirect its default to the right model_id field. bzr revid: tde@openerp.com-20140124120652-vxp0jwf14sl1frme
Showing
- addons/account/res_config.py 3 additions, 0 deletionsaddons/account/res_config.py
- addons/account/res_config_view.xml 4 additions, 0 deletionsaddons/account/res_config_view.xml
- addons/email_template/email_template.py 6 additions, 0 deletionsaddons/email_template/email_template.py
- addons/product_email_template/__init__.py 3 additions, 0 deletionsaddons/product_email_template/__init__.py
- addons/product_email_template/__openerp__.py 25 additions, 0 deletionsaddons/product_email_template/__openerp__.py
- addons/product_email_template/data/product_demo.xml 648 additions, 0 deletionsaddons/product_email_template/data/product_demo.xml
- addons/product_email_template/models/__init__.py 4 additions, 0 deletionsaddons/product_email_template/models/__init__.py
- addons/product_email_template/models/invoice.py 38 additions, 0 deletionsaddons/product_email_template/models/invoice.py
- addons/product_email_template/models/product.py 19 additions, 0 deletionsaddons/product_email_template/models/product.py
- addons/product_email_template/views/email_template_view.xml 24 additions, 0 deletionsaddons/product_email_template/views/email_template_view.xml
- addons/product_email_template/views/product_view.xml 22 additions, 0 deletionsaddons/product_email_template/views/product_view.xml
Loading
Please register or sign in to comment