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

[MERGE] web: convert service to OWL #44097

Closed
wants to merge 4 commits into from

Conversation

alexkuhn
Copy link
Contributor

@alexkuhn alexkuhn commented Jan 28, 2020

Task-Id 2183810

@C3POdoo C3POdoo added the RD research & development, internal work label Jan 28, 2020
Isolate blockUI/unblocUI in a service, using:
`env.services.ui.block()` and `env.services.ui.unblock()`.

Intent of this service is to remove JS module dependency of
`web.env` with `web.framework`. This is important because
`web.framework` requires `web.Widget`, which in turn requires
`web.ServicesMixin`.

Objective is to call services from OWL environment, so `web.env`
must not require `web.framework`.

Task-Id 2183810
- adapt mail manager, merge all components in once
- turn all services as classes
- instantiate + deploy in env
- find a way to access env globally on any service and widget

- handle something like this with do_action and do_notify?
@alexkuhn alexkuhn closed this Oct 14, 2020
@alexkuhn alexkuhn deleted the master-ref-service-owl-aku branch October 14, 2020 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RD research & development, internal work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants