feat: Se agregan campos para limite de descuadre y cuenta por cobrar por descuadre

This commit is contained in:
2023-08-01 00:47:51 -05:00
parent 2044abc6f9
commit d96d3c6023
4 changed files with 35 additions and 5 deletions

View File

@@ -6,10 +6,11 @@ from . import device
from . import sale
from . import statement
from . import user
from . import configuration_statement
def register():
Pool.register(
configuration_statement.Configuration,
statement.Journal,
statement.Statement,
statement.Line,