first commit
This commit is contained in:
22
modules/commission/view/agent_form.xml
Normal file
22
modules/commission/view/agent_form.xml
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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="party"/>
|
||||
<field name="party"/>
|
||||
<label name="active"/>
|
||||
<field name="active"/>
|
||||
|
||||
<label name="type_"/>
|
||||
<field name="type_"/>
|
||||
<label name="company"/>
|
||||
<field name="company"/>
|
||||
|
||||
<label name="plan"/>
|
||||
<field name="plan"/>
|
||||
<label name="currency"/>
|
||||
<field name="currency"/>
|
||||
|
||||
<field name="selections" colspan="4"/>
|
||||
<field name="products" colspan="4"/>
|
||||
</form>
|
||||
Reference in New Issue
Block a user