Skip to content

Commit 03caf3e

Browse files
committed
[FIX] event_booth: mark data as non updatable
Start with 'demo' data is important for good onboarding. But once we use the module in production, we don't want to reset price with default one on each upgrade. closes odoo#94133 Signed-off-by: Thibault Delavallee (tde) <[email protected]>
1 parent d969724 commit 03caf3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/event_booth/data/event_booth_category_data.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
2-
<odoo><data>
2+
<odoo><data noupdate="1">
33

44
<record id="event_booth_category_standard" model="event.booth.category">
55
<field name="name">Standard Booth</field>

0 commit comments

Comments
 (0)