first commit

This commit is contained in:
Mongar28
2024-08-13 13:45:19 -05:00
commit 44d9ccf22b
42 changed files with 1455 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
Metadata-Version: 2.1
Name: trytondo-sale-line-delete-log
Version: 6.8.0
Home-page: http://www.tryton.org/
Download-URL: http://downloads.tryton.org/6.8/
Author: Tryton
Author-email: foundation@tryton.org
License: GPL-3
Project-URL: Bug Tracker, https://bugs.tryton.org/
Project-URL: Documentation, https://docs.tryton.org/latest/modules-sale-line-delete-log
Project-URL: Forum, https://www.tryton.org/forum
Project-URL: Source Code, https://code.tryton.org/tryton
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Plugins
Classifier: Framework :: Tryton
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Intended Audience :: Legal Industry
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Bulgarian
Classifier: Natural Language :: Catalan
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: Czech
Classifier: Natural Language :: Dutch
Classifier: Natural Language :: English
Classifier: Natural Language :: Finnish
Classifier: Natural Language :: French
Classifier: Natural Language :: German
Classifier: Natural Language :: Hungarian
Classifier: Natural Language :: Indonesian
Classifier: Natural Language :: Italian
Classifier: Natural Language :: Persian
Classifier: Natural Language :: Polish
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Natural Language :: Romanian
Classifier: Natural Language :: Russian
Classifier: Natural Language :: Slovenian
Classifier: Natural Language :: Spanish
Classifier: Natural Language :: Turkish
Classifier: Natural Language :: Ukrainian
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Office/Business
Requires-Python: >=3.8
Provides-Extra: test
License-File: LICENSE
###########################
Sale Line Delete Log Module
###########################
.. to remove, see https://www.tryton.org/develop/guidelines/documentation#index.rst

View File

@@ -0,0 +1,30 @@
CHANGELOG
COPYRIGHT
LICENSE
MANIFEST.in
README.rst
setup.py
./__init__.py
./sale_line_delete_log.py
./tryton.cfg
./tests/__init__.py
./tests/scenario_sale_line_delete_log.rst
./tests/test_module.py
./tests/test_scenario.py
doc/conf.py
doc/configuration.rst
doc/design.rst
doc/index.rst
doc/reference.rst
doc/releases.rst
doc/requirements-doc.txt
doc/setup.rst
doc/usage.rst
icons/LICENSE
trytondo_sale_line_delete_log.egg-info/PKG-INFO
trytondo_sale_line_delete_log.egg-info/SOURCES.txt
trytondo_sale_line_delete_log.egg-info/dependency_links.txt
trytondo_sale_line_delete_log.egg-info/entry_points.txt
trytondo_sale_line_delete_log.egg-info/not-zip-safe
trytondo_sale_line_delete_log.egg-info/requires.txt
trytondo_sale_line_delete_log.egg-info/top_level.txt

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,2 @@
[trytond.modules]
sale_line_delete_log = trytond.modules.sale_line_delete_log

View File

@@ -0,0 +1 @@

View File

@@ -0,0 +1,5 @@
trytond_sale<6.9,>=6.8
trytond<6.9,>=6.8
[test]
proteus<6.9,>=6.8

View File

@@ -0,0 +1 @@
trytond