Tower: upload laundry_management 19.0.19.0.4 (was 19.0.19.0.4, via marketplace)

This commit is contained in:
2026-05-02 11:57:30 +00:00
parent ee9b1958f1
commit d7bc4a4b88
230 changed files with 17001 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="view_product_template_form_laundry" model="ir.ui.view">
<field name="name">product.template.form.laundry</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_template_form_view"/>
<field name="arch" type="xml">
<xpath expr="//page[@name='general_information']//field[@name='type']" position="after">
<field name="is_laundry_service"/>
</xpath>
</field>
</record>
</odoo>