mirror of
https://gitlab.com/flectra-community/account-closing.git
synced 2024-11-22 21:52:04 +00:00
23 lines
759 B
XML
23 lines
759 B
XML
|
<?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>
|