Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
5192 Lượt xem

Hi, I'm trying to create a new sign up form in my website; 

I modified the layout and added new fields, then I created a radio button to select the user type (if it is a private or a company user) and the script in JS in its path (custom_addon/static/src/js/...) but when I upgrade the module, it return this error: "External ID not found in the system: web.assets_backend".


I leave my code for further information:


every help is appreciated, thanks in advance!

Ảnh đại diện
Huỷ bỏ
i have followed but it is not working
Câu trả lời hay nhất

Hi,

In your manifest you have given 'Assets' as :

'assets': {
'web.assets_backend': [
'signup_form_addon/static/src/js/radio_check_form.js '
]
},

Instead try to give it as :

'assets': {
'web.assets_frontend': [
'signup_form_addon/static/src/js/radio_check_form.js '
]
},

Regards

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

If you are on version 14, remove the js in the manifest file. If you are on 15,16, remove the js in the template file as you already declare it in the manifest.

  1.         id="assets_backend" name="radio check form" inherit_id="web.assets_backend">
  2.             expr="." position="inside">
  3.                 >
  4.             >
  5.         >
Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 5 22
3471
1
thg 12 20
3755
1
thg 1 19
5312
2
thg 12 22
2597
1
thg 8 20
9028