| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Inventory (stock) • Purchase (purchase) • Sales (sale_management) • Website (website) • Invoicing (account) |
| Lines of code | 2105 |
| Technical Name |
dental_clinical_management |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Discuss (mail)
• Employees (hr) • Inventory (stock) • Purchase (purchase) • Sales (sale_management) • Website (website) • Invoicing (account) |
| Lines of code | 2105 |
| Technical Name |
dental_clinical_management |
| License | AGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 15.0 16.0 17.0 |
Dental Clinic Management
Dental Clinic Management Software, Dental Clinics Can Enhance Efficiency, Improve Patient Care, Optimize Resource Utilization, and Maintain Smooth Operations.
Key Highlights
Efficiently manage patient appointments
Easily access and update patient information and medical history.
Plan and track patient treatments for better outcomes and continuity of care.
Patients can schedule appointments, view availability through their portal
Departments in the Dental Clinic.
Doctors Specialization of their different fields.
Time slots for doctors can be scheduled here.
Different Treatment Categories in the Dental Clinic.
Treatments can be listed under treatment category.
Medical questionnaire to provide patient health information.
Clinic administrators can create profiles for doctors.
Doctor's schedules can be added within their profiles, detailing their time shifts for appointments .
User has been Created.
A user account is automatically generated when creating a doctor profile.
Patients can be created
Patient's specific medical questionnaire details can be recorded within their profiles.
X-Ray Reports can be added inside the patients.
Patients insurance details can be added.
Portal User has been created.
Creating a patient, a corresponding portal user is automatically generated, facilitating seamless access to online services and medical records.
Patients will receive an email to activate their account.
Allowing them to set a password and log in to access their account.
Patients can schedule doctor appointments based on available time slots.
Appointment token numbers are automatically generated for each booking.
The list of appointments can be viewed for effective scheduling and management.
Medications for the dental clinic can be created and their dosage and generic name details can be added for accurate record-keeping and patient care
Medicament Frequencies can be added by default.
Patient's prescriptions, including treatment details and prescribed medications based on their appointments.
Invoices for prescriptions can be generated.
Doctor Login
While login as doctor, Doctor can only view their appointments and prescriptions.
Patient Login
Logined as portal user.
Patients can access and view all of their prescriptions for their reference.
Patients can easily view the list of doctors available at the clinic.
Patients can book appointments through the portal.
-
Patient records management, including medical history, treatment plans, and billing information.
-
Billing and invoicing capabilities, including insurance claims processing.
-
Integration with digital imaging systems for X-rays and other diagnostic images.
-
Patients can securely access their health information, appointment schedules, and test results online.
-
Patients can schedule appointments, view availability through their portal.
Initial Commit for Dental Clinic Management.
Related Products
Our Services
Odoo Customization
Odoo Implementation
Odoo Support
Hire Odoo Developer
Odoo Integration
Odoo Migration
Odoo Consultancy
Odoo Implementation
Odoo Licensing Consultancy
Our Industries
Trading
Easily procure and sell your products
POS
Easy configuration and convivial experience
Education
A platform for educational management
Manufacturing
Plan, track and schedule your operations
E-commerce & Website
Mobile friendly, awe-inspiring product pages
Service Management
Keep track of services and invoice
Restaurant
Run your bar or restaurant methodically
Hotel Management
An all-inclusive hotel management application
Support
Got questions or need help? Get in touch.
Say hi to us on WhatsApp!
Please log in to comment on this module
Error on installing
Traceback (most recent call last): File "/opt/odoo17/odoo17/odoo/http.py", line 1950, in _serve_db return service_model.retrying(self._serve_ir_http, self.env) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/service/model.py", line 152, in retrying result = func() ^^^^^^ File "/opt/odoo17/odoo17/odoo/http.py", line 1978, in _serve_ir_http response = self.dispatcher.dispatch(rule.endpoint, args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/http.py", line 2182, in dispatch result = self.request.registry['ir.http']._dispatch(endpoint) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/addons/website/models/ir_http.py", line 235, in _dispatch response = super()._dispatch(endpoint) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/addons/base/models/ir_http.py", line 221, in _dispatch result = endpoint(**request.params) ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/http.py", line 786, in route_wrapper result = endpoint(self, *args, **params_ok) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/addons/web/controllers/dataset.py", line 29, in call_button action = self._call_kw(model, method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/addons/web/controllers/dataset.py", line 21, in _call_kw return call_kw(Model, method, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/api.py", line 484, in call_kw result = _call_kw_multi(method, model, args, kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/api.py", line 469, in _call_kw_multi result = method(recs, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17-venv/lib/python3.11/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/addons/base/models/ir_module.py", line 75, in check_and_log return method(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/addons/base/models/ir_module.py", line 469, in button_immediate_install return self._button_immediate_function(self.env.registry[self._name].button_install) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/addons/base/models/ir_module.py", line 593, in _button_immediate_function registry = modules.registry.Registry.new(self._cr.dbname, update_module=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17-venv/lib/python3.11/site-packages/decorator.py", line 232, in fun return caller(func, *(extras + args), **kw) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/tools/func.py", line 87, in locked return func(inst, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/modules/registry.py", line 110, in new odoo.modules.load_modules(registry, force_demo, status, update_module) File "/opt/odoo17/odoo17/odoo/modules/loading.py", line 485, in load_modules processed_modules += load_marked_modules(env, graph, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/modules/loading.py", line 366, in load_marked_modules loaded, processed = load_module_graph( ^^^^^^^^^^^^^^^^^^ File "/opt/odoo17/odoo17/odoo/modules/loading.py", line 229, in load_module_graph load_data(env, idref, mode, kind='data', package=package) File "/opt/odoo17/odoo17/odoo/modules/loading.py", line 73, in load_data tools.convert_file(env, package.name, filename, idref, mode, noupdate, kind) File "/opt/odoo17/odoo17/odoo/tools/convert.py", line 635, in convert_file convert_xml_import(env, module, fp, idref, mode, noupdate) File "/opt/odoo17/odoo17/odoo/tools/convert.py", line 701, in convert_xml_import obj.parse(doc.getroot()) File "/opt/odoo17/odoo17/odoo/tools/convert.py", line 621, in parse self._tag_root(de) File "/opt/odoo17/odoo17/odoo/tools/convert.py", line 575, in _tag_root raise ParseError(msg) from None # Restart with "--log-handler odoo.tools.convert:DEBUG" for complete traceback ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ odoo.tools.convert.ParseError: while parsing /opt/odoo17/odoo17/custom-addons/dental_clinical_management/views/dental_patients_views.xml:4 Ocurrió un error al procesar o validar la vista: El elemento "<xpath expr="//button[@name='450']">" no se puede localizar en la vista principal View error context: {'file': '/opt/odoo17/odoo17/custom-addons/dental_clinical_management/views/dental_patients_views.xml', 'line': 2, 'name': 'res.partner.view.form.inherit.dental.clinical.management', 'view': ir.ui.view(2223,), 'view.model': 'res.partner', 'view.parent': ir.ui.view(125,), 'xmlid': 'view_partner_form'}Re: Error on installing
We checked the module is working fine, and we couldn't reproduce the issue. Can you please give me more information? You can email to odoo@cybrosys.com.
Upgrade to v18?
test
Hola, quisiera probar el modulo para ver coo funciona