Skip to content

Conversation

@mcm-odoo
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Dec 16, 2025

This PR targets the un-managed branch odoo-dev/odoo:master-web-core, it needs to be retargeted before it can be merged.

type: Array,
},
id: Number,
lifespan: Number,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duration

id: Number,
lifespan: Number,
message: String,
pop: Function,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

close

});

setup() {
setTimeout(() => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

useTimeout

@@ -0,0 +1,5 @@
.wcore_notification_container {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

inline style

@@ -0,0 +1,84 @@
import { computed, Plugin, signal } from "@odoo/owl";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename overlayplugin


const { promise, resolve } = Promise.withResolvers();

const notification = {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class overlay

};

this.notifications()[id] = notification;
this.notifications.update();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

        this.notifications.update(notifs => notifs[id] = notification);

@ged-odoo ged-odoo merged commit 8af7e5d into master-web-core Dec 16, 2025
@ged-odoo ged-odoo deleted the master-web-core-mcm branch December 16, 2025 14:14
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

Successfully merging this pull request may close these issues.

4 participants