odoo/addons/product_email_template/models
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
..
__init__.py [RENAME] account_product_template -> product_email_template, to avoid 2014-01-24 12:08:02 +01:00
invoice.py [IMP] models: "X in self" is now equivalent to any(X == rec for rec in self) 2014-09-04 15:31:04 +02:00
product.py [FIX] product_email_template: typos 2014-04-03 16:28:36 +02:00