odoo/design-themes#629
Created by Website, Benoit Socias (bso)
Blocked
- Merge method
- Review
-
CI
- ci/runbot: (runtime 2228s)
- Linked pull requests
- label
- odoo-dev:15.0-assets_ignore_active-bso
- head
- b2dd9b580249f7c3a6a05bc253fc4e1c7ab6eb43
odoo/odoo | odoo/enterprise | odoo/design-themes | |
---|---|---|---|
15.0 | #104836 missing statuses missing r+ | #35153 missing statuses missing r+ | #629 missing r+ |
16.0 | |||
17.0 | |||
18.0 | |||
saas-18.1 | |||
saas-18.2 | |||
saas-18.3 | |||
saas-18.4 | |||
master |
[FIX] theme_*: use new asset tag
theme_*: theme_anelusia, theme_artists, theme_avantgarde, theme_aviato,
theme_beauty, theme_bewise, theme_bistro, theme_bookstore,
theme_buzzy, theme_clean, theme_cobalt, theme_common, theme_enark,
theme_graphene, theme_kea, theme_kiddo, theme_loftspace,
theme_monglia, theme_nano, theme_notes, theme_odoo_experts,
theme_orchid, theme_paptic, theme_real_estate, theme_treehouse,
theme_vehicle, theme_yes, theme_zap
An asset tag is introduced as an alias for <record model="ir.asset">
and <record model="theme.ir.asset">
.
This commit converts those records in the design-theme repository.
See odoo/odoo#104836.