Skip to content

Commit

Permalink
Merge PR #254 into 14.0
Browse files Browse the repository at this point in the history
Signed-off-by LoisRForgeFlow
  • Loading branch information
OCA-git-bot committed May 5, 2023
2 parents 87af372 + 31f649a commit 5bc5044
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ddmrp_adjustment/views/stock_buffer_view.xml
Expand Up @@ -7,15 +7,18 @@
<field name="model">stock.buffer</field>
<field name="inherit_id" ref="ddmrp.stock_buffer_view_form" />
<field name="arch" type="xml">
<div name="button_box" position="inside">
<xpath
expr="//div[@name='button_box']//button[@name='refresh_buffer']"
position="before"
>
<button
string="DAF Demand Allocation"
name="action_view_demand_to_components"
class="oe_stat_button"
icon="fa-caret-square-o-down"
type="object"
/>
</div>
</xpath>
</field>
</record>
</odoo>

0 comments on commit 5bc5044

Please sign in to comment.