2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<record id="view_backorder_confirmation" model="ir.ui.view">
|
|
|
|
<field name="name">stock_backorder_confirmation</field>
|
|
|
|
<field name="model">stock.backorder.confirmation</field>
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<form string="Backorder creation">
|
|
|
|
<group>
|
|
|
|
<p>
|
|
|
|
You have processed less products than the initial demand.
|
|
|
|
</p><p class="text-muted">
|
|
|
|
Create a backorder, if you expect to process the remaining
|
|
|
|
products later. Do not create a backorder if you will not
|
|
|
|
supply the remaining products.
|
|
|
|
</p>
|
|
|
|
</group>
|
|
|
|
<footer>
|
|
|
|
<button name="process" string="Create Backorder" type="object" class="oe_highlight"/>
|
|
|
|
<button name="process_cancel_backorder" string="No Backorder" type="object" class="btn-primary"/>
|
|
|
|
<button string="_Cancel" class="btn-default" special="cancel" />
|
|
|
|
</footer>
|
|
|
|
</form>
|
|
|
|
</field>
|
|
|
|
</record>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|