add traslate to statement_lines

This commit is contained in:
2023-06-22 16:57:56 -05:00
parent 1168dffad6
commit ae78744782
9 changed files with 49 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ from trytond.i18n import gettext
from trytond.exceptions import UserError
from trytond.modules.currency.fields import Monetary
from trytond.exceptions import UserError
__all__ = ['Sale', 'SalePaymentForm', 'WizardSalePayment',
'WizardSaleReconcile']