Skip to content
Snippets Groups Projects
Unverified Commit cda0b9c9 authored by Odoo's Mergebot's avatar Odoo's Mergebot Committed by GitHub
Browse files

[FW][MERGE][FIX] survey, website_slides: split computed editable fields


Purpose
=======
Some computed stored editable fields are computed in the same method.

In that case, when one of the value is provided in a create / write call,
the computed method is not called and other fields computed in the same
method do not have the right value.

Task 2377119
COM odoo/odoo/pull/65772
ENT odoo/enterprise/pull/16221

closes odoo/odoo#67345

Forward-port-of: odoo/odoo#67017
Forward-port-of: odoo/odoo#65772
Related: odoo/enterprise#16894
Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parents 048612f2 6f552e10
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment