1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/account_invoice_extract_purchase/__manifest__.py
2024-12-10 09:04:09 +07:00

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',
}