Fee report

This commit is contained in:
2026-06-17 11:56:25 +02:00
parent 8441bf98e7
commit ee183e23c5
3 changed files with 3 additions and 7 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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"/>