Skip to content

Releases: mekomsolutions/openmrs-module-erp

Release 2.1.0

20 Mar 17:07
Compare
Choose a tag to compare

What's Changed

  • HSC-319: ERP module to run against HSC Ozone distro by @Ruhanga in #12
  • INFRA-411: Use shared GA workflows to build and publish. by @kdaud in #13
  • TFS-292580 - Added domain classes for maintenance API by @wluyima in 4bd49bd
  • TFS-292580 - Added resuable OdooClient.searchAndRead method by @wluyima in fddf5c8
  • TFS-292580 - Added resuable OdooClient.search method by @wluyima in ff1fb3d
  • TFS-292580 - Refactored odoo domain classes to remove setters and unnecessary classes by @wluyima in ff23c18
  • TFS-292580 - Added service layer for maintenance API by @wluyima in ecb1ca9
  • TFS-292580 - Added tests for maintenance API and fixed bugs in the API by @wluyima in 275c5a8
  • TFS-292580 - Moved maitenance constants to service and added new ones by @wluyima in 4911965
  • TFS-292580 - Added custom deserializers for odoo date and datetime fields and handle timezone differences by @wluyima in 3e39d80
  • TFS-292580 - Added request_date, schedule_date, duration to MaintenanceRequest model and updated Maintenance service to use jackson bind to deserialize MaintenanceRequests by @wluyima in 40e6138
  • TFS-292580 - Implemented a way to pre-process raw data from odoo to convert false values to null before conversion to domain classes by @wluyima in dbcb0eb
  • Added formatter plugin configuration by @wluyima in 41cc0cb
  • Removed openmrs tools dependency by @wluyima in 74e8268
  • TFS-292580 - Added rest service to expose maintenance requests by @wluyima in 52896d7
  • Applied auto format changes by @wluyima in 7597336
  • TFS-292580 - MaintenanceRequest date fields to Date object and requestDate should be returned with no time and zone in rest by @wluyima in 0d67d16
  • TFS-292582 - Added Inventory service and tests by @wluyima in 3d47d61
  • TFS-292582 - Moved rest package to web package by @wluyima in 4afca53
  • TFS-292580 - Added rest service to expose inventory adjustments by @wluyima in f5365ae
  • TFS-292582 - Added resource and controller tests for odoo rest resources by @wluyima in 0a4a164
  • TFS-292582 - Cleaned up resource tests by @wluyima in 011edc7
  • TFS-292582 - Removed InventoryAdjustment.endDate field because it is not standard by @wluyima in 1b58687
  • TFS-292582 - Added OdooModel.data felds to store all data fields fetcehed from odoo by @wluyima in 2945548
  • TFS-292582 - Added OdooModel.data felds to store all data fields fetcehed from odoo by @wluyima in 2945548
  • TFS-292582 - Updated odooClient.searchAndRead method to support fetching all fields by @wluyima in 7b2fecb
  • TFS-292582 - Updated maintenance and inventory controller and resource tests by @wluyima in 3fcfbdd
  • TFS-292582 - Added support for custom and odoo representations by @wluyima in fb0f40d
  • TFS-292582 - Added repreentation that return an entity exactly as it is represented in odoo by @wluyima in 0b67898
  • TFS-292582 - Documented MaintenanceReqest and InventoryAdjustment web service resources by @wluyima in 9f72a99
  • TFS-292582 - Cleaned up typos in the readme file by @wluyima in eb5c044
  • Slightly adjust the README by @rbuisson in 22ae6a1

New Contributors

Full Changelog: 2.0.0...2.1.0