forked from OCA/vertical-medical
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] website_sale_medical_prescription: Fix LABS-451 portal and publ…
…ic permissions * Remove public permissions from most things - user is portal by the time Rx checkout is happening * Update public permission domain for res partner to fix LABS-451
- Loading branch information
Showing
7 changed files
with
3 additions
and
70 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
website_sale_medical_prescription/security/ir.model.access.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,9 @@ | ||
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink | ||
access_medical_physician_portal,medical.physician.portal,medical_physician.model_medical_physician,base.group_portal,1,0,0,0 | ||
access_medical_physician_public,medical.physician.public,medical_physician.model_medical_physician,base.group_public,1,0,0,0 | ||
access_medical_patient_public,medical.patient.public,medical.model_medical_patient,base.group_public,1,0,0,0 | ||
access_medical_patient_portal,medical.patient.portal,medical.model_medical_patient,base.group_portal,1,0,0,0 | ||
access_res_partner_portal,res.partner.portal,base.model_res_partner,base.group_portal,1,0,0,0 | ||
access_res_partner_public,res.partner.public,base.model_res_partner,base.group_public,1,0,0,0 | ||
access_medical_prescription_order_portal,medical.prescription.order.portal,medical_prescription.model_medical_prescription_order,base.group_portal,1,0,0,0 | ||
access_medical_prescription_order_public,medical.prescription.order.public,medical_prescription.model_medical_prescription_order,base.group_public,1,0,0,0 | ||
access_medical_prescription_order_line_portal,medical.prescription.order.line.portal,medical_prescription.model_medical_prescription_order_line,base.group_portal,1,0,0,0 | ||
access_medical_prescription_order_line_public,medical.prescription.order.line.public,medical_prescription.model_medical_prescription_order_line,base.group_public,1,0,0,0 | ||
access_medical_pharmacy_portal,medical.pharmacy.portal,medical_pharmacy.model_medical_pharmacy,base.group_portal,1,0,0,0 | ||
access_medical_pharmacy_public,medical.pharmacy.public,medical_pharmacy.model_medical_pharmacy,base.group_public,1,0,0,0 | ||
access_medical_patient_medication_portal,medical.patient.medication.portal,medical_medication.model_medical_patient_medication,base.group_portal,1,0,0,0 | ||
access_medical_patient_medication_public,medical.patient.medication.public,medical_medication.model_medical_patient_medication,base.group_public,1,0,0,0 | ||
access_medical_medication_dosage_portal,medical.medication.dosage.portal,medical_medication.model_medical_medication_dosage,base.group_portal,1,0,0,0 | ||
access_medical_medication_dosage_public,medical.medication.dosage.public,medical_medication.model_medical_medication_dosage,base.group_public,1,0,0,0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters