Skip to content

Commit

Permalink
[FIX] base_technical_features: Add depends key in __manifest__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tarteo authored Jan 22, 2025
1 parent d02602e commit d61c2a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base_technical_features/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@
"data": ["security/res_groups.xml", "views/res_users.xml", "data/res_users.xml"],
"license": "AGPL-3",
"installable": True,
"depends": ["base"],
}

0 comments on commit d61c2a8

Please sign in to comment.