OCA / e-commerce

Odoo E-Commerce server automation addons
GNU Affero General Public License v3.0
170 stars 493 forks source link

[17.0][MIG] website_sale_checkout_skip_payment #962

Open alexeirivera87 opened 3 months ago

pedrobaeza commented 3 months ago

939 already migrates this module, but both have red CI

alexeirivera87 commented 2 months ago

Hello @pedrobaeza @sergio-teruel

I fixed most of the tests, but still one raises when running pre-commit:

Parsing error: 'import' and 'export' may appear only with 'sourceType: module'

It is related to this line:

import {registry} from "@web/core/registry";

Can you help me to fix it?

regards

alexeirivera87 commented 1 month ago

Hello @chienandalu

Any news?

regards

pilarvargas-tecnativa commented 4 weeks ago

@alexeirivera87 To avoid the pre-commit error you must change the .js file extension to .esm.js.

alexeirivera87 commented 6 days ago

Thanks a lot @pilarvargas-tecnativa

regards

alexeirivera87 commented 6 days ago

Let me know @chienandalu

regards