-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][MIG] shopinvader_delivery_pickup_colissimo_widget
- Loading branch information
1 parent
e961c84
commit cf822fa
Showing
12 changed files
with
11 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
from . import routers | ||
from . import controllers |
15 changes: 7 additions & 8 deletions
15
...y_pickup_colissimo_widget/__manifest__.py → ...y_pickup_colissimo_widget/__manifest__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [], | ||
|
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions
1
..._colissimo_widget/readme/CONTRIBUTORS.rst → ..._colissimo_widget/readme/CONTRIBUTORS.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
* Sebastien BEAU <[email protected]> | ||
* Chafique DELLI <[email protected]> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). | ||
|
@@ -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 | ||
|
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.