mirror of
https://github.com/NaN-tic/trytond-project_template.git
synced 2023-12-14 02:02:58 +01:00
9 lines
321 B
XML
9 lines
321 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 string="Create From Template">
|
|
<label name="name"/>
|
|
<field name="name"/>
|
|
<label name="effort"/>
|
|
<field name="effort"/>
|
|
</form>
|