Browse Source

Moving server environment module and sample module

pull/48/head
Nicolas Bessi 10 years ago
parent
commit
e1d8e4ffe9
  1. 0
      server_environment/__init__.py
  2. 0
      server_environment/__openerp__.py
  3. 0
      server_environment/i18n/server_environment.pot
  4. 0
      server_environment/serv_config.py
  5. 0
      server_environment/serv_config.xml
  6. 0
      server_environment/system_info.py
  7. 0
      server_environment_file_sample/__init__.py
  8. 0
      server_environment_file_sample/__openerp__.py
  9. 0
      server_environment_file_sample/default/base.conf
  10. 0
      server_environment_file_sample/default/mytopic.conf
  11. 0
      server_environment_file_sample/dev/base.conf
  12. 0
      server_environment_file_sample/dev/mytopic.conf
  13. 0
      server_environment_file_sample/i18n/server_environment_files.pot
  14. 0
      server_environment_file_sample/preprod/mytopic.conf
  15. 0
      server_environment_file_sample/prod/base.conf
  16. 0
      server_environment_file_sample/prod/mytopic.conf

0
__unported__/server_environment/__init__.py → server_environment/__init__.py

0
__unported__/server_environment/__openerp__.py → server_environment/__openerp__.py

0
__unported__/server_environment/i18n/server_environment.pot → server_environment/i18n/server_environment.pot

0
__unported__/server_environment/serv_config.py → server_environment/serv_config.py

0
__unported__/server_environment/serv_config.xml → server_environment/serv_config.xml

0
__unported__/server_environment/system_info.py → server_environment/system_info.py

0
__unported__/server_environment_files/__init__.py → server_environment_file_sample/__init__.py

0
__unported__/server_environment_files/__openerp__.py → server_environment_file_sample/__openerp__.py

0
__unported__/server_environment_files/default/base.conf → server_environment_file_sample/default/base.conf

0
__unported__/server_environment_files/default/mytopic.conf → server_environment_file_sample/default/mytopic.conf

0
__unported__/server_environment_files/dev/base.conf → server_environment_file_sample/dev/base.conf

0
__unported__/server_environment_files/dev/mytopic.conf → server_environment_file_sample/dev/mytopic.conf

0
__unported__/server_environment_files/i18n/server_environment_files.pot → server_environment_file_sample/i18n/server_environment_files.pot

0
__unported__/server_environment_files/preprod/mytopic.conf → server_environment_file_sample/preprod/mytopic.conf

0
__unported__/server_environment_files/prod/base.conf → server_environment_file_sample/prod/base.conf

0
__unported__/server_environment_files/prod/mytopic.conf → server_environment_file_sample/prod/mytopic.conf

Loading…
Cancel
Save