Skip to content

Commit cb257a5

Browse files
committed
📖1️⃣4️⃣ database_expiration: update versions
1 parent 71dfd66 commit cb257a5

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

database_expiration/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ Contributors
3535
Further information
3636
===================
3737

38-
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/database_expiration/
38+
Odoo Apps Store: https://apps.odoo.com/apps/modules/14.0/database_expiration/
3939

4040

41-
Notifications on updates: `via Atom <https://github.com/it-projects-llc/access-addons/commits/13.0/database_expiration.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/it-projects-llc/access-addons/commits/13.0/database_expiration.atom>`_
41+
Notifications on updates: `via Atom <https://github.com/itpp-labs/access-addons/commits/14.0/database_expiration.atom>`_, `by Email <https://blogtrottr.com/?subscribe=https://github.com/itpp-labs/access-addons/commits/14.0/database_expiration.atom>`_
4242

43-
Tested on `Odoo 12.0 <https://github.com/odoo/odoo/commit/6a57ad66b8374966ba7011e34cec20f6344f4f6d>`_
43+
Tested on `Odoo 14.0 <https://github.com/odoo/odoo/commit/829ae7b7e2941b6bb7af73a6d3d78b4ef1abf453>`_

database_expiration/__manifest__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66
"name": """Database expiration""",
77
"summary": """With this module you can make database to expire""",
88
"category": "Hidden",
9-
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=13.0",
109
"images": [],
1110
"version": "14.0.1.1.1",
1211
"application": False,
1312
"author": "IT-Projects LLC, Eugene Molotov",
1413
"support": "apps@it-projects.info",
15-
"website": "https://apps.odoo.com/apps/modules/13.0/database_expiration/",
14+
"website": "https://twitter.com/OdooFree",
1615
"license": "Other OSI approved licence", # MIT
17-
# "price": 9.00,
18-
# "currency": "EUR",
1916
"depends": ["database_block"],
2017
"external_dependencies": {"python": [], "bin": []},
2118
"data": [],

database_expiration/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Configuration
1111

1212
* `Log in as admin
1313
* `Activate Developer Mode <https://odoo-development.readthedocs.io/en/latest/odoo/usage/debug-mode.html>`__
14-
* Open menu ``[[ Settings ]] >> Technical >> System Parameter``
14+
* Open menu ``[[ Settings ]] >> Technical >> System Parameters``
1515
* Edit existing record by key `database_expiration_date` or create new one
1616
* Set date with format YYYY-MM-DD HH:MM:SS, click "Save" and reload web page
1717
* If you set past date, "Your database is expired" will appear and will disable navigating

0 commit comments

Comments
 (0)