forked from Mapan/odoo17e
13 lines
422 B
Python
13 lines
422 B
Python
# -*- coding: utf-8 -*-
|
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
|
|
|
{
|
|
'name': 'Account Invoice Extract Purchase',
|
|
'version': '1.0',
|
|
'category': 'Accounting',
|
|
'summary': 'Automatically finds the purchase order linked to a vendor bill when using invoice extraction',
|
|
'depends': ['account_invoice_extract', 'purchase'],
|
|
'auto_install': True,
|
|
'license': 'OEEL-1',
|
|
}
|