
-- Insert emails templates

INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('productreturn', 'productreturn_send', 'Product return', 'en_US', 100, 'Return for order __ORDER_REF__ — Return note No __REF__', 1, '<body>\n <p>Dear Sir / Madam,<br><br>\nPlease find attached the return note __REF__ for your order __ORDER_REF__.<br><br>\nSincerely, <br>\n__USER_SIGNATURE__\n</body>');
INSERT INTO llx_c_email_templates (module,type_template,label,lang,position,topic,joinfiles,content) VALUES ('productreturn', 'productreturn_send', 'Retour de produit', 'fr_FR', 100, 'Retour pour la commande __ORDER_REF__ — Bon de retour No __REF__', 1, '<body>\n <p>Chère Madame / Cher Monsieur,<br><br>\nVeuillez trouver ci-joint le bon de retour __REF__ pour votre commande __ORDER_REF__.<br><br>\nBien à vous, <br>\n__USER_SIGNATURE__\n</body>');
