[FIX] PoS Sync not being notified of price update

Merged Reviewer Intergaláctico requested to merge 11.0-CommitEachProduct into 11.0-stage
  • Solved committing each product price update, freeing the bus to send notifications progressively instead of storing them till the end and getting garbage collected.
  • Changed the write method used for product updates to queries, due to multiple synchronization attempts slowing the PoS down.
  • The standard_price (Cost Price) is now updated for all companies.

Merge request reports