changes
This commit is contained in:
@@ -15,9 +15,10 @@ class ResConfigSettings(models.TransientModel):
|
||||
x_fc_owner_user_id = fields.Many2one(
|
||||
related='company_id.x_fc_owner_user_id', readonly=False,
|
||||
)
|
||||
x_fc_coc_signature_override = fields.Binary(
|
||||
related='company_id.x_fc_coc_signature_override', readonly=False,
|
||||
)
|
||||
# x_fc_coc_signature_override was retired 2026-05-17 — cert
|
||||
# signatures now come from the certifier user's Plating Signature
|
||||
# only. Field stays on res.company (no migration) but is no longer
|
||||
# exposed in settings.
|
||||
x_fc_nadcap_logo = fields.Binary(
|
||||
related='company_id.x_fc_nadcap_logo', readonly=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user