[CHORE] updated alias for odoo testing (work) biome updates might be swtiching to odoolsp if it includes JS soon

This commit is contained in:
Daveanand Mannie
2025-08-07 10:56:05 -04:00
parent 69f9583c57
commit 1e3ed5ce15
3 changed files with 3 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{ {
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"indentStyle": "space", "indentStyle": "space",
@@ -18,9 +18,6 @@
} }
} }
}, },
"organizeImports": {
"enabled": false
},
"vcs": { "vcs": {
"enabled": true, "enabled": true,
"clientKind": "git" "clientKind": "git"

View File

@@ -7,7 +7,7 @@ return {
"ruff", "ruff",
-- js, json, xml, all front end stuff -- js, json, xml, all front end stuff
"black", "black",
"biome", -- "biome",
"lemminx", "lemminx",
-- lua -- lua
"stylua", "stylua",

View File

@@ -11,8 +11,7 @@ alias sudo-shell='sudo -E zsh'
# [Development] # [Development]
# [Odoo] # [Odoo]
alias erp-dev='cd ~/workspace/pg/erp_legacy/' alias erp-dev='cd ~/workspace/pg/erp_legacy/'
alias erp-dev-server='erp-dev && source venvs/odoo17/bin/activate && cd odoo && python3 odoo-bin -c ../.odoorc --dev all' alias erp-dev-test='cd ~/workspace/pg/erp && source venvs/odoo18/bin/activate && cd odoo && python3 odoo-bin -c ../test.conf -i accounting_td_edi,anb_img_zip_importation,auto_raw_procure,client_sku_mapping,contact_anonymization,invoice_line_grouper,pgk_dashboard,pgk_purchase,purchase_order_cost_approval,pricing_breakdown,stock_picking_batch_simple,roq_integration && dropdb --if-exists testdb'
# [portal] # [portal]
alias erp-portal-server='erp-dev && source venvs/odoo17/bin/activate && cd odoo && python3 odoo-bin -c ../.portalrc --dev all' alias erp-portal-server='erp-dev && source venvs/odoo17/bin/activate && cd odoo && python3 odoo-bin -c ../.portalrc --dev all'
alias portal-dev='cd ~/workspace/pg/portal/' alias portal-dev='cd ~/workspace/pg/portal/'