Hey i am trying to create records from portal and it works but after sometime it stops working and in the browser console i see missing dependencies error . I think it has something ti do with asset right now i am using this
<template id="adjustment_portal_assets_frontend"
inherit_id="website.assets_frontend" name="Attendance Adjustment Assets">
<xpath expr="." position="inside">
<script type="text/javascript"
src="/sg_attendance_adjustment_portal/static/src/js/attendance_adjustment.js"></script>
</xpath>
</template>
What do you guys suggest? create method would need aseet_backend or common or frontend is fine?
Thanks in advance