How to sync Registration Fees in Odoo 10?

Hi, there is no out of box way to do this. Also the fee collection process itself is implementation specific - it maybe registration fee or visit fee or handled manually. We have often debated whether creating an order that shows up in Odoo for registration for simple things such as this, is desirable for all, considering different usage context. (Most likely Odoo billing is done by someone else). However, this has been asked quite a number of times, if you have capacity we can guide you how to do this and hope you will contribute back to the product.

See the following for some guidance.

  1. A hack way of doing this
  2. Leverage the “order” model of OpenMRS - discussed on PAT call, you may find notes here

Basically,

  1. develop a widget that can create order (Registration Fee/Visit Fee) etc. Btw, many hospitals do not charge a visit fee for returning patients within X number of days - so maybe better to show also when was the last visit.
  2. Add ability to support through configuration in the registration second page.
  3. Add the code to create an order (From the widget).