Compare commits

..

8 commits
6.0 ... main

Author SHA1 Message Date
Frederik Jaeckel
a771314fb0 Tryton 7.0 2023-12-01 21:09:19 +01:00
Frederik Jaeckel
e7cde02a8d Tryton 6.8: test, info 2023-06-06 17:07:37 +02:00
Frederik Jaeckel
ed04075bdb formatting, code optimized 2023-06-06 16:46:03 +02:00
Frederik Jaeckel
dc6412cb4f setup 2nd 2023-02-14 10:51:48 +01:00
Frederik Jaeckel
1d4976236f setup.py 2023-01-23 13:18:48 +01:00
Frederik Jaeckel
336d1c74f9 line: show image in tab 'image/pdf' 2023-01-23 13:11:54 +01:00
Frederik Jaeckel
40a3f4b082 depends korrigiert 2022-12-30 23:02:04 +01:00
Frederik Jaeckel
a3a3d2002e fix: exception beim hochladen eines unbekannten bildtypes 2022-11-29 10:30:39 +01:00
5 changed files with 7 additions and 39 deletions

View file

@ -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

View file

@ -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',

View 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

View file

@ -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

View file

@ -1 +1 @@
cashbook;6.0.28;6.0.999;mds cashbook;7.0.31;7.0.999;mds