Skip to content

Commit

Permalink
[ADD] partner_identification: sales_team dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jjscarafia authored and edlopen committed Mar 1, 2024
1 parent 31b2419 commit 33468f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions partner_identification/__openerp__.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 Down
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 33468f0

Please sign in to comment.