[wip] Restringe los productos en purchase.order.line a los productos del proveedor configurado en purchase.order

This commit is contained in:
santiky 2021-09-02 16:50:06 +02:00
parent 9c8d61fbac
commit 6a687a878f
Signed by: snt
GPG key ID: A9FD34930EADBE71
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,14 @@
# 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,
}