formatting, infos
This commit is contained in:
parent
1c24a4bc50
commit
994fab3826
5 changed files with 5 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
Copyright (C) 2015-2023 Cédric Krier.
|
Copyright (C) 2015-2025 Cédric Krier.
|
||||||
Copyright (C) 2015-2023 B2CK SPRL.
|
Copyright (C) 2015-2025 B2CK SPRL.
|
||||||
Copyright (C) 2021-2024 martin-data services.
|
Copyright (C) 2021-2025 martin-data services.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
mds-document-incoming-invoice-xml
|
mds-document-incoming-invoice-xml
|
||||||
=================================
|
=================================
|
||||||
Tryton module to xml-converters to document-incoming.
|
Tryton module to add xml-converters to document-incoming.
|
||||||
|
|
||||||
Install
|
Install
|
||||||
=======
|
=======
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# This file is part of the document-incoming-invoice-xml-module
|
# This file is part of the document-incoming-invoice-xml-module
|
||||||
# from m-ds for Tryton. The COPYRIGHT file at the top level of
|
# from m-ds for Tryton. The COPYRIGHT file at the top level of
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -62,7 +62,7 @@ requires.append('trytond >= %s.%s, < %s.%s' % (
|
||||||
setup(
|
setup(
|
||||||
name='%s_%s' % (PREFIX, MODULE),
|
name='%s_%s' % (PREFIX, MODULE),
|
||||||
version=info.get('version', '0.0.1'),
|
version=info.get('version', '0.0.1'),
|
||||||
description='Tryton module to xml-converters to document-incoming.',
|
description='Tryton module to add xml-converters to document-incoming.',
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
url='https://www.m-ds.de/',
|
url='https://www.m-ds.de/',
|
||||||
author='martin-data services',
|
author='martin-data services',
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
edocument_xrechnung;7.0.5;7.0.999;mds
|
|
Loading…
Reference in a new issue