Skip to content
Snippets Groups Projects
Commit 2f0509d0 authored by Benjamin - Le Filament's avatar Benjamin - Le Filament
Browse files

[update] partner module version rec name

parent ff7dbfbb
Branches 14.0
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ from odoo import fields, models
class PartnerModuleVersion(models.Model):
_name = "res.partner.module.version"
_description = "Modules par client"
_rec_name = "partner_id"
# ------------------------------------------------------
# Fields declaration
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment