Skip to content

Commit

Permalink
[FIX] medical_medicament_us: Add missing dependency
Browse files Browse the repository at this point in the history
* medical.medicament.ndc relates to medical.manufacturer, which does not exist without it defined as a dependency.
  • Loading branch information
lasley committed Jun 14, 2017
1 parent 52346d7 commit ee3428d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medical_medicament_us/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
'depends': [
'medical_base_us',
'medical_medication',
'medical_manufacturer',
],
'website': 'https://laslabs.com',
'license': 'AGPL-3',
Expand Down

0 comments on commit ee3428d

Please sign in to comment.