Skip to content

Commit

Permalink
Merge pull request #2 from grindtildeath/16-release_channel_plan_proc…
Browse files Browse the repository at this point in the history
…ess_end_time

Add process end time to release channel embedded view
  • Loading branch information
jbaudoux authored Feb 22, 2024
2 parents 173810c + d825782 commit 86e2708
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"stock_release_channel_process_end_time",
],
"data": [
"views/stock_release_channel_preparation_plan.xml",
"wizards/launch_plan.xml",
],
"demo": [
Expand Down
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>

0 comments on commit 86e2708

Please sign in to comment.