Must
-
[SQL] update project status based on previous state
UPDATE project_work SET status = db_id FROM ir_model_data WHERE module = 'project' AND fs_id = 'work_open_status' AND state = 'opened'; UPDATE project_work SET status = db_id FROM ir_model_data WHERE module = 'project' and fs_id = 'work_done_status' AND state = 'done';
-
[SQL] before update, the foreign key of
shipment_party
of sale amendment must be recreatedALTER TABLE sale_amendment_line DROP CONSTRAINT sale_amendment_line_shipment_party_fkey;
-
[XML] Editable attribute of xml files is now of boolean type.
<tree editable="1">