bemade-addons/k8s_odoo_manager/security/ir.model.access.csv
Marc Durepos 9019d8f280 k8s_odoo_manager: first little MVP
- Adds the k8s.cluster and k8s.odoo.instance models
- Successful connection test (ignoring SSL self-signed cert error)
- Successfully pulls OdooInstance information from the cluster

Further work roadmap:

- Fix the SSL issue (cluster-side, most likely)
- Get rid of the text fields containing straight JSON and convert to
  appropriately typed Odoo fields (on read).
- Allow updating OdooInstance fields and writing patches back to the
  cluster. Failed patch should result in a failed write and reverting
  back to actual cluster status.
2025-10-01 20:32:46 -04:00

1.1 KiB

1idnamemodel_id:idgroup_id:idperm_readperm_writeperm_createperm_unlink
2access_k8s_cluster_userk8s.cluster usermodel_k8s_clustergroup_k8s_user1000
3access_k8s_cluster_managerk8s.cluster managermodel_k8s_clustergroup_k8s_manager1111
4access_k8s_odoo_instance_userk8s.odoo.instance usermodel_k8s_odoo_instancegroup_k8s_user1000
5access_k8s_odoo_instance_managerk8s.odoo.instance managermodel_k8s_odoo_instancegroup_k8s_manager1111
6access_k8s_spec_viewer_userk8s.spec.viewer usermodel_k8s_spec_viewergroup_k8s_user1111
7access_k8s_spec_viewer_managerk8s.spec.viewer managermodel_k8s_spec_viewergroup_k8s_manager1111
8access_k8s_cluster_test_wizard_userk8s.cluster.test.wizard usermodel_k8s_cluster_test_wizardgroup_k8s_user1111
9access_k8s_cluster_test_wizard_managerk8s.cluster.test.wizard managermodel_k8s_cluster_test_wizardgroup_k8s_manager1111
10access_k8s_sync_instances_wizard_userk8s.sync.instances.wizard usermodel_k8s_sync_instances_wizardgroup_k8s_user1111
11access_k8s_sync_instances_wizard_managerk8s.sync.instances.wizard managermodel_k8s_sync_instances_wizardgroup_k8s_manager1111