Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Angshuman SarkarAngshuman SarkarReporter
Angshuman SarkarAngshuman SarkarComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Angshuman Sarkar
Angshuman SarkarReporter
Angshuman Sarkar
Angshuman SarkarComponents
Sprint
None
Fix versions
Priority
Created July 3, 2019 at 3:25 PM
Updated July 16, 2021 at 9:45 AM
Resolved July 9, 2019 at 5:54 AM
openerp-atomfeed-service tests fails because of missing "event_records" table.
This is because on another changeset, where the precondition fails: https://github.com/Bahmni/openerp-atomfeed-service/blob/master/openerp-atomfeed-service/src/main/resources/sql/db_migrations.xml#L189
this changeset assumes that the "event_records" table exists.
the "event_records" table used to be created through the Bahmni odoo modules. which it no longer does.
Solution:
create another changeset for creating the event_records through bahmni-erp-connect (openerp-atomfeed-service)