Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • f78feeb45bcdfd858189ac158e70f6c7180da882
  • 14.0 par défaut
  • 12.0 protégée
  • 13.0
4 résultats

post-migration.py

Blame
  • __manifest__.py NaN Gio
    # © 2022 Le Filament (<http://www.le-filament.com>)
    # © 2016 Sunflower IT (http://sunflowerweb.nl)
    # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
    
    {
        "name": "Message Edit",
        "summary": "Edit and Delete mail messages",
        "version": "12.0.2.0.0",
        "category": "Social Network",
        "website": "https://sunflowerweb.nl",
        "author": "Sunflower IT, Odoo Community Association (OCA), Le Filament",
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "depends": [
            "mail",
            "web",
        ],
        "data": [
            "security/mail_edit_security.xml",
            "views/assets.xml",
            "views/compose_message.xml",
        ],
        "qweb": [
            "static/src/xml/mail_edit.xml",
        ],
    }