OWL
data_display
File Upload Progress Container
Odoo 19 OWL component — File Upload Progress Container (core)
Live preview
Interactive
Source excerpt
web/static/src/core/file_upload/file_upload_progress_container.js
import { Component } from "@odoo/owl";
export class FileUploadProgressContainer extends Component {
static template = "web.FileUploadProgressContainer";
static props = {
Component: { optional: false },
shouldDisplay: { type: Function, optional: true },
fileUploads: { type: Object },
};
}
Registry / API
- Registry name
FileUploadProgressContainer- Category
—- Module
web- Slug
file-upload-progress-container- Nav group
data_display