hexya-erp / hexya

Hexya business application development framework
http://hexya.io
Apache License 2.0
411 stars 124 forks source link

Call DefaultGet implementation when getting default values for create #96

Closed npiganeau closed 4 years ago

npiganeau commented 4 years ago

Implemented MergeWith for ModelData

codecov[bot] commented 4 years ago

Codecov Report

Merging #96 into master will decrease coverage by <.01%. The diff coverage is 92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #96      +/-   ##
==========================================
- Coverage   87.62%   87.61%   -0.01%     
==========================================
  Files          63       63              
  Lines        7208     7221      +13     
==========================================
+ Hits         6316     6327      +11     
- Misses        641      642       +1     
- Partials      251      252       +1
Impacted Files Coverage Δ
src/models/base_model.go 94.51% <100%> (-0.03%) :arrow_down:
src/models/recordcollection.go 92.72% <100%> (+0.04%) :arrow_up:
src/tests/testing.go 59.21% <100%> (ø) :arrow_up:
src/models/types.go 95.29% <81.81%> (-2.01%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update b9465fb...93163c4. Read the comment docs.