-
-
Notifications
You must be signed in to change notification settings - Fork 317
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] helpdesk_mgmt_timesheet: Migration to 16.0
- Loading branch information
Aromera
committed
Jul 3, 2023
1 parent
8fcbe56
commit a8aaaef
Showing
11 changed files
with
62 additions
and
209 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
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
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,19 +1,19 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<data> | ||
<record id="timesheet_helpdesk_team_view_form" model="ir.ui.view"> | ||
<field name="name">timesheet.helpdesk.team.form.view</field> | ||
<field name="model">helpdesk.ticket.team</field> | ||
<field name="inherit_id" ref="helpdesk_mgmt.view_helpdesk_team_form" /> | ||
<field name="priority" eval="20" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='alias_user_id']" position="after"> | ||
<field name="allow_timesheet" type="checkbox" /> | ||
<field | ||
<odoo> | ||
<record id="timesheet_helpdesk_team_view_form" model="ir.ui.view"> | ||
<field name="name">timesheet.helpdesk.team.form.view</field> | ||
<field name="model">helpdesk.ticket.team</field> | ||
<field name="inherit_id" ref="helpdesk_mgmt.view_helpdesk_team_form" /> | ||
<field name="priority" eval="20" /> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='alias_user_id']" position="after"> | ||
<field name="allow_timesheet" type="checkbox" /> | ||
<field | ||
name="default_project_id" | ||
attrs="{'invisible':[('allow_timesheet', '=', False)]}" | ||
help=" Change the Default Project will not have retroactive effects." | ||
/> | ||
</xpath> | ||
</field> | ||
</record> | ||
</data> | ||
</xpath> | ||
</field> | ||
</record> | ||
</odoo> |
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
Oops, something went wrong.