Cédric Krier pushed to branch branch/default at Tryton / Tryton


Commits:
605b36a5 by Cédric Krier at 2022-12-29T16:58:28+01:00
Remove default value for default lead time

Backed out changeset 5cbf7bd159a7
Closes #11971
- - - - -


1 changed file:

- modules/sale/product.py


Changes:

=====================================
modules/sale/product.py
=====================================
@@ -27,10 +27,6 @@
 
     default_lead_time = fields.MultiValue(default_lead_time)
 
-    @classmethod
-    def default_default_lead_time(cls, **pattern):
-        return datetime.timedelta(0)
-
 
 class DefaultLeadTime(ModelSQL, ValueMixin):
     "Product Default Lead Time"



View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/605b36a5c1e23faa3a1843aa8c098d50a1fe6984

-- 
View it on Heptapod: 
https://foss.heptapod.net/tryton/tryton/-/commit/605b36a5c1e23faa3a1843aa8c098d50a1fe6984
You're receiving this email because of your account on foss.heptapod.net.


Reply via email to