Skip to content

Commit 4348fde

Browse files
committed
📖1️⃣4️⃣ database_block: update versions
1 parent cb257a5 commit 4348fde

File tree

2 files changed

+5
-18
lines changed

2 files changed

+5
-18
lines changed

database_block/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Contributors
3131
Further information
3232
===================
3333

34-
Odoo Apps Store: https://apps.odoo.com/apps/modules/13.0/database_block/
34+
Odoo Apps Store: https://apps.odoo.com/apps/modules/14.0/database_block/
3535

3636

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

39-
Tested on `Odoo 13.0 <https://github.com/odoo/odoo/commit/03fb98f876ea03deef05acb74144d8e979a61f54>`_
39+
Tested on `Odoo 14.0 <https://github.com/odoo/odoo/commit/829ae7b7e2941b6bb7af73a6d3d78b4ef1abf453>`_

database_block/__manifest__.py

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@
55
"name": """Block backend UI""",
66
"summary": """This technical module allows blocking backend access and display the message""",
77
"category": "Extra Tools",
8-
# "live_test_url": "http://apps.it-projects.info/shop/product/DEMO-URL?version=13.0",
98
"images": [],
109
"version": "14.0.1.0.0",
1110
"application": False,
1211
"author": "IT-Projects LLC, Eugene Molotov",
13-
"support": "apps@it-projects.info",
14-
"website": "https://apps.odoo.com/apps/modules/13.0/database_block/",
12+
"support": "help@itpp.dev",
13+
"website": "https://twitter.com/OdooFree",
1514
"license": "Other OSI approved licence", # MIT
16-
# "price": 9.00,
17-
# "currency": "EUR",
1815
"depends": ["web"],
1916
"external_dependencies": {"python": [], "bin": []},
2017
"data": ["views/assets.xml"],
@@ -26,14 +23,4 @@
2623
"uninstall_hook": None,
2724
"auto_install": False,
2825
"installable": True,
29-
# "demo_title": "Database Block",
30-
# "demo_addons": [
31-
# ],
32-
# "demo_addons_hidden": [
33-
# ],
34-
# "demo_url": "DEMO-URL",
35-
# "demo_summary": "This module allows to block user to backend with specified reason",
36-
# "demo_images": [
37-
# "images/MAIN_IMAGE",
38-
# ]
3926
}

0 commit comments

Comments
 (0)