Community mailing list archives
community@mail.odoo.com
Browse archives
Disable field property on stock product.py
by
Alberto
Hi
I need to unrelate field 'property_stock_production' from the actual production 'location_dest_id', this is declared on product.py from stock module.
I'm using odoo v8.
I need to disable this relationship in order to manufacture wherever I need to, and prevent from always populating this location set on 'property_stock_production' in stock/product.py (product which I'll manufacture).
Has anyone attempted to do this?
Thanks in advance!
--