Initial import from Docker volume
This commit is contained in:
53
modules/lot/trytond_lot.egg-info/PKG-INFO
Executable file
53
modules/lot/trytond_lot.egg-info/PKG-INFO
Executable file
@@ -0,0 +1,53 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: trytond-lot
|
||||
Version: 7.2.7
|
||||
Summary: Tryton module to add period to product
|
||||
Home-page: http://www.tryton.org/
|
||||
Download-URL: http://downloads.tryton.org/7.2/
|
||||
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/
|
||||
Project-URL: Forum, https://www.tryton.org/forum
|
||||
Project-URL: Source Code, https://code.tryton.org/tryton
|
||||
Keywords: tryton lot
|
||||
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: Intended Audience :: Manufacturing
|
||||
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
|
||||
21
modules/lot/trytond_lot.egg-info/SOURCES.txt
Executable file
21
modules/lot/trytond_lot.egg-info/SOURCES.txt
Executable file
@@ -0,0 +1,21 @@
|
||||
setup.py
|
||||
./__init__.py
|
||||
./lot.py
|
||||
./lot.xml
|
||||
./tryton.cfg
|
||||
./view/lot_form.xml
|
||||
./view/lot_qt_tree.xml
|
||||
./view/lot_qt_tree_sequence.xml
|
||||
./view/lot_qt_type_tree.xml
|
||||
./view/lot_qt_type_tree_sequence.xml
|
||||
./view/lot_tree.xml
|
||||
./view/lot_tree_sequence.xml
|
||||
./view/lot_tree_sequence2.xml
|
||||
./view/lot_tree_sequence3.xml
|
||||
trytond_lot.egg-info/PKG-INFO
|
||||
trytond_lot.egg-info/SOURCES.txt
|
||||
trytond_lot.egg-info/dependency_links.txt
|
||||
trytond_lot.egg-info/entry_points.txt
|
||||
trytond_lot.egg-info/not-zip-safe
|
||||
trytond_lot.egg-info/requires.txt
|
||||
trytond_lot.egg-info/top_level.txt
|
||||
1
modules/lot/trytond_lot.egg-info/dependency_links.txt
Executable file
1
modules/lot/trytond_lot.egg-info/dependency_links.txt
Executable file
@@ -0,0 +1 @@
|
||||
|
||||
2
modules/lot/trytond_lot.egg-info/entry_points.txt
Executable file
2
modules/lot/trytond_lot.egg-info/entry_points.txt
Executable file
@@ -0,0 +1,2 @@
|
||||
[trytond.modules]
|
||||
lot = trytond.modules.lot
|
||||
1
modules/lot/trytond_lot.egg-info/not-zip-safe
Executable file
1
modules/lot/trytond_lot.egg-info/not-zip-safe
Executable file
@@ -0,0 +1 @@
|
||||
|
||||
3
modules/lot/trytond_lot.egg-info/requires.txt
Executable file
3
modules/lot/trytond_lot.egg-info/requires.txt
Executable file
@@ -0,0 +1,3 @@
|
||||
trytond<7.3,>=7.2
|
||||
trytond_purchase<7.3,>=7.2
|
||||
trytond_sale<7.3,>=7.2
|
||||
1
modules/lot/trytond_lot.egg-info/top_level.txt
Executable file
1
modules/lot/trytond_lot.egg-info/top_level.txt
Executable file
@@ -0,0 +1 @@
|
||||
trytond
|
||||
Reference in New Issue
Block a user