From 1349637171f3776344916d1ad5c85343587fa279 Mon Sep 17 00:00:00 2001 From: Pierre Verkest Date: Tue, 29 Sep 2015 00:09:31 +0200 Subject: [PATCH] use rst warning instead special caracters --- web_warning_on_save/__openerp__.py | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/web_warning_on_save/__openerp__.py b/web_warning_on_save/__openerp__.py index 02fb6ae5..bc4fa258 100644 --- a/web_warning_on_save/__openerp__.py +++ b/web_warning_on_save/__openerp__.py @@ -25,12 +25,16 @@ "author": "Camptocamp,Odoo Community Association (OCA)", 'license': 'AGPL-3', 'website': 'http://www.camptocamp.com', - 'description': u""" + 'description': """ This module was written to extend the functionality of saving a record in the web interface. - /!\/!\/!\ In no way this module stops the save of the record. - You must consider this as a warning displayed - to the user AFTER save completed. /!\/!\/!\ + + .. warning:: + + In no way this module stops the save of the record. + You must consider this as a warning displayed + to the user AFTER save completed. + If you don't want OpenERP to save the record, you should use constraints. Usage