Skip to content

Commit

Permalink
[ADD] Module Awesome_Gallery:
Browse files Browse the repository at this point in the history
This commit contains the introduction of a new module: Awesome_Gallery

This tutorial allows to create a new view from scratch. A gallery view displaying images. On the view we have to specify the filed containing the image data and also a tooltip field.

task-xxxx
  • Loading branch information
CorentinVermeulen committed Nov 7, 2024
1 parent 046466e commit 983a8c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions awesome_tshirt/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Note that this is just a toy app intended to learn the javascript
framework.
""",

'licence': 'LGPL-3',
'author': "Odoo",
'website': "https://www.odoo.com/",

Expand All @@ -23,7 +23,6 @@
'application': True,
'installable': True,


# any module necessary for this one to work correctly
'depends': ['base', 'web', 'mail', 'awesome_gallery'],

Expand Down
2 changes: 2 additions & 0 deletions owl_playground/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
Play with Owl in this playground module
""",

'licence': 'LGPL-3',

'author': "Odoo",
'website': "https://www.odoo.com",

Expand Down

0 comments on commit 983a8c6

Please sign in to comment.