open_workshop/__manifest__.py
2025-05-02 08:06:03 +02:00

20 lines
623 B
Python

{
'name': 'POS Open Workshop',
'license': 'AGPL-3',
'version': '16.0.1.0.0',
'summary': 'Erstellt Maschinenfreigaben basierend auf POS-Einweisungsprodukten',
'depends': ['base','product','sale','contacts','point_of_sale'],
'author': 'matthias.lotz',
'category': 'Point of Sale',
'data': [
'data/data.xml',
'security/ir.model.access.csv',
],
'installable': True,
'description': """
Diese App erstellt Maschinenfreigaben basierend auf POS-Einweisungsprodukten.
Die App ist für den Einsatz in der Odoo-Version 16.0 konzipiert.
""",
}