Browse Source

[DOC] price + tiny updates

pull/23/head
Ivan Yelizariev 9 years ago
parent
commit
40a6b1f2c0
  1. 2
      mail_archives/static/description/index.html
  2. 2
      mail_base/__openerp__.py
  3. 4
      mail_to/__openerp__.py

2
mail_archives/static/description/index.html

@ -21,7 +21,7 @@
<div class="oe_row oe_spaced">
<div class="oe_span12">
<p class="oe_mt32">
This menu shows all messages.
This menu shows archive messages, i.e. ones you sent or received.
</p>
</div>
<div class="oe_row_img oe_centered">

2
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",

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

Loading…
Cancel
Save