-
-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] helpdesk_mgmt_project: Set by default the company as the projec…
…t one in tickets
- Loading branch information
1 parent
348799a
commit 9e8ca3b
Showing
8 changed files
with
748 additions
and
420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1 @@ | ||
from . import helpdesk_ticket | ||
from . import helpdesk_ticket_team | ||
from . import project | ||
from . import project_task | ||
from . import helpdesk_ticket, helpdesk_ticket_team, project, project_task |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This module adds Project in Helpdesk. | ||
We add to the project form view a ticket counter that redirects you to the helpdesk | ||
We add to the project form view a ticket counter that redirects you to the helpdesk. | ||
We reiterated on tickets the behavior already in place on tasks in Odoo. |
Oops, something went wrong.