Skip to content
Extraits de code Groupes Projets
Sélectionner une révision Git
  • 3a33c775d0b3029037f0c72d0b3fb24553991356
  • 14.0 par défaut
  • 13.0
  • 12.0
  • 12.0-init protégée
5 résultats

res_partner.py

Blame
  • __manifest__.py 605 o
    {
        "name": "VRACOOP - POS API V2",
        "summary": "VRACOOP - POS API V2",
        "version": "12.1.1.0",
        "development_status": "Beta",
        "author": "Le Filament",
        "maintainers": ["remi-filament"],
        "license": "AGPL-3",
        "application": False,
        "installable": True,
        "category": 'Point of Sale',
        "depends": [
            "point_of_sale", "vracoop_pos_free_balance_v2",
        ],
        "data": [
            'views/pos_transaction_views.xml',
            'views/res_config_setting_views.xml',
            'data/service_cron_send_mayam.xml',
        ],
        'qweb': [
            'static/src/xml/pos.xml',
        ],
    }