Skip to content
This repository has been archived by the owner on Apr 28, 2022. It is now read-only.

[FIX] Readonly fields not being stored. #97

Closed

Commits on May 7, 2017

  1. [FIX] Readonly fields not being stored.

    If the wizard turns a field to readony because the combination
    means it is unenterable now, then the value needs to be submitted
    when the client attempts to write the record.
    
    Since the Odoo client does not submit readonly values, then we
    need to ensure we get that value by keeping an "invisible" equivalent
    of the real value, which is never readonly.
    Richard deMeester committed May 7, 2017
    Configuration menu
    Copy the full SHA
    66bb444 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c79476b View commit details
    Browse the repository at this point in the history
  3. If stored value is custom when read, then invisible equivalent needs …

    …to be custom, too.
    Richard deMeester committed May 7, 2017
    Configuration menu
    Copy the full SHA
    6719c90 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2017

  1. Tests enhanced.

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    2b814d4 View commit details
    Browse the repository at this point in the history
  2. Pylint errors.

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    c0caae3 View commit details
    Browse the repository at this point in the history
  3. Typo fix on import

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    c20b4b1 View commit details
    Browse the repository at this point in the history
  4. Change code from test due to backport.

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    341662e View commit details
    Browse the repository at this point in the history
  5. Fix to visual indent for FLAKE8

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    77d1724 View commit details
    Browse the repository at this point in the history
  6. Flake8 complaining on unused imports

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    d44a857 View commit details
    Browse the repository at this point in the history
  7. Even more tests.

    Richard deMeester committed May 9, 2017
    Configuration menu
    Copy the full SHA
    f9f8670 View commit details
    Browse the repository at this point in the history