Skip to content

Commit

Permalink
ADD sales_team dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia authored and yajo committed Nov 11, 2016
1 parent 04f1edf commit 2b1dd77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion partner_identification/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
'name': 'Partner Identification Numbers',
'category': 'Customer Relationship Management',
'version': '9.0.1.0.0',
'depends': [
'sales_team',
],
'data': [
'views/res_partner_id_category_view.xml',
'views/res_partner_id_number_view.xml',
Expand All @@ -25,5 +28,5 @@
'Odoo Community Association (OCA)'
'website': 'https://odoo-community.org/',
'license': 'AGPL-3',
'installable': False,
'installable': True,
}
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

<menuitem action="action_partner_id_category"
id="menu_partner_id_category"
parent="base.menu_config_address_book"/>
parent="sales_team.menu_config_address_book"/>

</data>
</openerp>

0 comments on commit 2b1dd77

Please sign in to comment.