Skip to content

Commit

Permalink
[IMP] Improve crm_last_dates manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
unaiberis authored and anajuaristi committed Sep 25, 2024
1 parent f398218 commit 37a1a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crm_last_dates/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"summary": "Add last lead, meeting, and invoice dates to res.partner.",
"website": "https://github.com/avanzosc/crm-addons",
"license": "LGPL-3",
"depends": ["crm", "calendar.event", "account"],
"depends": ["crm", "calendar", "account"],
"data": ["views/res_partner_view.xml"],
"installable": True,
"application": False,
Expand Down

0 comments on commit 37a1a26

Please sign in to comment.