This commit is contained in:
Mario
2024-08-04 01:30:06 +02:00
commit 04d1057a8a
17 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from odoo import models, fields
class ResPartner(models.Model):
_inherit = 'res.partner'
vps_server_ids = fields.One2many('vps.server', 'customer_id', string='VPS Servers')