[ADD] Tegin support medical-fhir
This commit is contained in:
parent
3d97969b80
commit
29ca3afb07
3 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
<remote name="odooaktiv" fetch="https://github.com/ERPLibre/"/>
|
||||
<remote name="openeducat" fetch="https://github.com/ERPLibre/"/>
|
||||
<remote name="pledra" fetch="https://github.com/ERPLibre/"/>
|
||||
<remote name="tegin" fetch="https://github.com/ERPLibre/"/>
|
||||
|
||||
<default remote="ERPLibre" revision="12.0" sync-j="4" sync-c="true"/>
|
||||
|
||||
|
|
@ -72,6 +73,7 @@
|
|||
<project name="management-system.git" path="addons/OCA_management-system" remote="OCA" groups="addons"/>
|
||||
<project name="manufacture.git" path="addons/OCA_manufacture" remote="OCA" groups="addons"/>
|
||||
<project name="margin-analysis.git" path="addons/OCA_margin-analysis" remote="OCA" revision="12.0_sale_margin_editor" groups="addons"/>
|
||||
<project name="medical-fhir.git" path="addons/tegin_medical-fhir" remote="tegin" groups="addons"/>
|
||||
<project name="mis-builder.git" path="addons/OCA_mis-builder" remote="OCA" groups="addons"/>
|
||||
<project name="muk_base.git" path="addons/muk-it_muk_base" remote="muk-it" groups="addons"/>
|
||||
<project name="muk_dms.git" path="addons/muk-it_muk_dms" remote="muk-it" groups="addons"/>
|
||||
|
|
|
|||
|
|
@ -143,6 +143,7 @@ if [[ ${EL_MINIMAL_ADDONS} = "False" ]]; then
|
|||
printf "${EL_HOME}/addons/odooaktiv_product_rating_app," >> ${EL_CONFIG_FILE}
|
||||
printf "${EL_HOME}/addons/openeducat_openeducat_erp," >> ${EL_CONFIG_FILE}
|
||||
printf "${EL_HOME}/addons/pledra_odoo-product-configurator," >> ${EL_CONFIG_FILE}
|
||||
printf "${EL_HOME}/addons/tegin_medical-fhir," >> ${EL_CONFIG_FILE}
|
||||
fi
|
||||
printf "\n" >> ${EL_CONFIG_FILE}
|
||||
|
||||
|
|
|
|||
|
|
@ -114,3 +114,4 @@ https://github.com/camptocamp/odoo-cloud-platform.git,addons,,
|
|||
https://github.com/CybroOdoo/OpenHRMS.git,addons,,
|
||||
https://github.com/dhongu/deltatech.git,addons,,
|
||||
https://github.com/kinjal-sorathiya/Property-Management_odoo.git,addons,master,
|
||||
https://github.com/tegin/medical-fhir.git,addons,,
|
||||
|
|
|
|||
|
Loading…
Reference in a new issue