diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-17 13:40:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-12-17 13:43:19 +0100 |
commit | ccd858622c1ef161b355f020055682c6e424ad98 (patch) | |
tree | d4018e5e84b81969446bfcbac6fc84f8ddea1f64 /ishtar_common/menus.py | |
parent | ba9020ad8e995b73058ebd01ac978acc70de0cb7 (diff) | |
download | Ishtar-ccd858622c1ef161b355f020055682c6e424ad98.tar.bz2 Ishtar-ccd858622c1ef161b355f020055682c6e424ad98.zip |
Organizations management (refs #1568)
* select, create, modify forms
* create, modify, wizard
* sheet templates
* associated actions, urls
Diffstat (limited to 'ishtar_common/menus.py')
-rw-r--r-- | ishtar_common/menus.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/menus.py b/ishtar_common/menus.py index 77dcabcd3..465692ec6 100644 --- a/ishtar_common/menus.py +++ b/ishtar_common/menus.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2013 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |