Skip to content
Snippets Groups Projects
__manifest__.py 568 B
Newer Older
  • Learn to ignore specific revisions
  • {
        "name": "Le Filament - Account",
        "summary": "Generic Account Invoice views update by Le Filament",
        "version": "15.0.1.0.0",
        "license": "AGPL-3",
        "author": "Le Filament",
    
    Rémi - Le Filament's avatar
    Rémi - Le Filament committed
        "category": "Accounting/Accounting",
    
        "depends": ["account"],
        "contributors": [
            "Benjamin Rivier <benjamin@le-filament.com>",
            "Rémi Cazenave <remi@le-filament.com>",
            "Juliana Poudou <juliana@le-filament.com>",
        ],
        "website": "https://le-filament.com",
        "data": [
            "views/lefilament_move_view.xml",
        ],
        "qweb": [],
    }