27 lines
552 B
XML
27 lines
552 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<module>
|
|
<library translatable="yes" name="example">Example</library>
|
|
<action-group>
|
|
<action
|
|
translatable="yes"
|
|
name="action-menu-example">Example</action>
|
|
</action-group>
|
|
<form-group>
|
|
<form
|
|
translatable="yes"
|
|
name="consulter"
|
|
icon="system-run"
|
|
action-name="open-consulter"
|
|
accel="F1">Consulter</form>
|
|
<!-- <form
|
|
translatable="yes"
|
|
name="customer"
|
|
icon="x-office-address-book"
|
|
action-name="open-customer"
|
|
accel="F5">
|
|
Customer
|
|
</form>
|
|
-->
|
|
</form-group>
|
|
</module>
|