-
Notifications
You must be signed in to change notification settings - Fork 20
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
[UPD] Image popup owl integration #5
base: 16.0
Are you sure you want to change the base?
Conversation
vnikolayev1
commented
Jul 13, 2023
- moved image popup to owl
- moved image popup to owl
Hi, Thanks for porting this module to version 16. Currently i have following concerns about this pull request:
|
'crnd_web_widget_popup_image' | ||
'/static/src/js/image_popup_owl.xml', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, move this file to static/src/xml
directory.
import { registry } from "@web/core/registry"; | ||
import { standardFieldProps } from"@web/views/fields/standard_field_props"; | ||
|
||
export class MyNewWidget extends Component { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rename widget to ImagePopup
.
And, possibly, extend standard Odoo's image widget, instead of creating completely new one.
- small fixes - test module
- test module formview update - lint fix - README update
Hey,
p.s. Thank you for Odoo helper. Using it since Kitworks' 2019 :) |