========================================= Multi-website support in Security Rules ========================================= Installation ============ * `Install `__ this module in a usual way Configuration ============= This is a core technical module - no configurations are needed Usage ===== * If you have a model accessible through a website (by means of controller methods) - specify this module into the "depends" section of your manifest file * Now you can create security rules using `website_id` in `domain_force` fields. For example, :: Blogs available only for specifed websites [('website_ids', 'in', [website_id])]