[NEW] event_generate_quotation_from_registration
This commit is contained in:
20
event_generate_quotation_from_registration/__manifest__.py
Normal file
20
event_generate_quotation_from_registration/__manifest__.py
Normal file
@@ -0,0 +1,20 @@
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
|
||||
{
|
||||
"name": "event_generate_quotation_from_registration",
|
||||
"version": "16.0.1.0.0",
|
||||
"license": "AGPL-3",
|
||||
"author": "Elabore",
|
||||
"website": "https://www.elabore.coop",
|
||||
"category": "",
|
||||
'summary': 'Generate quotation from event registration',
|
||||
'description': """
|
||||
Generate quotation from event registration :
|
||||
""",
|
||||
"depends": ["event_sale"],
|
||||
"data": [
|
||||
'security/ir.model.access.csv',
|
||||
'views/event_registration_views.xml',
|
||||
],
|
||||
"installable": True,
|
||||
}
|
Reference in New Issue
Block a user