Feat: First Commit

This commit is contained in:
2024-06-15 11:00:00 -05:00
commit eb0c8b84e3
136 changed files with 39605 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
# This file is part of Tryton. The COPYRIGHT file at the top level of
# this repository contains the full copyright notices and license terms.

View File

@@ -0,0 +1,12 @@
# This file is part of the sale_payment module for Tryton.
# The COPYRIGHT file at the top level of this repository contains the full
# copyright notices and license terms.
from trytond.tests.test_tryton import ModuleTestCase
class AccountCoPymeTestCase(ModuleTestCase):
'Test Purchase Payment module'
module = 'account_co_pyme'
del ModuleTestCase