Fee report
This commit is contained in:
@@ -151,13 +151,13 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
name="Fee Rules"
|
name="Fee Rules"
|
||||||
parent="menu_fees"
|
parent="menu_fees"
|
||||||
action="act_fee_rule_form"
|
action="act_fee_rule_form"
|
||||||
sequence="10"
|
sequence="20"
|
||||||
id="menu_fee_rule_form"/>
|
id="menu_fee_rule_form"/>
|
||||||
<menuitem
|
<menuitem
|
||||||
name="Fee Report"
|
name="Fee Report"
|
||||||
parent="menu_fees"
|
parent="menu_fees"
|
||||||
action="act_fee_report_form"
|
action="act_fee_report_form"
|
||||||
sequence="20"
|
sequence="10"
|
||||||
id="menu_fee_report_form"/>
|
id="menu_fee_report_form"/>
|
||||||
</data>
|
</data>
|
||||||
</tryton>
|
</tryton>
|
||||||
|
|||||||
@@ -15,8 +15,4 @@
|
|||||||
<field name="sale"/>
|
<field name="sale"/>
|
||||||
<label name="shipment_in"/>
|
<label name="shipment_in"/>
|
||||||
<field name="shipment_in"/>
|
<field name="shipment_in"/>
|
||||||
<label name="shipment_out"/>
|
|
||||||
<field name="shipment_out"/>
|
|
||||||
<label name="shipment_internal"/>
|
|
||||||
<field name="shipment_internal"/>
|
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<tree>
|
<tree>
|
||||||
<button name="invoice" string="Invoice"/>
|
<button name="invoice" string="Action"/>
|
||||||
<field name="r_purchase_line" width="90"/>
|
<field name="r_purchase_line" width="90"/>
|
||||||
<field name="r_shipment_origin" width="120"/>
|
<field name="r_shipment_origin" width="120"/>
|
||||||
<field name="r_fee_type" width="120"/>
|
<field name="r_fee_type" width="120"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user