Add product_configuration_form view

This commit is contained in:
Jared Esparza 2021-12-23 14:47:48 +01:00
parent 4e9fccc8a3
commit 42e44868a1
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<data>
<xpath expr="/form" position="inside">
<label name="variant_deactivation_time"/>
<field name="variant_deactivation_time"/>
</xpath>
</data>