[wip] Restringe los productos en purchase.order.line a los productos del proveedor configurado en purchase.order
This commit is contained in:
parent
9c8d61fbac
commit
6a687a878f
4 changed files with 41 additions and 0 deletions
14
purchase_product_restrict_supplier/__manifest__.py
Normal file
14
purchase_product_restrict_supplier/__manifest__.py
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue