-
Notifications
You must be signed in to change notification settings - Fork 260
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
[17.0] access_apps #354
Commits on Dec 18, 2023
-
previous commits history: https://github.com/itpp-labs/access-addons/commits/13.0/ir_rule_protected > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for 91f4eea - Browse repository at this point
Copy the full SHA 91f4eeaView commit details -
⬆️1️⃣4️⃣ OCA/odoo-module-migrator
close #260 > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for 46b80d2 - Browse repository at this point
Copy the full SHA 46b80d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abd61b - Browse repository at this point
Copy the full SHA 1abd61bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c3695d - Browse repository at this point
Copy the full SHA 3c3695dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6345aa6 - Browse repository at this point
Copy the full SHA 6345aa6View commit details -
🚑 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
Configuration menu - View commit details
-
Copy full SHA for 676c791 - Browse repository at this point
Copy the full SHA 676c791View commit details -
🚑 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
Configuration menu - View commit details
-
Copy full SHA for fb4d277 - Browse repository at this point
Copy the full SHA fb4d277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e9a8d - Browse repository at this point
Copy the full SHA 71e9a8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ce74c - Browse repository at this point
Copy the full SHA 99ce74cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86bd559 - Browse repository at this point
Copy the full SHA 86bd559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ae38c - Browse repository at this point
Copy the full SHA 95ae38cView commit details -
previous commits history: https://github.com/itpp-labs/access-addons/commits/14.0/access_apps > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for 93460e7 - Browse repository at this point
Copy the full SHA 93460e7View commit details -
⬆️1️⃣5️⃣ OCA/odoo-module-migrator
close #336 > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for 12ea067 - Browse repository at this point
Copy the full SHA 12ea067View commit details -
⬆️1️⃣6️⃣ OCA/odoo-module-migrator
close #345 > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for 774dd32 - Browse repository at this point
Copy the full SHA 774dd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d860e - Browse repository at this point
Copy the full SHA 85d860eView commit details -
⬆️1️⃣7️⃣ OCA/odoo-module-migrator
close #352 > Made via .github/workflows/DINAR-PORT.yml
Configuration menu - View commit details
-
Copy full SHA for eba31b8 - Browse repository at this point
Copy the full SHA eba31b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba054fd - Browse repository at this point
Copy the full SHA ba054fdView commit details