urd_odoo_addons/groupeurd_crm/__openerp__.py

50 lines
1.9 KiB
Python
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -*- coding: utf-8 -*-
{
'name': "groupeurd_crm",
'summary': """
Paramétrage d'Odoo pour correspondre aux besoins CRM du Groupe URD.""",
'description': """
- Ajout de champs personnalisés (note 20/02/2017: fait pour les contacts, pas pour les organisations)
- Personnalisation des listes daffichage (tri, colonnes, filtres)
- Personnalisation des écrans daffichage des entités : position des champs, organisation par groupe des champs, champs obligatoires/facultatifs
- Masquer le sous-menu "Ventes" jusqu'à ce que le besoin de suivi de pistes et opportunités soit remonté
Contacts, ajout des champs:
Compte de réseau social (Skype, Twitter, LinkedIn, Facebook), Langue principale, langue(s) secondaires(s), Publications (liste dURL).
Organisation, ajout des champs:
budget annuel, langue principale, langue(s) secondaire(s), état dadoption de Sigmah (Prise dinformation, Souhait dadoption, Adoption démarrée, Utilisation partielle, Utilisation complète, Non), zone de commentaires.
Installation
============
Aller dans Configuration > Configuration > Ventes pour configuer le module 'web_linkedin'
""",
'author': "Groupe URD",
'website': "http://www.urd.org",
# Categories can be used to filter modules in modules listing
# Check https://github.com/odoo/odoo/blob/master/openerp/addons/base/module/module_data.xml
# for the full list
'category': 'Uncategorized',
'version': '0.1',
# any module necessary for this one to work correctly
'depends': ['base', 'calendar_ics', 'groupeurd_newsletter', 'crm', 'partner_social_fields', 'web_linkedin'],
# always loaded
'data': [
# 'security/ir.model.access.csv',
'templates.xml',
'actions-menus.xml',
'views.xml',
],
# only loaded in demonstration mode
'demo': [
'demo.xml',
],
}