account-closing/account_invoice_start_end_dates/views/product.xml

23 lines
759 B
XML
Raw Permalink Normal View History

2021-03-23 19:28:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2013-2016 Akretion, Alexis de Lattre <alexis.delattre@akretion.com>
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
-->
<flectra>
<record id="product_template_form_view" model="ir.ui.view">
<field name="name">add.must.have.dates.on.product.template.form</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="account.product_template_form_view" />
<field name="arch" type="xml">
<group name="properties" position="inside">
<group name="enable_dates">
<field name="must_have_dates" />
</group>
</group>
</field>
</record>
</flectra>