Browse Source

add missing installable and move unported in __unported__

pull/6/head
Yannick Vaucher 10 years ago
parent
commit
c79a80f863
  1. 0
      __unported__/ir_config_parameter_viewer/__init__.py
  2. 0
      __unported__/ir_config_parameter_viewer/__openerp__.py
  3. 0
      __unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot
  4. 0
      __unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml
  5. 0
      __unported__/security_protector/__init__.py
  6. 0
      __unported__/security_protector/__openerp__.py
  7. 0
      __unported__/security_protector/data.xml
  8. 0
      __unported__/security_protector/i18n/security_protector.pot
  9. 0
      __unported__/security_protector/security_protector.py
  10. 0
      __unported__/security_protector/security_view.xml
  11. 0
      __unported__/server_env_base_external_referentials/__init__.py
  12. 0
      __unported__/server_env_base_external_referentials/__openerp__.py
  13. 0
      __unported__/server_env_base_external_referentials/base_external_referentials.py
  14. 0
      __unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot
  15. 1
      cron_run_manually/__openerp__.py
  16. 1
      email_template_template/__openerp__.py
  17. 1
      web_context_tunnel/__openerp__.py

0
ir_config_parameter_viewer/__init__.py → __unported__/ir_config_parameter_viewer/__init__.py

0
ir_config_parameter_viewer/__openerp__.py → __unported__/ir_config_parameter_viewer/__openerp__.py

0
ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot → __unported__/ir_config_parameter_viewer/i18n/ir_config_parameter_viewer.pot

0
ir_config_parameter_viewer/ir_config_parameter_view.xml → __unported__/ir_config_parameter_viewer/ir_config_parameter_view.xml

0
security_protector/__init__.py → __unported__/security_protector/__init__.py

0
security_protector/__openerp__.py → __unported__/security_protector/__openerp__.py

0
security_protector/data.xml → __unported__/security_protector/data.xml

0
security_protector/i18n/security_protector.pot → __unported__/security_protector/i18n/security_protector.pot

0
security_protector/security_protector.py → __unported__/security_protector/security_protector.py

0
security_protector/security_view.xml → __unported__/security_protector/security_view.xml

0
server_env_base_external_referentials/__init__.py → __unported__/server_env_base_external_referentials/__init__.py

0
server_env_base_external_referentials/__openerp__.py → __unported__/server_env_base_external_referentials/__openerp__.py

0
server_env_base_external_referentials/base_external_referentials.py → __unported__/server_env_base_external_referentials/base_external_referentials.py

0
server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot → __unported__/server_env_base_external_referentials/i18n/server_env_base_external_referentials.pot

1
cron_run_manually/__openerp__.py

@ -33,4 +33,5 @@ of the scheduler.
""",
'depends': ['base'],
'data': ['view/ir_cron.xml'],
'installable': True,
}

1
email_template_template/__openerp__.py

@ -95,5 +95,6 @@ In your template template:
'view/email_template.xml',
],
"license": 'AGPL-3',
'installable': True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

1
web_context_tunnel/__openerp__.py

@ -88,5 +88,6 @@ https://github.com/openerpbrasil/l10n_br_core/compare/develop...feature%2Fsale-w
],
'css': [],
'auto_install': False,
'installable': True,
'web_preload': False,
}
Loading…
Cancel
Save