primeira versão

This commit is contained in:
2026-02-17 23:47:16 +01:00
commit d76d610955
32 changed files with 2304 additions and 0 deletions

6
models/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from . import plano
from . import diario
from . import crianca
from . import res_partner
from . import financeiro
from . import report_parser