Skip to content
Snippets Groups Projects
Commit 227e9c992585 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

Add flag on configuration to indicate if token is required.

parent e97dd245ce65
No related branches found
No related tags found
1 merge request!202Add flag on configuration to indicate if token is required.
......@@ -7,6 +7,8 @@
Add version detection.
Add information indicating that Orus API token is required in configuration. Defaults to False.
20.12.2
-------
......
......@@ -304,6 +304,8 @@
self.local_image_name: str = f"{self.local_image}:{self.local_tag}"
"""Full image name used for local operations (locally built, used for test and
running)"""
self.orus_api_token_required: bool
read_expanded("orus_api_token_required", False)
self.odoo_type: str
read_expanded("odoo_type")
if not hasattr(self, "odoo_type"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment