Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
Backed out changeset da3c59176793
Browse files Browse the repository at this point in the history
issue11869
  • Loading branch information
cedk committed Nov 24, 2022
1 parent a987e42 commit b5ba172
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions stock.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from trytond.model.exceptions import AccessError
from trytond.modules.stock.exceptions import PeriodCloseError
from trytond.pool import Pool, PoolMeta
from trytond.pyson import Eval, TimeDelta
from trytond.pyson import Eval
from trytond.tools import grouped_slice
from trytond.transaction import Transaction

Expand All @@ -23,10 +23,6 @@
]
shelf_life_delay = fields.TimeDelta(
"Shelf Life Delay",
domain=['OR',
('shelf_life_delay', '=', None),
('shelf_life_delay', '>=', TimeDelta()),
],
help="The delay before removal from the forecast.")


Expand Down

0 comments on commit b5ba172

Please sign in to comment.