19 lines
1.2 KiB
XML
19 lines
1.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<record id="view_quality_check_publish_wizard_form" model="ir.ui.view">
|
|
<field name="name">quality.check.publish.wizard.form</field>
|
|
<field name="model">quality.check.publish.wizard</field>
|
|
<field name="arch" type="xml">
|
|
<form string="发布确认">
|
|
<div class="alert alert-info" role="alert" style="margin-bottom:0px;">
|
|
<p>您即将发布出厂检验报告:产品<strong><field name="product_name" class="oe_inline"/></strong>,总数量<strong><field name="total_qty" class="oe_inline"/></strong>,检验数<strong><field name="check_qty" class="oe_inline"/></strong>,测量<strong><field name="measure_count" class="oe_inline"/></strong>件,检验项目<strong><field name="item_count" class="oe_inline"/></strong>项。</p>
|
|
<p>注意:发布后所有用户可扫描下载本报告</p>
|
|
</div>
|
|
<footer>
|
|
<button name="action_confirm_publish" string="发布" type="object" class="btn-primary"/>
|
|
<button string="取消" class="btn-secondary" special="cancel"/>
|
|
</footer>
|
|
</form>
|
|
</field>
|
|
</record>
|
|
</odoo> |