[fix] add bakeup logos
This commit is contained in:
parent
45a7c77864
commit
a9eca7d043
3 changed files with 2 additions and 2 deletions
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
|
|
@ -9,11 +9,11 @@
|
||||||
"program": "${config:odoo.path}/odoo-bin",
|
"program": "${config:odoo.path}/odoo-bin",
|
||||||
"console": "integratedTerminal",
|
"console": "integratedTerminal",
|
||||||
"args": [
|
"args": [
|
||||||
"--database=nfu_",
|
"--database=nfu_sale_order_batch_packaging",
|
||||||
"--addons-path=${config:odoo.addons_path},${workspaceFolder}",
|
"--addons-path=${config:odoo.addons_path},${workspaceFolder}",
|
||||||
"--limit-time-real=0",
|
"--limit-time-real=0",
|
||||||
"--limit-time-cpu=0",
|
"--limit-time-cpu=0",
|
||||||
// "--init=",
|
"--update=sale_order_batch_stock",
|
||||||
// "--update=",
|
// "--update=",
|
||||||
"--dev=xml"
|
"--dev=xml"
|
||||||
]
|
]
|
||||||
|
|
|
||||||
BIN
sale_order_batch/static/description/icon.png
Normal file
BIN
sale_order_batch/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
sale_order_batch_stock/static/description/icon.png
Normal file
BIN
sale_order_batch_stock/static/description/icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue