Skip to content

Commit

Permalink
[MIG] crm_timesheet: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roger committed Jul 30, 2024
1 parent 37dec5e commit 666d2dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion crm_timesheet/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "CRM Timesheet",
"category": "Customer Relationship Management",
"version": "17.0.1.0.0",
"depends": ["crm", "project_timesheet_time_control"],
"depends": ["crm", "project_timesheet_time_control", "sale_timesheet"],
"data": [
"security/ir.model.access.csv",
"views/crm_lead_view.xml",
Expand Down
1 change: 1 addition & 0 deletions crm_timesheet/tests/test_account_analytic_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def setUpClass(cls):
{
"name": "Test Project 1",
"analytic_account_id": cls.account1.id,
"billing_type": "manually",
}
)
cls.lead = env["crm.lead"].create(
Expand Down

0 comments on commit 666d2dd

Please sign in to comment.