5 Commits
Author SHA1 Message Date
José Arturo García 29e987520d Update Dominican withholding catalog
Apply the Article 309 rates introduced by Law 30-26 with dated historical templates and rules. Complete tax-code reversals, improve English terminology, harden migrations, and expand structural and functional tests.
2026-08-10 09:10:05 -04:00
José Arturo García c3ba620b74 Harden localization data and validation 2026-08-10 08:42:52 -04:00
José Arturo García 6581a4b8af Update foreign withholding and tax rules 2026-08-10 08:18:26 -04:00
José Arturo García 22281ed4a6 Classify foreign ISR withholdings separately
Assign payments to non-residents to the dedicated ISREXT group in both localization datasets and tax rules. Add regression checks for national and foreign ISR groups.
2026-08-10 02:23:01 -04:00
José Arturo García d708024c58 Start account_do 8.1 series 2026-08-10 00:12:02 -04:00
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
Version 8.0.1 - 2026-08-09 Version 8.1.0 - 2026-08-10
-------------------------- --------------------------
* Initial release. * Initial release.
* Document tax requirements and official source provenance. * Document tax requirements and official source provenance.
+1 -1
View File
@@ -1,7 +1,7 @@
Releases Releases
======== ========
8.0.1 8.1.0
----- -----
Initial release with the Dominican chart of accounts, fiscal accounts, taxes, Initial release with the Dominican chart of accounts, fiscal accounts, taxes,
+1 -1
View File
@@ -565,7 +565,7 @@ class AccountDoUnitTestCase(unittest.TestCase):
if line.strip() if line.strip()
] ]
self.assertEqual(config.get('tryton', 'version'), '8.0.1') self.assertEqual(config.get('tryton', 'version'), '8.1.0')
self.assertEqual( self.assertEqual(
set(lines('tryton', 'depends')), set(lines('tryton', 'depends')),
{'account', 'ir'}) {'account', 'ir'})
+1 -1
View File
@@ -1,5 +1,5 @@
[tryton] [tryton]
version=8.0.1 version=8.1.0
depends: depends:
account account
ir ir