main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit c78f8b1079 - Show all commits

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'),