Browse Source

partner_department: Depend on sales_team

As it uses some XML-IDs from it.
14.0
Pedro M. Baeza 7 years ago
committed by newtratip
parent
commit
ebb5c4c73a
  1. 2
      partner_contact_department/__manifest__.py

2
partner_contact_department/__manifest__.py

@ -15,7 +15,7 @@
'website': 'http://www.tecnativa.com',
"application": False,
'depends': [
'base',
'sales_team',
],
'data': [
'security/ir.model.access.csv',

Loading…
Cancel
Save