trytond-ir_sequence_period/view/sequence_period_list.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

11 lines
No EOL
335 B
XML

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