Closed Agacolor closed 4 years ago
@Agacolor Hello Thanks for the indication. We have solved the warnings. You can check here https://github.com/mollie/mollie-odoo/pull/82
Thank you very much for the update.
I think in payment_mollie_official/data/ir_cron.xml the line
A new version was released a few days ago. We strongly advice to upgrading the module. Please do this first in a staging server to see if the upgrade is working fine in your DB.
Hi there,
1) I tried installing the newest release for version 12. I got several errors when installing in the staging server (red traffic light) [odoo 12 enterprise on Odoo.sh] see errors below. Conflict with other modules ?
2) The instance in development builds without errors (only base + mollie installed) so conflict with other modules?
3) When I install from Odoo.sh directly (deploy option) the build fails with odoo.exceptions.UserError: ('Unable to install module "payment_mollie_official" because an external dependency is not met: No module named mollie', '')
ad 1) Errors below.
Front end error pop up:
The style compilation failed, see the error below. Your recent actions may be the cause, please try reverting the changes you made.
Could not get content for /payment_mollie_official/static/src/css/payment_mollie_official.css defined in bundle 'web.assets_frontend'.
Odoo Server Error (log fle)
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/models.py", line 1128, in _validate_fields
check(self)
File "/home/odoo/src/odoo/odoo/addons/base/models/ir_ui_view.py", line 351, in _check_xml
self.postprocess_and_fields(view.model, view_doc, view.id)
File "/home/odoo/src/odoo/odoo/addons/base/models/ir_ui_view.py", line 1131, in postprocess_and_fields
self.raise_view_error(message, view_id)
File "/home/odoo/src/odoo/odoo/addons/base/models/ir_ui_view.py", line 568, in raise_view_error
raise ValueError(message)
ValueError: Field dashboard_url
does not exist
Error context:
View payment.acquirer.form.inherit.2
[view_id: 8689, xml_id: n/a, model: payment.acquirer, parent_id: 1311]
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/tools/convert.py", line 758, in parse
self._tags[rec.tag](rec, de, mode=mode)
File "/home/odoo/src/odoo/odoo/tools/convert.py", line 663, in _tag_record
record = model.with_context(rec_context)._load_records([data], self.mode == 'update')
File "/home/odoo/src/odoo/odoo/models.py", line 3893, in _load_records
records = self._load_records_create([data['values'] for data in to_create])
File "/home/odoo/src/odoo/odoo/models.py", line 3807, in _load_records_create
return self.create(values)
File "dashboard_url
does not exist\n\nError context:\nView payment.acquirer.form.inherit.2
\n[view_id: 8689, xml_id: n/a, model: payment.acquirer, parent_id: 1311]', None)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/odoo/src/odoo/odoo/http.py", line 656, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/home/odoo/src/odoo/odoo/http.py", line 314, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/home/odoo/src/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/home/odoo/src/odoo/odoo/http.py", line 698, in dispatch
result = self._call_function(self.params)
File "/home/odoo/src/odoo/odoo/http.py", line 346, in _call_function
return checked_call(self.db, *args, *kwargs)
File "/home/odoo/src/odoo/odoo/service/model.py", line 98, in wrapper
return f(dbname, args, kwargs)
File "/home/odoo/src/odoo/odoo/http.py", line 339, in checked_call
result = self.endpoint(*a, kw)
File "/home/odoo/src/odoo/odoo/http.py", line 941, in call
return self.method(*args, *kw)
File "/home/odoo/src/odoo/odoo/http.py", line 519, in response_wrap
response = f(args, kw)
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 966, in call_button
action = self._call_kw(model, method, args, {})
File "/home/odoo/src/odoo/addons/web/controllers/main.py", line 954, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "/home/odoo/src/odoo/odoo/api.py", line 759, in call_kw
return _call_kw_multi(method, model, args, kwargs)
File "/home/odoo/src/odoo/odoo/api.py", line 746, in _call_kw_multi
result = method(recs, *args, *kwargs)
File "
Field dashboard_url
does not exist
Error context:
View payment.acquirer.form.inherit.2
[view_id: 8689, xml_id: n/a, model: payment.acquirer, parent_id: 1311]
None" while parsing /home/odoo/src/user/mollie-odoo-12.0/payment_mollie_official/views/payment_views.xml:3, near
Hello,
you are missing the mollie dependancies. You can find these in the requirement.txt file.
br,
Hello odoo-mvds. Still experiencing some issues. Perhaps easier to discuss viva voce. (ibaas@agacolor.com)
note: Installing the module (12) throws a warning and orange status indicator on branch
WARNING (..) odoo.models: The model force.update.data has no _description WARNING (..) odoo.models: ir.cron.create() with unknown fields: function WARNING (..) odoo.models: ir.actions.todo.create() with unknown fields: type WARNING (..) odoo.modules.loading: The transient model config.mollie (Set up config mollie) should not have explicit access rules!