remove modules in v12

This commit is contained in:
clementthomas
2023-09-11 17:39:11 +02:00
parent 9325c02b53
commit e03fe31c86
44 changed files with 0 additions and 4370 deletions

View File

@@ -1,14 +0,0 @@
# Copyright 2022 Elabore (https://elabore.coop)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import models, fields
class PartnerProfile(models.Model):
_name = "partner.profile"
_description = "Partner profile to differentiate the attached partner entries"
name = fields.Char(string="Name", required=True, translate=True, readonly=False)
ref = fields.Char(string="Ref", required=True, translate=False, readonly=False)
# TODO: block unlink method.