Skip to content

Commit

Permalink
[16.0][MIG] shopinvader_delivery_pickup_colissimo_widget
Browse files Browse the repository at this point in the history
  • Loading branch information
chafique-delli committed Jun 6, 2024
1 parent e961c84 commit cf822fa
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 14 deletions.
2 changes: 2 additions & 0 deletions shopinvader_api_delivery_pickup_colissimo_widget/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
from . import routers
from . import controllers
Original file line number Diff line number Diff line change
@@ -1,22 +1,21 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Akretion (http://www.akretion.com)
# Sébastien BEAU <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).

{
"name": "Shopinvader Dropoff site Public Edition",
"summary": "Shopinvader Dropoff site Public Edition",
"version": "10.0.0.0.0",
"name": "Shopinvader Pickup Colissimo",
"summary": "Shopinvader Pickup Colissimo",
"version": "16.0.1.0.0",
"category": "e-commerce",
"website": "https://akretion.com",
"author": "Akretion",
"website": "https://github.com/shopinvader/odoo-shopinvader-carrier",
"author": "Akretion, Shopinvader",
"license": "AGPL-3",
"application": False,
"installable": True,
"external_dependencies": {"python": [], "bin": []},
"depends": [
"shopinvader_delivery_pickup_public_edition",
"delivery_roulier_laposte",
"shopinvader_api_delivery_pickup_public_edition",
"delivery_roulier_laposte_fr",
],
"data": [],
"demo": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* Sebastien BEAU <[email protected]>
* Chafique DELLI <[email protected]>
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# -*- coding: utf-8 -*-
# Copyright 2019 Akretion (http://www.akretion.com).
# @author Sébastien BEAU <[email protected]>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
Expand All @@ -8,7 +7,7 @@
import requests
from odoo import _
from odoo.addons.component.core import Component
from odoo.addons.delivery_roulier_laposte.models.keychain import (
from odoo.addons.delivery_roulier_laposte_fr.models.keychain import (
LAPOSTE_KEYCHAIN_NAMESPACE,
)
from odoo.exceptions import Warning as UserError
Expand Down
4 changes: 0 additions & 4 deletions shopinvader_delivery_pickup_colissimo_widget/__init__.py

This file was deleted.

0 comments on commit cf822fa

Please sign in to comment.