[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

@@ -15,6 +15,8 @@
"data": [
'security/ir.model.access.csv',
'views/event_registration_views.xml',
'views/sale_order_views.xml',
'views/account_move_views.xml',
],
"installable": True,
}