[CHORE] updated alias for odoo testing (work) biome updates might be swtiching to odoolsp if it includes JS soon
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
@@ -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/'
|
||||||
|
|||||||
Reference in New Issue
Block a user