mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-25 15:12:05 +02:00
10 lines
357 B
XML
10 lines
357 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
<data noupdate="1">
|
|
<!-- Update the event type if exists -->
|
|
<function model="event.type" name="write">
|
|
<value eval="[ref('event.event_type_data_ticket', False)]"/>
|
|
<value eval="{'name': 'Sell Online', 'website_menu': True}"/>
|
|
</function>
|
|
</data>
|
|
</odoo>
|