prakashjain
prakashjain
Hi Yenthe, I have same requirements in version 9 custom module tree view auto reload particular interval. Your code is working fine, but it reloads both form and tree view,...
Yes, same thing want to achieve. but the above code not working. Please see the below sample code. Bootstrap Hijri Date Picker Checkout form Below is an example form built...
Sorry for the late reply. `$("#hijri-date-input").data('HijriDatePicker').destroy()` Yes the above code working to destroy, but after destroy using below code to display Hijr Date picker ` initHijrDatePicker();` But now showing. I...
> catalog.py, checkout.py, customer.py, and directory.py are inside the magento directory so edit each of these files like so... > > Change: `from magento.api import API` > To: `from .api...
> working on auditlog Is the Odoo 17 auditlog migration completed or when can we expect it?
> > > working on auditlog > > > > > > Is the Odoo 17 auditlog migration completed or when can we expect it? > > @prakashjain See #2755,...
I recently came across the "website_sale_checkout_skip_payment" module available for Odoo 16 in the OCA e-commerce repository (link: https://github.com/OCA/e-commerce/tree/16.0/website_sale_checkout_skip_payment). I was wondering if there are any plans to update this module...