Skip to content

Commit 393d970

Browse files
committed
website_crm_partner_assign: move code from website
1 parent 67edad4 commit 393d970

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

addons/website_crm_partner_assign/__manifest__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@
4848
'installable': True,
4949
'assets': {
5050
'web.assets_frontend': [
51-
'website_crm_partner_assign/static/src/**/*',
51+
'website_crm_partner_assign/static/src/interactions/**/*',
52+
],
53+
'html_builder.assets': [
54+
'website_crm_partner_assign/static/src/website_builder/**/*',
5255
],
5356
'web.assets_tests': [
5457
'website_crm_partner_assign/static/tests/tours/*',

0 commit comments

Comments
 (0)