Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
3615 Visninger

I upload PDF content in v13 Community Edition and a download button appears in the public course viewer. In v13 Odoo demo (Enterprise), the download button does not appear. I cannot find a setting to change this. Is this only in Enterprise? My client does not wish to let students download the files.

Avatar
Kassér
Bedste svar

Hi Bruce:

The icon is an anchor tag in the underlying view. You can customize the website_slides.embed_slide view by extending it using the following expression to make the download icon disappear.

<xpath expr="//a[@id='download']" position="replace"/>
Avatar
Kassér
Forfatter

That worked very well! Thank you.

Related Posts Besvarelser Visninger Aktivitet
4
sep. 21
7738
1
aug. 24
15160
2
jan. 23
5814
2
dec. 20
6536
2
jul. 20
5235