[DEL] event_sale_configurator_optionnal

module not so useful and potentialy risked
This commit is contained in:
clementthomas
2024-05-30 12:16:39 +02:00
parent 756f907ac8
commit 70527dbb63
5 changed files with 0 additions and 37 deletions

View File

@@ -1 +0,0 @@
from . import models

View File

@@ -1,15 +0,0 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "event_sale_configurator_optionnal",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Elabore",
"website": "https://www.elabore.coop",
"category": "",
"depends": ["event_sale"],
"data": [
'wizard/event_configurator_views.xml',
],
"installable": True,
}

View File

@@ -1,2 +0,0 @@
from . import event_edit_registration
from . import event_configurator

View File

@@ -1,19 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="event_configurator_view_form_event_sale_configurator_optionnal" model="ir.ui.view">
<field name="name">event.configurator.view.form.event.sale.configurator.optionnal</field>
<field name="model">event.event.configurator</field>
<field name="inherit_id" ref="event_sale.event_configurator_view_form" />
<field name="arch" type="xml">
<field name="event_id" position="attributes">
<attribute name="required">0</attribute>
</field>
<field name="event_ticket_id" position="attributes">
<attribute name="required">0</attribute>
</field>
</field>
</record>
</odoo>