From 40a6b1f2c0bb4b1a475e01bc73195461c963c98e Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Mon, 9 May 2016 16:27:27 +0500 Subject: [PATCH] [DOC] price + tiny updates --- mail_archives/static/description/index.html | 2 +- mail_base/__openerp__.py | 2 ++ mail_to/__openerp__.py | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/mail_archives/static/description/index.html b/mail_archives/static/description/index.html index 77abc4e..50900fa 100644 --- a/mail_archives/static/description/index.html +++ b/mail_archives/static/description/index.html @@ -21,7 +21,7 @@

-This menu shows all messages. +This menu shows archive messages, i.e. ones you sent or received.

diff --git a/mail_base/__openerp__.py b/mail_base/__openerp__.py index 3ddb6d3..b9c9b6d 100644 --- a/mail_base/__openerp__.py +++ b/mail_base/__openerp__.py @@ -9,6 +9,8 @@ "author": "IT-Projects LLC, Pavel Romanchenko", "website": "https://it-projects.info", "license": "LGPL-3", + 'price': 9.00, + 'currency': 'EUR', "depends": [ "base", diff --git a/mail_to/__openerp__.py b/mail_to/__openerp__.py index 664adc5..37f15d0 100644 --- a/mail_to/__openerp__.py +++ b/mail_to/__openerp__.py @@ -9,8 +9,8 @@ "author": "IT-Projects LLC, Pavel Romanchenko", "website": "https://it-projects.info", "license": "LGPL-3", - #"price": 9.00, - #"currency": "EUR", + "price": 40.00, + "currency": "EUR", "depends": [ 'mail_base',