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',