[IMP] event_generate_quotation_from_registration: add link to registration in generated sale order and invoice

diplay this link in tree and form views
This commit is contained in:
clementthomas
2024-12-23 17:30:29 +01:00
parent 85cb66c6d9
commit ddefa78b49
8 changed files with 98 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
from odoo import _, api, Command, fields, models
class AccountMove(models.Model):
_inherit = "account.move"
event_registration_id = fields.Many2one('event.registration', string="Stagiaire")