feature/share_module #13

Merged
pranay merged 2 commits from feature/share_module into srivyn_test 2026-07-09 20:48:38 +05:30
1 changed files with 3 additions and 1 deletions
Showing only changes of commit 0219b31b79 - Show all commits

View File

@ -20,8 +20,10 @@
'assets': {
'web.assets_backend': {
'web_portal_form_custom/static/src/css/candidate_card.css'
'web_portal_form_custom/static/src/css/web_page.css'
},
'web.assets_frontend': {
'web_portal_form_custom/static/src/css/web_page.css'
}
},
'post_init_hook': 'post_init_remove_duplicate_skills',
'installable': True,