@binduak Thanks. Let’s plan to do a recording as well.
Thanks for the reply, I experienced the issue with below beta version as well
Beta release - 0.92 (Platform upgrade + odoo integration)
Will the fix work for alpha versions and the beta version
Hello All, We will be having next Odoo functional demo on Wednesday 8th May at 3:00 PM IST. Requesting everyone to join and provide feedback.
Zoom link for the meeting -> https://thoughtworks.zoom.us/j/4549978940
@ramashish I did above two changes you mentioned in line after #185 & #69 . Still it’s repeatedly asking to create chart of account. what might be the further changes. Please suggest.
Now after configuration you will be able to see the “Currency” menu in below path.
“Accounting > Configuration > Multi-Currencies > Currencies”
Welcome @anandpatel to Bahmni and OpenMRS community. Thanks for the solution.Can you please update BAH-799 ?
Yes I have already updated.
We can set it in data file so when the modules are installed then those necessary Shops will be loaded.
Hello, When we are creating the Odoo database then it was asking for the country so if you choose it as India then the currency will be INR and same for the other countries.But if you don’t choose any country then by-default it will use EUR.
Hello All, Please find latest Bahmni Installer with fixes done for below odoo issues
Bahmni Installer rpm -> http://repo.mybahmni.org.s3.amazonaws.com/rpm/bahmni/bahmni-installer-0.92-90.noarch.rpm
Bahmni Odoo rpm -> http://repo.mybahmni.org.s3.amazonaws.com/rpm/bahmni/bahmni-erp-0.92-50.noarch.rpm
The above build is available on product-qa08.mybahmni.org for testing
@mksrom @laxman @stephencoduor @arjun @anandpatel @ramashish @sushilp
Thanks, checking it out
On odoo quotation when I click on latest prescription I get I get
Not Found
The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
Is there any additional configuration that need to be done
@stephencoduor The domain names for Bahmni EMR and odoo applications are different.
Latest Prescription
button trying to append the URL (/bahmni/clinical/#/default/patient/684e115e-faf5-460c-a1f6-0819bfc1a649/dashboard/treatment) to erp-product-qa08.mybahmni.org instead of product-qa08.mybahmni.org. Just remove erp prefix from URL and hit it.
Thanks @binduak , will try it out on my own server
Bahmni 0.92
ODOO 10
Quotation Sync
Login to Bahmni->Consultation->Orders>Generate one radiology order Login to ODOO->Confirm that the order synced generating a new Quotation (in draft mode)
From Bahmni->Consultation->Orders>Place a different radiology order for the same patient
In ODOO a new Quotation is generated instead of adding a second order line item to the earlier draft quotation of the same patient.
In earlier version, if a patient’s quotation is in draft mode a new order will get added to the same quotation.
Could not find it in Odoo Feedback/Issues Doc
Debugging this shows that it is searching for a sales order (draft mode) with
'origin', '=', 'ATOMFEED SYNC'
But the in database origin field in sale_order is blank after sync.
In earlier version the origin was getting set here while creating new order which is missing in ODOO.
Could this be the reason?
Thanks @ramashish for bringing this up. We have created https://bahmni.atlassian.net/browse/BAH-822 bug card to fix the issue also updated the same in Odoo Feedback/Issues Doc @anandpatel @angshuonline @sravya
Hello People, we need help for testing odoo cards, number from 802-809 Ready for QA lane of Jeera. Could you please assign your help and let us know. If you don’t have jeera access please ping us here. Refer this card for all the required configuration else sync won’t work - https://bahmni.atlassian.net/browse/BAH-792 Test environment - https://product-qa08.mybahmni.org/
@Ramashish @arjun @sushilp @deepakneupane @dipakthapa @mksrom @laxman @akhilmalhotra1 @stephencoduor
Am trying to add new order type called Dental Order does this still work with odoo 10,
insert into order_type (name, description, creator, uuid,java_class_name) values (“Dental Order”, “description”,1,uuid(),“org.openmrs.Order”);