Commit Graph

4 Commits

Author SHA1 Message Date
Raphael Collet d6f375df61 [IMP] models: "X in self" is now equivalent to any(X == rec for rec in self)
Fix modules with code like "record.id in other.stuff_ids".
2014-09-04 15:31:04 +02:00
Thibault Delavallée e55fd50cb5 [FIX] product_email_template: fixed a bug preventing from sending emails and therefore from validating invoices when having templates without attachments linnked to a product. 2014-06-13 16:32:08 +02:00
Olivier Dony b89d6d99c8 [FIX] product_email_template: typos
bzr revid: odo@openerp.com-20140403142836-9na8qo7y7gqr0nmi
2014-04-03 16:28:36 +02:00
Thibault Delavallée 5d17667bb1 [RENAME] account_product_template -> product_email_template, to avoid
confusion with product templates. The main feature are email template on product
therefore renaming the module.

bzr revid: tde@openerp.com-20140124110802-unn4u75ad4jt0bb2
2014-01-24 12:08:02 +01:00