[NEW] partner_skills

This commit is contained in:
clementthomas
2024-10-28 10:34:52 +01:00
parent 5b9172ef19
commit d3257c857b
9 changed files with 342 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
import logging
from odoo import fields, models
class ResPartner(models.Model):
_inherit = 'res.partner'
skill_ids = fields.Many2many('res.partner.skill', string='Skills')