Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[17.0] access_apps #354

Merged
merged 17 commits into from
Dec 18, 2023
Merged

[17.0] access_apps #354

merged 17 commits into from
Dec 18, 2023

Commits on Dec 18, 2023

  1. 🎉1️⃣3️⃣ access_apps

    previous commits history: https://github.com/itpp-labs/access-addons/commits/13.0/ir_rule_protected
    
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    91f4eea View commit details
    Browse the repository at this point in the history
  2. ⬆️1️⃣4️⃣ OCA/odoo-module-migrator

    close #260
    
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    46b80d2 View commit details
    Browse the repository at this point in the history
  3. ❌ the module has not been ported yet

    trojikman authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    1abd61b View commit details
    Browse the repository at this point in the history
  4. ⬆️1️⃣4️⃣ access_apps

    trojikman authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    3c3695d View commit details
    Browse the repository at this point in the history
  5. 📖 change website

    trojikman authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    6345aa6 View commit details
    Browse the repository at this point in the history
  6. 🚑 access_apps: allow safely uninstall module

    STEPS:
    * install access_apps
    * uninstall access_apps
    * open Apps menu
    
    BEFORE: access error
    
    AFTER: no errors, access rights are restored
    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    676c791 View commit details
    Browse the repository at this point in the history
  7. 🚑 access_apps: fix error in Settings page

    STEPS:
    * install module_procurement_jit
    * install access_apps
    * open Settings menus
    
    BEFORE:
    
    ```
    Odoo Server Error
    Traceback (most recent call last):
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 624, in _handle_exception
        return super(JsonRequest, self)._handle_exception(exception)
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 310, in _handle_exception
        raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
      File "/opt/odoo/custom/src/odoo/odoo/tools/pycompat.py", line 14, in reraise
        raise value
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 669, in dispatch
        result = self._call_function(**self.params)
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 350, in _call_function
        return checked_call(self.db, *args, **kwargs)
      File "/opt/odoo/custom/src/odoo/odoo/service/model.py", line 94, in wrapper
        return f(dbname, *args, **kwargs)
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 339, in checked_call
        result = self.endpoint(*a, **kw)
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 915, in __call__
        return self.method(*args, **kw)
      File "/opt/odoo/custom/src/odoo/odoo/http.py", line 515, in response_wrap
        response = f(*args, **kw)
      File "/opt/odoo/auto/addons/web/controllers/main.py", line 1327, in call_kw
        return self._call_kw(model, method, args, kwargs)
      File "/opt/odoo/auto/addons/web/controllers/main.py", line 1319, in _call_kw
        return call_kw(request.env[model], method, args, kwargs)
      File "/opt/odoo/custom/src/odoo/odoo/api.py", line 387, in call_kw
        result = _call_kw_multi(method, model, args, kwargs)
      File "/opt/odoo/custom/src/odoo/odoo/api.py", line 374, in _call_kw_multi
        result = method(recs, *args, **kwargs)
      File "/opt/odoo/custom/src/odoo/odoo/models.py", line 6240, in onchange
        record[name] = value
      File "/opt/odoo/custom/src/odoo/odoo/models.py", line 5740, in __setitem__
        return self._fields[key].__set__(self, value)
      File "/opt/odoo/custom/src/odoo/odoo/fields.py", line 1082, in __set__
        self.write(new_records, value)
      File "/opt/odoo/custom/src/odoo/odoo/fields.py", line 953, in write
        cache_value = self.convert_to_cache(value, records)
      File "/opt/odoo/custom/src/odoo/odoo/fields.py", line 2262, in convert_to_cache
        raise ValueError("Wrong value for %s: %r" % (self, value))
    ValueError: Wrong value for res.config.settings.module_procurement_jit: 1
    ```
    
    AFTER: no errors
    
    WHY: since Odoo 13 it has to be string: odoo/odoo@a0e05e2
    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    fb4d277 View commit details
    Browse the repository at this point in the history
  8. 🌈 pre-commit

    trojikman authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    71e9a8d View commit details
    Browse the repository at this point in the history
  9. 📖 update banners

    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    99ce74c View commit details
    Browse the repository at this point in the history
  10. 📖 fix summary, icon, category

    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    86bd559 View commit details
    Browse the repository at this point in the history
  11. ❌ delete unported modules in v15

    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    95ae38c View commit details
    Browse the repository at this point in the history
  12. 🎉1️⃣4️⃣ access_apps

    previous commits history: https://github.com/itpp-labs/access-addons/commits/14.0/access_apps
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    93460e7 View commit details
    Browse the repository at this point in the history
  13. ⬆️1️⃣5️⃣ OCA/odoo-module-migrator

    close #336
    
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    12ea067 View commit details
    Browse the repository at this point in the history
  14. ⬆️1️⃣6️⃣ OCA/odoo-module-migrator

    close #345
    
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    774dd32 View commit details
    Browse the repository at this point in the history
  15. ⬆️ access_apps: port to v16

    yelizariev authored and itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    85d860e View commit details
    Browse the repository at this point in the history
  16. ⬆️1️⃣7️⃣ OCA/odoo-module-migrator

    close #352
    
    > Made via .github/workflows/DINAR-PORT.yml
    itpp-bot committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    eba31b8 View commit details
    Browse the repository at this point in the history
  17. 📖 access_apps

    yelizariev committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ba054fd View commit details
    Browse the repository at this point in the history