Closed Menestrels closed 3 years ago
Hey @Menestrels, thank you for your Pull Request.
It looks like some users haven't signed our Contributor License Agreement, yet. You can read and sign our full Contributor License Agreement here: http://odoo-community.org/page/cla Here is a list of the users:
Appreciation of efforts, OCA CLAbot
Did you test how the module works in the UI? Apparently related
fields in Odoo 12 are by default read-only so the payment_reference_type
field in res.config
cannot be changed. Also please check the codecov
checks.
You might not have noticed, but the payment reference field was introduced in Odoo 12: https://github.com/odoo/odoo/commit/b5bb5bd421ad5c643f72602f6a0f97a4a0eb8711
Having said that, this module should be adapted to use the existing fields instead of duplicating them.
Migration from 11.0 to 12.0