-
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from grindtildeath/16-release_channel_plan_proc…
…ess_end_time Add process end time to release channel embedded view
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 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
17 changes: 17 additions & 0 deletions
17
stock_release_channel_plan_process_end_time/views/stock_release_channel_preparation_plan.xml
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<odoo> | ||
<record model="ir.ui.view" id="stock_release_channel_preparation_plan_form_view"> | ||
<field name="name">stock.release.channel.preparation.plan form view</field> | ||
<field name="model">stock.release.channel.preparation.plan</field> | ||
<field | ||
name="inherit_id" | ||
ref="stock_release_channel_plan.stock_release_channel_preparation_plan_form_view" | ||
/> | ||
<field name="arch" type="xml"> | ||
<xpath expr="//field[@name='release_channel_ids']/tree" position="inside"> | ||
<field name="process_end_time" /> | ||
</xpath> | ||
</field> | ||
</record> | ||
|
||
</odoo> |