LittleMountainPrinting / one2many_owl_renderer

0 stars 0 forks source link

one2many_owl_renderer

Usage after app install

image image image

The Goal

Is to populate a One2many with Owl renderer

The attempt we are trying to make

  1. Make our own custom Owl Renderer
  2. Extend One2many widget and override _getRenderer method to return our Owl Renderer

Important files

The Problem

It will let set values on create, but when we edit the record it does not save the changes when we save the form view. It will "save" without throwing an error, but as soon as you try to leave the form view it says there are uncommitted changes.

image