formatting

This commit is contained in:
Frederik Jaeckel 2024-11-21 14:34:17 +01:00
parent 0b2bada596
commit 08b8768dd4
4 changed files with 11 additions and 22 deletions

View file

@ -4,7 +4,7 @@
# this repository contains the full copyright notices and license terms.
from trytond.pool import PoolMeta
from trytond.pyson import Eval, And, Or
from trytond.pyson import Eval, And, Or, Bool
class InvoiceLine(metaclass=PoolMeta):