This module creates a content type called immoclient. Immoclient is built after the official German "openimmo" xml-standard to create real estates.
This is used in German speaking countries (Germany, Austria, Swiss).

What this module does:
It creates about 300 fields per click and gives an easy to use UI to manage real estates, used by real-estate agents in German speaking countries.

You only need to enable "immoclient", there are a lot of dependencies which are called then. Easiest way is to use drush. After that you have to build your views, because of the huge amount of fields, and some of them are only for the agencies itself, there is no way to show these nodes any clients.

First you should have a drupal with German language as default then install this module. I hope that you have activated clean urls.

Then follow these steps, the order of these steps makes it easier to use:

  1. Configure immoclient (admin/config/content/immoclient/refnumb):
    The object reference numbers should be created automatically to be sure they are unique.
  2. Configure entity translation (admin/config/regional/entity_translation):
    Be sure to activate all submodules.
  3. Configure the language (admin/config/regional/language/configure) as follows: this gives the best result in my opinion:
    URL, USER, SESSION
  4. You should replace the title with the title module(de/admin/structure/types/manage/immoclient/fields)
  5. Configure gmap (de/admin/config/services/gmap)
  6. Configure location (de/admin/config/content/location)
  7. Create your imprint (admin/de/impressum), there are a lot of fields that are demanded by openimmo.xml.
  8. Create at least one contact. Salutation,name and telefone should be enough!

Now you can build your first object!

Feel free to contact me!

Project information

Releases