Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinDupont committed Jun 20, 2024
1 parent 76de5e5 commit 1be9a7f
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions mrp_sale_grouped/wizard/view_production_assistant_wizard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
<field name="model">bom.print.purchase.list.wizard</field>
<field name="inherit_id" ref="mrp_bom_wizard_production.view_bom_print_purchase_list_wizard_form" />
<field name="arch" type="xml">
<xpath expr="//div[@name='wizard_options']" position="before">
<div class="other_text alert alert-info" role="status">
These products are sold but don't have any Bill Of Material, so they can't be
in this Production assistant:
<b><field name="missing_boms_text" readonly="1"/></b>
</div>
<br/>
<xpath expr="//group[@name='options_pdf']/.." position="before">
<group name="other_text_no_bom" col="12">
<div class="other_text alert alert-info" role="status" colspan="11">
These products are sold but don't have any Bill Of Material, so they can't be
in this Production assistant:
<b><field name="missing_boms_text" readonly="1"/></b>
</div>
<newline/>
</group>
</xpath>
</field>
</record>
Expand Down

0 comments on commit 1be9a7f

Please sign in to comment.