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 | a066fc336379baaf514bb1d5353f67d5a69f8a82 (patch) | |
tree | d4018e5e84b81969446bfcbac6fc84f8ddea1f64 /ishtar_common/menus.py | |
parent | 8f58076061852b20d036ebb51e2d01f098f2dc35 (diff) | |
download | Ishtar-a066fc336379baaf514bb1d5353f67d5a69f8a82.tar.bz2 Ishtar-a066fc336379baaf514bb1d5353f67d5a69f8a82.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 |