Start account_do 8.1 series
This commit is contained in:
@@ -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
@@ -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,
|
||||||
|
|||||||
@@ -485,7 +485,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
@@ -1,5 +1,5 @@
|
|||||||
[tryton]
|
[tryton]
|
||||||
version=8.0.1
|
version=8.1.0
|
||||||
depends:
|
depends:
|
||||||
account
|
account
|
||||||
ir
|
ir
|
||||||
|
|||||||
Reference in New Issue
Block a user