{
  "name": "Next-SCM - Supply Chain Monitoring",
  "description": "Track products, stock levels, and supply chain operations",
  "type": "scm",
  "theme": {
    "primary": "#f59e0b",
    "primaryDark": "#d97706",
    "cssImport": "@kodeme-io/next-core-ui/themes/amber.css"
  },
  "navigation": [
    {
      "href": "/",
      "label": "Home",
      "icon": "Home"
    },
    {
      "href": "/products",
      "label": "Products",
      "icon": "Package"
    },
    {
      "href": "/scanner",
      "label": "Scanner",
      "icon": "ScanLine"
    },
    {
      "href": "/stock",
      "label": "Stock",
      "icon": "Warehouse"
    },
    {
      "href": "/settings",
      "label": "Settings",
      "icon": "Settings"
    }
  ],
  "subNavigation": {
    "products": [
      {
        "href": "/products/all",
        "label": "All Products"
      },
      {
        "href": "/products/categories",
        "label": "Categories"
      },
      {
        "href": "/products/suppliers",
        "label": "Suppliers"
      }
    ],
    "stock": [
      {
        "href": "/stock/levels",
        "label": "Stock Levels"
      },
      {
        "href": "/stock/transfers",
        "label": "Transfers"
      },
      {
        "href": "/stock/adjustments",
        "label": "Adjustments"
      },
      {
        "href": "/stock/warehouses",
        "label": "Warehouses"
      }
    ]
  },
  "quickActions": [
    {
      "label": "New Product",
      "href": "/products/all/new",
      "icon": "PackagePlus"
    },
    {
      "label": "Stock Transfer",
      "href": "/stock/transfers/new",
      "icon": "ArrowRightLeft"
    },
    {
      "label": "Stock Adjustment",
      "href": "/stock/adjustments/new",
      "icon": "Edit"
    },
    {
      "label": "All Products",
      "href": "/products/all",
      "icon": "Package"
    },
    {
      "label": "Stock Levels",
      "href": "/stock/levels",
      "icon": "Warehouse"
    },
    {
      "label": "Reports",
      "href": "/reports",
      "icon": "BarChart3"
    }
  ],
  "odooModels": [
    "product.product",
    "product.template",
    "stock.quant",
    "stock.picking",
    "stock.move"
  ],
  "features": {
    "pwa": true,
    "offline": true,
    "barcode": true,
    "camera": true,
    "analytics": true,
    "forms": true,
    "workflow": true
  },
  "scaffolds": [
    "products",
    "stock",
    "transfers"
  ]
}
