trytond-ir_sequence_period/view/sequence_period_form.xml
Sergio Morillo a1fe785188 Add prefix and suffix on period.
Allow to extend matching pattern.

This commit refs #10043
2019-11-05 23:33:30 +01:00

17 lines
518 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<form col="4">
<label name="start_date"/>
<field name="start_date"/>
<label name="end_date"/>
<field name="end_date"/>
<label name="prefix"/>
<field name="prefix"/>
<label name="suffix"/>
<field name="suffix"/>
<label name="number_next"/>
<field name="number_next"/>
<label name="sequence"/>
<field name="sequence"/>
</form>