From 6665265e5808460ff77be7b7b33181d5eedfd633 Mon Sep 17 00:00:00 2001 From: Benjamin Bachmann Date: Wed, 26 Aug 2015 14:44:45 +0200 Subject: [PATCH] [IMP] renamed the add-on and added a rst --- social_media_icon_extention_xing/README.md | 63 ---------------- social_media_xing/README.rst | 70 ++++++++++++++++++ .../__init__.py | 0 .../__openerp__.py | 4 +- .../models/__init__.py | 0 .../models/res_config.py | 0 .../models/website.py | 0 .../static/description/XING.png | Bin .../static/description/blog.png | Bin .../static/description/icon.png | Bin .../static/description/index.html | 0 .../static/description/settings.png | Bin .../static/description/webpage.png | Bin .../views/res_config.xml | 0 .../views/website_blog_template.xml | 0 .../views/website_templates.xml | 0 .../views/website_views.xml | 0 17 files changed, 71 insertions(+), 66 deletions(-) delete mode 100644 social_media_icon_extention_xing/README.md create mode 100644 social_media_xing/README.rst rename {social_media_icon_extention_xing => social_media_xing}/__init__.py (100%) rename {social_media_icon_extention_xing => social_media_xing}/__openerp__.py (96%) rename {social_media_icon_extention_xing => social_media_xing}/models/__init__.py (100%) rename {social_media_icon_extention_xing => social_media_xing}/models/res_config.py (100%) rename {social_media_icon_extention_xing => social_media_xing}/models/website.py (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/XING.png (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/blog.png (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/icon.png (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/index.html (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/settings.png (100%) rename {social_media_icon_extention_xing => social_media_xing}/static/description/webpage.png (100%) rename {social_media_icon_extention_xing => social_media_xing}/views/res_config.xml (100%) rename {social_media_icon_extention_xing => social_media_xing}/views/website_blog_template.xml (100%) rename {social_media_icon_extention_xing => social_media_xing}/views/website_templates.xml (100%) rename {social_media_icon_extention_xing => social_media_xing}/views/website_views.xml (100%) diff --git a/social_media_icon_extention_xing/README.md b/social_media_icon_extention_xing/README.md deleted file mode 100644 index 86474d1c2..000000000 --- a/social_media_icon_extention_xing/README.md +++ /dev/null @@ -1,63 +0,0 @@ - -
- - - - -Extend Social Media Links -========================= - - - - - -Currently added: - -Xing - -
- - -Integration example: --------------------- - - normal social icons: - - - - - - - - - the new social icons: - - - -Credits -======= - -Contributors ------------- - -* Benjamin Bachmann (benniphx@gmail.com) - -Maintainer ----------- - - -Odoo Community Association - - -This module is maintained by the OCA. - -OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. - -To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/social_media_xing/README.rst b/social_media_xing/README.rst new file mode 100644 index 000000000..12f7d4aab --- /dev/null +++ b/social_media_xing/README.rst @@ -0,0 +1,70 @@ + + .. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/XING.png?raw=true + :width: 100 + :target: http://www.xing.com + +Extend Social Media Links +========================= + +.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/settings.png?raw=true + :width: 700 + +.. image:: https://github.com/blooparksystems/website/blob/8.0/website_social_media_icon_extention/static/description/webpage.png?raw=true + :width: 700 + +Currently added: + +- Xing + +Info: +----- + +- By default, the icon will be shown on the footer, about us, and the Blog, like the original icons. + +Configuration +------------- + +- go in the backend under settings / website +- you can now also add your Xing Account + +Usage: +------ + +- normal social icons: + + + + + + + + + + + + + +- the new social icons: + + + +Credits +======= + +Contributors +------------ + +* Benjamin Bachmann (benniphx@gmail.com) + +Maintainer +---------- + +.. image:: http://odoo-community.org/logo.png + :alt: Odoo Community Association + :target: http://odoo-community.org + +This module is maintained by the OCA. + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. + +To contribute to this module, please visit http://odoo-community.org. \ No newline at end of file diff --git a/social_media_icon_extention_xing/__init__.py b/social_media_xing/__init__.py similarity index 100% rename from social_media_icon_extention_xing/__init__.py rename to social_media_xing/__init__.py diff --git a/social_media_icon_extention_xing/__openerp__.py b/social_media_xing/__openerp__.py similarity index 96% rename from social_media_icon_extention_xing/__openerp__.py rename to social_media_xing/__openerp__.py index 13ce132de..9e3cc6836 100644 --- a/social_media_icon_extention_xing/__openerp__.py +++ b/social_media_xing/__openerp__.py @@ -27,11 +27,9 @@ 'website': "http://www.bloopark.de", 'license': 'AGPL-3', 'category': 'Social Media', - 'version': '1.0', + 'version': '8.0.1.0.0', 'depends': [ - 'base', - 'website', 'website_blog' ], diff --git a/social_media_icon_extention_xing/models/__init__.py b/social_media_xing/models/__init__.py similarity index 100% rename from social_media_icon_extention_xing/models/__init__.py rename to social_media_xing/models/__init__.py diff --git a/social_media_icon_extention_xing/models/res_config.py b/social_media_xing/models/res_config.py similarity index 100% rename from social_media_icon_extention_xing/models/res_config.py rename to social_media_xing/models/res_config.py diff --git a/social_media_icon_extention_xing/models/website.py b/social_media_xing/models/website.py similarity index 100% rename from social_media_icon_extention_xing/models/website.py rename to social_media_xing/models/website.py diff --git a/social_media_icon_extention_xing/static/description/XING.png b/social_media_xing/static/description/XING.png similarity index 100% rename from social_media_icon_extention_xing/static/description/XING.png rename to social_media_xing/static/description/XING.png diff --git a/social_media_icon_extention_xing/static/description/blog.png b/social_media_xing/static/description/blog.png similarity index 100% rename from social_media_icon_extention_xing/static/description/blog.png rename to social_media_xing/static/description/blog.png diff --git a/social_media_icon_extention_xing/static/description/icon.png b/social_media_xing/static/description/icon.png similarity index 100% rename from social_media_icon_extention_xing/static/description/icon.png rename to social_media_xing/static/description/icon.png diff --git a/social_media_icon_extention_xing/static/description/index.html b/social_media_xing/static/description/index.html similarity index 100% rename from social_media_icon_extention_xing/static/description/index.html rename to social_media_xing/static/description/index.html diff --git a/social_media_icon_extention_xing/static/description/settings.png b/social_media_xing/static/description/settings.png similarity index 100% rename from social_media_icon_extention_xing/static/description/settings.png rename to social_media_xing/static/description/settings.png diff --git a/social_media_icon_extention_xing/static/description/webpage.png b/social_media_xing/static/description/webpage.png similarity index 100% rename from social_media_icon_extention_xing/static/description/webpage.png rename to social_media_xing/static/description/webpage.png diff --git a/social_media_icon_extention_xing/views/res_config.xml b/social_media_xing/views/res_config.xml similarity index 100% rename from social_media_icon_extention_xing/views/res_config.xml rename to social_media_xing/views/res_config.xml diff --git a/social_media_icon_extention_xing/views/website_blog_template.xml b/social_media_xing/views/website_blog_template.xml similarity index 100% rename from social_media_icon_extention_xing/views/website_blog_template.xml rename to social_media_xing/views/website_blog_template.xml diff --git a/social_media_icon_extention_xing/views/website_templates.xml b/social_media_xing/views/website_templates.xml similarity index 100% rename from social_media_icon_extention_xing/views/website_templates.xml rename to social_media_xing/views/website_templates.xml diff --git a/social_media_icon_extention_xing/views/website_views.xml b/social_media_xing/views/website_views.xml similarity index 100% rename from social_media_icon_extention_xing/views/website_views.xml rename to social_media_xing/views/website_views.xml