16 lines
568 B
XML
16 lines
568 B
XML
<?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. -->
|
|
<form>
|
|
<label name="default_cost_price_method"/>
|
|
<field name="default_cost_price_method"/>
|
|
<separator id="sequences" string="Sequences" colspan="4"/>
|
|
<label name="template_sequence"/>
|
|
<field name="template_sequence"/>
|
|
<label name="product_sequence"/>
|
|
<field name="product_sequence"/>
|
|
|
|
<label name="category_sequence"/>
|
|
<field name="category_sequence"/>
|
|
</form>
|