Skip to content
Snippets Groups Projects

In the converter of Many2one relations, the model name must be a keyword

Open Etienne Ferriere requested to merge topic/16.0/TG-524-16.0 into branch/16.0
5 files
+ 25
12
Compare changes
  • Side-by-side
  • Inline
Files
5
  • argument, optional and not compulsory, as in Odoo 11. Moreover, when the
    Many2one is empty and a value has to be returned, the converter tries to return
    the class of the Many2one model. The converter must be able to automatically
    identify the model name from the Many2one definition, without requiring the
    model name to be given in arguments.
+ 1
1
@@ -2,7 +2,7 @@
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2014, 2018, 2022 XCG Consulting
# Copyright © 2014, 2018, 2022 XCG Consulting
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
Loading