Skip to content

Commit

Permalink
Update __manifest__.py (#53)
Browse files Browse the repository at this point in the history
Numipack, numitech: add the origin of each modules
  • Loading branch information
foutoucour authored and majouda committed Jul 29, 2024
1 parent 649686f commit 0a2ecd3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 14 additions & 1 deletion numipack/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,27 @@
'category': 'Other',
'summary': 'Functional dependencies for all Odoo instances.',
'depends': [
# OCA/server-tools
'base_technical_features',

# odoo/odoo
'board',

# OCA/server_brand
'disable_odoo_online',
'disable_quick_create',

# OCA/server-auth
'password_security', # TA#2532

# Numigi/aeroo_reports
'report_aeroo',

# Numigi/odoo-web-addons
'web_contextual_search_favorite', # TA#2637
'web_search_date_range',
'disable_quick_create',

# OCA/web
'web_search_with_and', # TA#2547
],
'installable': True,
Expand Down
1 change: 1 addition & 0 deletions numitech/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'category': 'Extra Tools',
'summary': 'Quality tools we want in every instances.',
'depends': [
# OCA/server-tools
'auto_backup',
'sentry',
],
Expand Down

0 comments on commit 0a2ecd3

Please sign in to comment.