mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 08:47:40 +00:00
Revert feat: remove unmaintened modules (#443)
This commit is contained in:
@@ -5,7 +5,6 @@ from odoo.exceptions import ValidationError
|
||||
|
||||
|
||||
class ResPartner(models.Model):
|
||||
|
||||
_inherit = "res.partner"
|
||||
|
||||
name = fields.Char()
|
||||
|
||||
@@ -4,7 +4,6 @@ from odoo import fields, models
|
||||
|
||||
|
||||
class ResUsers(models.Model):
|
||||
|
||||
_inherit = "res.users"
|
||||
|
||||
partner_url_file = fields.FileURL(related="partner_id.url_file")
|
||||
|
||||
Reference in New Issue
Block a user