Skip to content

Commit

Permalink
[MIG] Update metafiles
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrobaeza committed Oct 6, 2016
1 parent bee2c7f commit 734cec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 44 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ python:

env:
global:
- VERSION="9.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='[email protected]'
- secure: eNfbQI7Pkp3mjTFQgjrVVldmyE/Yn3+iCMVykhXppC85dJaCFMpjwPUfZa7p38tnnH7jhng2JL2tAXnJ4uOry0B3m9xYR7fNYXg/9uj1988FHvpDhfDFEKcMF8s70mr11HRijj6U8p6WDt/0ygD6aZ0LJzWzxhMFecFavOb6XOw=
matrix:
Expand Down
46 changes: 3 additions & 43 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/186/9.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-website-186)
[![Build Status](https://travis-ci.org/OCA/website.svg?branch=9.0)](https://travis-ci.org/OCA/website)
[![Coverage Status](https://codecov.io/gh/OCA/website/branch/9.0/graph/badge.svg)](https://codecov.io/gh/OCA/website)
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/186/10.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-website-186)
[![Build Status](https://travis-ci.org/OCA/website.svg?branch=10.0)](https://travis-ci.org/OCA/website)
[![Coverage Status](https://codecov.io/gh/OCA/website/branch/10.0/graph/badge.svg)](https://codecov.io/gh/OCA/website)

Odoo modules for website builder
================================
Expand All @@ -13,44 +13,4 @@ Includes modules that expand official website modules and include:
* and more...

[//]: # (addons)
Available addons
----------------
addon | version | summary
--- | --- | ---
[website_anchor_smooth_scroll](website_anchor_smooth_scroll/) | 9.0.1.0.0 | Replace default behavior for internal links (anchor only) with smooth scroll
[website_blog_mgmt](website_blog_mgmt/) | 9.0.1.0.0 | Website blog Management
[website_crm_recaptcha](website_crm_recaptcha/) | 9.0.1.0.0 | Provides a ReCaptcha validation in Website Contact Form
[website_field_autocomplete](website_field_autocomplete/) | 9.0.1.0.1 | Provides an autocomplete field for Website on any model
[website_form_recaptcha](website_form_recaptcha/) | 9.0.1.0.0 | Provides a ReCaptcha field for Website Forms
[website_forum_censored](website_forum_censored/) | 9.0.1.0.0 | Block phrases entered in forum posts and comments.
[website_legal_page](website_legal_page/) | 9.0.1.0.0 | Website Legal Page
[website_no_crawler](website_no_crawler/) | 9.0.1.0.0 | Disables robots.txt for indexing by webcrawlers like Google
[website_payment_v10](website_payment_v10/) | 9.0.1.0.0 | Payment: Website Integration
[website_portal_contact](website_portal_contact/) | 9.0.1.0.0 | Allows logged in portal users to manage their contacts
[website_portal_purchase](website_portal_purchase/) | 9.0.1.0.0 | Add purchase orders and quotation in the frontend portal
[website_portal_v10](website_portal_v10/) | 9.0.1.0.0 | Account Management Frontend for your Customers
[website_seo_redirection](website_seo_redirection/) | 9.0.1.0.0 | Redirect any controller to the URL of your dreams
[website_snippet_country_dropdown](website_snippet_country_dropdown/) | 9.0.1.0.0 | Allow to select country in a dropdown

Unported addons
---------------
addon | version | summary
--- | --- | ---
[website_analytics_piwik](website_analytics_piwik/) | 8.0.1.0.0 (unported) | Track website users using piwik
[website_backend_views](website_backend_views/) | 8.0.1.0.0 (unported) | Hook backend views into your website frontend
[website_blog_facebook_comment](website_blog_facebook_comment/) | 8.0.1.0.0 (unported) | Add Facebook comments on blog posts
[website_container_fluid](website_container_fluid/) | 8.0.1.0.1 (unported) | Let you choose between fixed or fluid containers
[website_cookie_notice](website_cookie_notice/) | 8.0.1.0.0 (unported) | Show cookie notice according to cookie law
[website_crm_privacy_policy](website_crm_privacy_policy/) | 8.0.1.0.0 (unported) | Website CRM privacy policy
[website_event_register_free](website_event_register_free/) | 8.0.1.0.0 (unported) | Avoid shopping chart when registering for free events
[website_event_register_free_with_sale](website_event_register_free_with_sale/) | 8.0.1.0.0 (unported) | Combine free and paid tickets on events
[website_hr_department](website_hr_department/) | 8.0.0.1.0 (unported) | Display the structure of your departments and their members.
[website_logo](website_logo/) | 8.0.1.0.0 (unported) | Website company logo
[website_menu_by_user_status](website_menu_by_user_status/) | 8.0.1.1.0 (unported) | Allow to manage the display of website.menus
[website_menu_multilang](website_menu_multilang/) | 8.0.0.1.0 (unported) | Website Menu Multilanguage
[website_sale_collapse_categories](website_sale_collapse_categories/) | 8.0.1.0.0 (unported) | Collapsible product categories in website shop
[website_sale_order_company](website_sale_order_company/) | 8.0.1.0.0 (unported) | Set order company according to products company
[website_sale_unsaleable_options](website_sale_unsaleable_options/) | 8.0.1.0.0 (unported) | Prevent optional products to be sold singularly
[website_sale_vat_required](website_sale_vat_required/) | 8.0.1.0.0 (unported) | VAT number required in checkout form

[//]: # (end addons)

0 comments on commit 734cec4

Please sign in to comment.