while i try to use moment in odoo module it through some error like this :
The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:
moment
The following modules could not be loaded because they have unmet dependencies, this is a secondary error which is likely caused by one of the above problems:
@my_dashboard/components/sales_dashboard.js
i get error while use this line
moment().subtract(10, 'days').calendar();