Add initial implementation of base3.1 template and update BaseApp class

1 parent b99e8878
...@@ -387,6 +387,7 @@ def _add_view_config(config, paket, route): ...@@ -387,6 +387,7 @@ def _add_view_config(config, paket, route):
class BaseApp(): class BaseApp():
def __init__(self): def __init__(self):
self.menus = [] self.menus = []
self.partner_doc = "" self.partner_doc = ""
self.temp_files = "" self.temp_files = ""
self.allow_register = 0 self.allow_register = 0
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!