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

invalid lateral for int() with base 10 #780

Open
drinktea0808 opened this issue Jul 9, 2018 · 0 comments
Open

invalid lateral for int() with base 10 #780

drinktea0808 opened this issue Jul 9, 2018 · 0 comments

Comments

@drinktea0808
Copy link

drinktea0808 commented Jul 9, 2018

i get this error while saving. all i did was to enter the AWS Access ID, Key and bucket location onto SaaS Portal >> AWS S3 Access

Traceback (most recent call last): File "/odoo/odoo-server/odoo/http.py", line 650, in _handle_exception return super(JsonRequest, self)._handle_exception(exception) File "/odoo/odoo-server/odoo/http.py", line 310, in _handle_exception raise pycompat.reraise(type(exception), exception, sys.exc_info()[2]) File "/odoo/odoo-server/odoo/tools/pycompat.py", line 87, in reraise raise value File "/odoo/odoo-server/odoo/http.py", line 692, in dispatch result = self._call_function(**self.params) File "/odoo/odoo-server/odoo/http.py", line 342, in _call_function return checked_call(self.db, *args, **kwargs) File "/odoo/odoo-server/odoo/service/model.py", line 97, in wrapper return f(dbname, *args, **kwargs) File "/odoo/odoo-server/odoo/http.py", line 335, in checked_call result = self.endpoint(*a, **kw) File "/odoo/odoo-server/odoo/http.py", line 936, in __call__ return self.method(*args, **kw) File "/odoo/odoo-server/odoo/http.py", line 515, in response_wrap response = f(*args, **kw) File "/odoo/odoo-server/addons/web/controllers/main.py", line 935, in call_button action = self._call_kw(model, method, args, {}) File "/odoo/odoo-server/addons/web/controllers/main.py", line 923, in _call_kw return call_kw(request.env[model], method, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 689, in call_kw return call_kw_multi(method, model, args, kwargs) File "/odoo/odoo-server/odoo/api.py", line 680, in call_kw_multi result = method(recs, *args, **kwargs) File "/odoo/odoo-server/odoo/addons/base/res/res_config.py", line 545, in execute self.set_values() File "/odoo/custom/addons/saas_sysadmin_mailgun/models/res_config.py", line 11, in set_values super(SaasPortalConfigWizard, self).set_values() File "/odoo/odoo-server/addons/website_sale/models/res_config_settings.py", line 85, in set_values super(ResConfigSettings, self).set_values() File "/odoo/custom/addons/saas_server_backup_s3/models/res_config.py", line 15, in set_values ICPSudo.set_param("saas_s3.saas_s3_aws_accessid", str(int(self.saas_s3_aws_accessid))) ValueError: invalid literal for int() with base 10: 'AKLO9IHL2QGFW23YHTHU'


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant