Is it possible to change Delivery Lead Time for all Products/Product Variants purchased from a specified Vendor?
- filter for all products that can be ordered from a certain vendor
- change attribute (ex. Delivery Lead Time) related to all products filtered
I'm using Odoo 11 - Community version
You can use:
self.env['your_model'].search([(your_condition)]).write(your_value)
https://www.odoo.com/forum/help-1/question/full-list-of-search-operators-46716
https://www.odoo.com/forum/help-1/question/security-6-0-and-4-in-openerp-89686