- Mailing Lists
- web
- Re: [OCA/web] [11.0] [MIG] web_tree_image (#1006)
web mailing list archives
web@odoo-community.org
Browse archives
- By thread
-
By date
- March 2025 1
- January 2025 1
- December 2024 2
- October 2024 2
- September 2024 5
- August 2024 1
- July 2024 1
- June 2024 2
- May 2024 7
- April 2024 4
- March 2024 3
- February 2024 2
- January 2024 1
- November 2023 3
- September 2023 5
- August 2023 4
- July 2023 3
- June 2023 1
- April 2023 1
- March 2023 7
- January 2023 2
- December 2022 1
- November 2022 3
- June 2022 2
- May 2022 2
- March 2022 1
- February 2022 2
- December 2021 1
- November 2021 8
- October 2021 2
- September 2021 1
- August 2021 12
- July 2021 9
- June 2021 8
- May 2021 20
- April 2021 31
- March 2021 7
- February 2021 1
- January 2021 6
- December 2020 12
- November 2020 29
- October 2020 5
- August 2020 1
- July 2020 28
- June 2020 14
- May 2020 7
- April 2020 10
- February 2020 9
- January 2020 5
- November 2019 1
- September 2019 2
- July 2019 5
- March 2019 4
- December 2018 6
- October 2018 38
- September 2018 20
- August 2018 19
- April 2018 1
- March 2018 1
- January 2018 1
- December 2017 1
- August 2017 1
- April 2017 1
- December 2016 2
- October 2016 1
- September 2016 1
Re: [OCA/web] [11.0] [MIG] web_tree_image (#1006)
by Dennis Sluijk <notifications@github.com> - 08/08/2018 15:43:33@tarteo requested changes on this pull request.
Is this still working without Javascript?
> @@ -0,0 +1,61 @@ +.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.png + :alt: License: AGPL-3 + +===================================== +Display images and icons in tree view +===================================== + +This module defines a tree image widget, to be used with either binary fields +or (function) fields of type character. Use ``widget='image'`` in your view +definition. Optionally, set a ``height`` attribute. Default height is 16px.
I think the default height is 30px (in the less file)
> + "/<module>/static/src/img/youricon.png" + +* A standard icon from the web distribution, without path or extension, For + example, 'gtk-open' + +* A dynamic image in a data url base 64 format. Prefix with + 'data:image/png;base64,' + +Usage +===== + +This module defines a new widget type for tree views columns. + +Set the attribute ``widget=image`` in a ``field`` tag in a tree view. +You can also set ``height=<height>`` to set the height the image will have. +Note that this just sets the CSS ``max-height`` attribute,
Is this still the case without the Javascript?
—
You are receiving this because you are on a team that was mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.