Minor fix

This commit is contained in:
OscarA 2021-05-03 20:01:21 -05:00
parent 607c9c6332
commit 3b346a1bcf
1 changed files with 0 additions and 1 deletions

View File

@ -1635,7 +1635,6 @@ class AppWindow(FrontWindow):
dom = [
('state', 'in', ['draft', 'quotation', 'confirmed', 'processing']),
('shop', '=', shop_id),
('payment_term', '=', self.default_payment_term['id']),
('create_date', '>=', delta),
]