Merge PR #571 into 13.0

Signed-off-by pedrobaeza
This commit is contained in:
OCA-git-bot
2020-11-05 17:22:29 +00:00

View File

@@ -11,6 +11,7 @@ this can be applied directly to Odoo*/
odoo.define("contract.section_and_note_backend", function(require) {
"use strict";
require("account.section_and_note_backend");
var fieldRegistry = require("web.field_registry");
var section_and_note_one2many = fieldRegistry.get("section_and_note_one2many");