Skip to content

Commit

Permalink
Auto install several web_* modules on new database
Browse files Browse the repository at this point in the history
  • Loading branch information
mtelahun committed Apr 30, 2023
1 parent 23c1ab9 commit e78040d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions web_advanced_search/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"static/src/xml/web_advanced_search.xml",
],
"installable": True,
"auto_install": True,
"application": False,
}
1 change: 1 addition & 0 deletions web_dialog_size/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@
"qweb": ["static/src/xml/web_dialog_size.xml"],
"data": ["templates/assets.xml"],
"installable": True,
"auto_install": True,
}
1 change: 1 addition & 0 deletions web_drop_target/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
"depends": ["web"],
"data": ["views/templates.xml"],
"qweb": ["static/src/xml/widgets.xml"],
"auto_install": True,
}
2 changes: 1 addition & 1 deletion web_environment_ribbon/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"license": "AGPL-3",
"depends": ["web"],
"data": ["data/ribbon_data.xml", "view/base_view.xml"],
"auto_install": False,
"auto_install": True,
"installable": True,
}
1 change: 1 addition & 0 deletions web_group_expand/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
"depends": ["web"],
"qweb": ["static/src/xml/expand_buttons.xml"],
"data": ["views/templates.xml"],
"auto_install": True,
}
2 changes: 1 addition & 1 deletion web_refresher/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"qweb": ["static/src/xml/refresher.xml"],
"depends": ["web"],
"installable": True,
"auto_install": False,
"auto_install": True,
}
1 change: 1 addition & 0 deletions web_responsive/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"author": "LasLabs, Tecnativa, " "Odoo Community Association (OCA)",
"license": "LGPL-3",
"installable": True,
"auto_install": True,
"depends": ["web", "mail"],
"development_status": "Production/Stable",
"maintainers": ["Yajo", "Tardo"],
Expand Down

0 comments on commit e78040d

Please sign in to comment.