diff --git a/.vscode/launch.json b/.vscode/launch.json index f7805af..10199d7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -9,11 +9,11 @@ "program": "${config:odoo.path}/odoo-bin", "console": "integratedTerminal", "args": [ - "--database=nfu_", + "--database=nfu_sale_order_batch_packaging", "--addons-path=${config:odoo.addons_path},${workspaceFolder}", "--limit-time-real=0", "--limit-time-cpu=0", - // "--init=", + "--update=sale_order_batch_stock", // "--update=", "--dev=xml" ] diff --git a/sale_order_batch/static/description/icon.png b/sale_order_batch/static/description/icon.png new file mode 100644 index 0000000..1267712 Binary files /dev/null and b/sale_order_batch/static/description/icon.png differ diff --git a/sale_order_batch_stock/static/description/icon.png b/sale_order_batch_stock/static/description/icon.png new file mode 100644 index 0000000..1267712 Binary files /dev/null and b/sale_order_batch_stock/static/description/icon.png differ