1 Commits
Author SHA1 Message Date
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.
* Document tax requirements and official source provenance.
+1 -1
View File
@@ -1,7 +1,7 @@
Releases
========
8.0.1
8.1.0
-----
Initial release with the Dominican chart of accounts, fiscal accounts, taxes,
+1 -1
View File
@@ -485,7 +485,7 @@ class AccountDoUnitTestCase(unittest.TestCase):
if line.strip()
]
self.assertEqual(config.get('tryton', 'version'), '8.0.1')
self.assertEqual(config.get('tryton', 'version'), '8.1.0')
self.assertEqual(
set(lines('tryton', 'depends')),
{'account', 'ir'})
+1 -1
View File
@@ -1,5 +1,5 @@
[tryton]
version=8.0.1
version=8.1.0
depends:
account
ir