__openerp__.py 888 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
# -*- coding: utf-8 -*-
# Copyright (C) 2016-2021: Druidoo (<http://www.druidoo.io/>)
# Copyright (C) 2021-today: Cooperatic (<http://cooperatic.fr/>)
# @author: Druidoo
# @author: Cooperatic
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html

{
    'name': 'EDI Purchase DIAPAR',
    'version': '9.0.1.2',
    'category': 'Custom',
    'author': 'Druidoo / Cooperatic',
    'website': 'http://www.druidoo.io , https://cooperatic.fr',
    'license': 'AGPL-3',
    'depends': [
        'product',
        'coop_purchase',
        'coop_membership'
    ],
    'data': [
        'data/ir_config_parameter.xml',
        'views/actions.xml',
        'views/menus.xml',
        'views/purchase_edi_log_view.xml',
        'views/res_partner_view.xml',
        'security/ir_module_category.xml',
        'security/res_groups.xml',
        'security/ir.model.access.csv',
    ],
}