Tower: upload laundry_management 19.0.19.0.4 (via marketplace)

This commit is contained in:
2026-05-01 15:16:18 +00:00
parent 3bfd304755
commit 37a5973caa

View File

@@ -0,0 +1,46 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- ═══════════════════════════════════════════════════════════════
PRINT WIZARD — Form View
═══════════════════════════════════════════════════════════════ -->
<record id="view_laundry_print_wizard_form" model="ir.ui.view">
<field name="name">laundry.print.wizard.form</field>
<field name="model">laundry.print.wizard</field>
<field name="arch" type="xml">
<form string="Print / طباعة">
<sheet>
<div class="alert alert-info mb-3" role="alert">
<strong>
<field name="order_name" readonly="1" nolabel="1"/>
</strong>
&#160;&#160;
<field name="customer_name" readonly="1" nolabel="1"/>
&#160;|&#160; Total:
<field name="total_amount" readonly="1" nolabel="1"/>
</div>
<group string="Print Template / قالب الطباعة">
<field name="template" widget="radio"/>
</group>
<group string="Options">
<field name="include_prices"/>
<field name="include_notes"/>
</group>
</sheet>
<footer>
<button name="action_print"
string="Print"
type="object"
class="btn-primary"
icon="fa-print"/>
<button string="Cancel"
class="btn-secondary"
special="cancel"/>
</footer>
</form>
</field>
</record>
</odoo>