Tower: upload laundry_management 19.0.19.0.4 (via marketplace)
This commit is contained in:
15
addons/laundry_management/views/product_template_views.xml
Normal file
15
addons/laundry_management/views/product_template_views.xml
Normal 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>
|
||||||
Reference in New Issue
Block a user