first commit
This commit is contained in:
13
modules/sale_subscription/view/service_form.xml
Normal file
13
modules/sale_subscription/view/service_form.xml
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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="product"/>
|
||||
<field name="product"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
<label name="consumption_recurrence"/>
|
||||
<field name="consumption_recurrence"/>
|
||||
<label name="consumption_delay"/>
|
||||
<field name="consumption_delay"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user