Compare commits
8 commits
Author | SHA1 | Date | |
---|---|---|---|
![]() |
a771314fb0 | ||
![]() |
e7cde02a8d | ||
![]() |
ed04075bdb | ||
![]() |
dc6412cb4f | ||
![]() |
1d4976236f | ||
![]() |
336d1c74f9 | ||
![]() |
40a3f4b082 | ||
![]() |
a3a3d2002e |
5 changed files with 7 additions and 39 deletions
23
README.rst
23
README.rst
|
@ -9,28 +9,11 @@ pip install mds-cashbook-media
|
||||||
|
|
||||||
Requires
|
Requires
|
||||||
========
|
========
|
||||||
- Tryton 6.0
|
- Tryton 7.0
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
=======
|
=======
|
||||||
|
|
||||||
*6.0.4 - 06.06.2023*
|
*7.0.0 - 01.12.2023*
|
||||||
|
|
||||||
- code optimized
|
|
||||||
|
|
||||||
*6.0.3 - 14.02.2023*
|
|
||||||
|
|
||||||
- updt: setup.py
|
|
||||||
|
|
||||||
*6.0.2 - 23.01.2023*
|
|
||||||
|
|
||||||
- add: show image in tab 'image/pdf'
|
|
||||||
|
|
||||||
*6.0.1 - 29.11.2022*
|
|
||||||
|
|
||||||
- fix: exception when image type unknown
|
|
||||||
|
|
||||||
*6.0.0 - 14.10.2022*
|
|
||||||
|
|
||||||
- init
|
|
||||||
|
|
||||||
|
- ported to Tryton 7.0
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -39,7 +39,7 @@ with open(path.join(here, 'versiondep.txt'), encoding='utf-8') as f:
|
||||||
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
|
modversion[l2[0]] = {'min': l2[1], 'max': l2[2], 'prefix': l2[3]}
|
||||||
|
|
||||||
# tryton-version
|
# tryton-version
|
||||||
major_version = 6
|
major_version = 7
|
||||||
minor_version = 0
|
minor_version = 0
|
||||||
|
|
||||||
requires = ['python-magic>=0.4.24', 'Pillow']
|
requires = ['python-magic>=0.4.24', 'Pillow']
|
||||||
|
@ -96,6 +96,7 @@ setup(
|
||||||
'License :: OSI Approved :: GNU General Public License (GPL)',
|
'License :: OSI Approved :: GNU General Public License (GPL)',
|
||||||
'Programming Language :: Python :: 3.7',
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: 3.8',
|
'Programming Language :: Python :: 3.8',
|
||||||
|
'Programming Language :: Python :: 3.9',
|
||||||
],
|
],
|
||||||
|
|
||||||
keywords='tryton cashbook pdf png image file',
|
keywords='tryton cashbook pdf png image file',
|
||||||
|
|
|
@ -1,17 +1,2 @@
|
||||||
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
# This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||||
# this repository contains the full copyright notices and license terms.
|
# this repository contains the full copyright notices and license terms.
|
||||||
|
|
||||||
import trytond.tests.test_tryton
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
from .test_line import LineTestCase
|
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['suite']
|
|
||||||
|
|
||||||
|
|
||||||
def suite():
|
|
||||||
suite = trytond.tests.test_tryton.suite()
|
|
||||||
suite.addTests(unittest.TestLoader().loadTestsFromTestCase(
|
|
||||||
LineTestCase))
|
|
||||||
return suite
|
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
[tryton]
|
[tryton]
|
||||||
version=6.0.4
|
version=7.0.0
|
||||||
depends:
|
depends:
|
||||||
cashbook
|
cashbook
|
||||||
xml:
|
xml:
|
||||||
message.xml
|
message.xml
|
||||||
line.xml
|
line.xml
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
cashbook;6.0.28;6.0.999;mds
|
cashbook;7.0.31;7.0.999;mds
|
||||||
|
|
Loading…
Reference in a new issue