Creating new doctype errors

Gents,
At first i thought i was the one doing wrong but wait as i have already created a lot of Doctypes and custom Apps for me …
Last night i have realized that after updating to v8.0.33 and v8.0.55 (frappe and erpnext) i have lost my last adds… lucky i had before all this created already a new Bench DEV but i have noticed that when creating a new Doctype it select the Custom by default and i have not unchecked in which i have found strange that my Module ADVOGADOS was not created as a folder on the apps and the forms created for it the same way … Now when creating new Doctype and removing the CUSTOM this is what i receive when saving

Traceback (most recent call last):
File “/home/helio/frappe-dev/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/helio/frappe-dev/apps/frappe/frappe/handler.py”, line 21, in handle
data = execute_cmd(cmd)
File “/home/helio/frappe-dev/apps/frappe/frappe/handler.py”, line 52, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/helio/frappe-dev/apps/frappe/frappe/init.py”, line 907, in call
return fn(*args, **newargs)
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/load.py”, line 71, in getdoctype
docs = get_meta_bundle(doctype)
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/load.py”, line 82, in get_meta_bundle
bundle = [frappe.desk.form.meta.get_meta(doctype)]
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/meta.py”, line 22, in get_meta
meta = FormMeta(doctype)
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/meta.py”, line 32, in init
self.load_assets()
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/meta.py”, line 39, in load_assets
self.add_code()
File “/home/helio/frappe-dev/apps/frappe/frappe/desk/form/meta.py”, line 62, in add_code
path = os.path.join(get_module_path(self.module), ‘doctype’, scrub(self.name))
File “/home/helio/frappe-dev/apps/frappe/frappe/modules/utils.py”, line 144, in get_module_path
return frappe.get_module_path(module)
File “/home/helio/frappe-dev/apps/frappe/frappe/init.py”, line 688, in get_module_path
return get_pymodule_path(local.module_app[module] + “.” + module, *joins)
KeyError: u’advogados’

Advogados is my new Module

Set developer_mode as true in your bench

bench --site [sitename] set-config developer_mode 1

@rmehta i have this enabled but still returning errors …

Just restarted the PC… after rebooting is working. But if i try to update this DEV will have the same issues i had on the previous Bench … hope those errors are fixed quickly and v8 becomes more stable.
Thanks.