This commit is contained in:
2026-02-11 12:10:29 +01:00
parent 9ec76410f7
commit c78f8b1079

View File

@@ -36,6 +36,7 @@ class PaymentTermLine(metaclass=PoolMeta):
eom_flag = fields.Boolean('EOM Flag')
eom_mode = fields.Selection([
(None, ''),
('standard', 'Standard'),
('before', 'Before EOM'),
('after', 'After EOM'),