rename signup
authorAntony Lesuisse <al@openerp.com>
Wed, 25 Jul 2012 23:02:17 +0000 (01:02 +0200)
committerAntony Lesuisse <al@openerp.com>
Wed, 25 Jul 2012 23:02:17 +0000 (01:02 +0200)
commit7d9a84a43c2192f1846982535cebec86456c0def
tree5ca7ef7d988805693b6942d723edccd25168f71f
parent2ceb36a09b771a502d90c19650f913d9283a4bcb
rename signup

bzr revid: al@openerp.com-20120725230217-8wc7fjcs0hwfa1yg
16 files changed:
addons/auth_signup/__init__.py [new file with mode: 0644]
addons/auth_signup/__openerp__.py [new file with mode: 0644]
addons/auth_signup/auth_signup.py [new file with mode: 0644]
addons/auth_signup/auth_signup.xml [new file with mode: 0644]
addons/auth_signup/res_config.py [new file with mode: 0644]
addons/auth_signup/res_config.xml [new file with mode: 0644]
addons/auth_signup/static/src/js/signup.js [new file with mode: 0644]
addons/auth_signup/static/src/xml/signup.xml [new file with mode: 0644]
addons/signup/__init__.py [deleted file]
addons/signup/__openerp__.py [deleted file]
addons/signup/res_config.py [deleted file]
addons/signup/res_config.xml [deleted file]
addons/signup/signup.py [deleted file]
addons/signup/signup.xml [deleted file]
addons/signup/static/src/js/signup.js [deleted file]
addons/signup/static/src/xml/signup.xml [deleted file]