Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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