Git Product home page Git Product logo

muk_website's People

Contributors

keshrath avatar zimbora69 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

muk_website's Issues

Suddenly broke, "Could not get content for /muk_web_branding/static/src/scss/primary_colors.custom.muk_web_branding._assets_primary_variables.scss"

I uninstalled a module called "Shortcut Icon", next thing I know the entire system breaks, and I get this error:

Could not get content for /muk_web_branding/static/src/scss/primary_colors.custom.muk_web_branding._assets_primary_variables.scss

The file doesn't even exist, nor in your GitHub repository.

Since the whole web site is now plaintext without CSS, I can't click on anything to uninstall Muk_Website_Branding or repair anything.

What goes in this file, so at least I can recreate it and hopefully have my system back?

Remaining modules upgrade to v12

Hi guys, is there any plan to upgrade muk_website_navbar_transparent and muk_website_customize_gradient to v12? Do you need any help with that?

Can't access general settings after install

I recently installed the MuK website grid snippets module through the import module on Odoo 12 and I am now unable to access my general settings. The module threw an error during the initial install so I went back and installed odoo-autodiscover and the MuK website grid snippets through pip. However I'm still getting an error when I try to access my general settings. I suspect MuK Utils and/or MuK Web Utils may be the culprit as they both inherit res.config.settings.view.form though I may be completely wrong. I'm still very new to odoo and I haven't been able to resolve this problem. If anybody is willing to help I've posted the traceback below.

Error:

Odoo Server Error

Traceback (most recent call last):

File "/usr/lib/python3/dist-packages/odoo/http.py", line 653, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 312, in _handle_exception

raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])

File "/usr/lib/python3/dist-packages/odoo/tools/pycompat.py", line 87, in reraise

raise value

File "/usr/lib/python3/dist-packages/odoo/http.py", line 695, in dispatch

result = self._call_function(**self.params)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 344, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/usr/lib/python3/dist-packages/odoo/service/model.py", line 97, in wrapper

return f(dbname, *args, **kwargs)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 337, in checked_call

result = self.endpoint(*a, **kw)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 938, in call

return self.method(*args, **kw)

File "/usr/lib/python3/dist-packages/odoo/http.py", line 517, in response_wrap

response = f(*args, **kw)

File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 962, in call_kw

return self._call_kw(model, method, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/addons/web/controllers/main.py", line 954, in _call_kw

return call_kw(request.env[model], method, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/api.py", line 745, in call_kw

return _call_kw_model(method, model, args, kwargs)

File "/usr/lib/python3/dist-packages/odoo/api.py", line 718, in _call_kw_model

result = method(recs, *args, **kwargs)

File "/usr/lib/python3/dist-packages/odoo/models.py", line 1368, in load_views

for [v_id, v_type] in views

File "/usr/lib/python3/dist-packages/odoo/models.py", line 1368, in

for [v_id, v_type] in views

File "/usr/local/lib/python3.6/dist-packages/odoo/addons/muk_web_utils/models/res_config_settings.py", line 68, in fields_view_get

view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/res_config.py", line 395, in fields_view_get

toolbar=toolbar, submenu=submenu)

File "/usr/lib/python3/dist-packages/odoo/models.py", line 1447, in fields_view_get

result = self._fields_view_get(view_id=view_id, view_type=view_type, toolbar=toolbar, submenu=submenu)

File "/usr/lib/python3/dist-packages/odoo/models.py", line 1410, in _fields_view_get

root_view = View.browse(view_id).read_combined(['id', 'name', 'field_parent', 'type', 'model', 'arch'])

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 780, in read_combined

arch = self.apply_view_inheritance(arch_tree, root.id, self.model)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 730, in apply_view_inheritance

source = self.apply_view_inheritance(source, view_id, model, root_id=root_id)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 729, in apply_view_inheritance

source = self.apply_inheritance_specs(source, specs_tree, view_id)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 707, in apply_inheritance_specs

self.raise_view_error(_("Element '%s' cannot be located in parent view") % tag, inherit_id)

File "/usr/lib/python3/dist-packages/odoo/addons/base/models/ir_ui_view.py", line 545, in raise_view_error

raise ValueError(message)

ValueError: Element '

' cannot be located in parent view

Error context:

View res.config.settings.view.form

[view_id: 1998, xml_id: n/a, model: res.config.settings, parent_id: 246]

Can't add content other then "Internal"

Hi very good module,

I'm using Odoo version 12 and can't add other content in to the grid except from group Internal.
Also can't add image when columns set other than small grid.

Is there some basic using documentation?

Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.