This repository has been archived on 2024-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
2013-10-11 23:07:35 +00:00
|
|
|
<?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="F3">
|
|
|
|
Consulter
|
|
|
|
</form>
|
|
|
|
<form
|
|
|
|
translatable="yes"
|
|
|
|
name="users"
|
|
|
|
icon="contact-new"
|
|
|
|
action-name="open-users"
|
|
|
|
accel="F4">
|
|
|
|
Users
|
|
|
|
</form>
|
|
|
|
<form
|
|
|
|
translatable="yes"
|
|
|
|
name="customer"
|
|
|
|
icon="x-office-address-book"
|
|
|
|
action-name="open-customer"
|
|
|
|
accel="F5">
|
|
|
|
Customer
|
|
|
|
</form>
|
2013-12-16 11:11:47 +00:00
|
|
|
<form
|
|
|
|
translatable="yes"
|
|
|
|
name="allocator"
|
|
|
|
icon="x-office-address-book"
|
|
|
|
action-name="open-allocator"
|
|
|
|
accel="F6">
|
|
|
|
Allocator
|
|
|
|
</form>
|
2013-10-11 23:07:35 +00:00
|
|
|
</form-group>
|
|
|
|
</module>
|