Skip to content
Snippets Groups Projects
__manifest__.py 758 B
Newer Older
  • Learn to ignore specific revisions
  • # © 2021 Le Filament (<http://www.le-filament.com>)
    # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
    
    {
        'name': "CG Scop - Account ARESCOP",
        'summary': "Gestion de la Facturation ARESCOP National",
        'author': "Le Filament",
        'website': "https://www.le-filament.com",
        'version': '12.0.1.0.2',
        'license': "AGPL-3",
        'depends': [
            'cgscop_account', 'cgscop_cotisation'
            ],
        'data': [
            # Security
            'security/ir.model.access.csv',
            'security/security_group.xml',
            # Datas
            'datas/res_company_data.xml',
            # Views
            'views/account_invoice.xml',
            'views/product.xml',
            'views/res_users.xml',
    
            'views/scop_arescop_group.xml',