obook/purchase_product_restrict_supplier/__manifest__.py

14 lines
437 B
Python

# Copyright 2021 Criptomart
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Purchase Product Restrict Supplier',
'summary': 'It restricts products in purchase order line belonging to the partner set in purchase order.',
'version': '12.0.1.0.1',
'author': 'Criptomart',
'depends': [
'purchase',
],
'installable': True,
'auto_install': False,
'application': False,
}