Giter VIP home page Giter VIP logo

Comments (5)

isabellerichard avatar isabellerichard commented on August 19, 2024

Hi,

In the module base, the action window base.action_res_users has no value defined for the field domain.
In smile_access_control, we set a value for this field on this record.
Uninstalling a module don't empty fields which were not set, so you have to manually update the action window to empty the field domain.

from odoo_addons.

askz avatar askz commented on August 19, 2024

Hi,
I had the same issue and get field domain empty as you said,
Now the problem is that the user form view is limited, I have access to only few parameters now, like just phone and e-mail...

from odoo_addons.

isabellerichard avatar isabellerichard commented on August 19, 2024

Hi,

That's another problem caused by uninstallation... In smile_access_control, we override native actions of module base:

    <record id="base.action_res_users" model="ir.actions.act_window">
      <field name="domain">[('user_profile', '=', False)]</field>
    </record>
    <record id="base.action_res_users_view2" model="ir.actions.act_window.view">
      <field name="view_id" ref="view_res_user_form"/>
    </record>

When you uninstall, the view smile_access_control.view_res_user_form is deleted, so the "view_id" of the action can't be found anymore. Odoo search the first form view for res.users and he opens it.
You can edit this action and assign "view_id" with the view "res.users.form" (base.view_users_form).

from odoo_addons.

askz avatar askz commented on August 19, 2024

Hi, Thanks for your answer, I set the view_id according to your answer and the problem's still here..!

from odoo_addons.

olubiyiontheweb avatar olubiyiontheweb commented on August 19, 2024

Under developer tools,

Go to technical in settings,

windows actions --> then filter name by users.

you will find user_profile in actions, remove the domain value and you'll be fine.

from odoo_addons.

Related Issues (20)

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.