[MIG] connector_amazon_sp: partial 14.0

Need to investigate form for Amazon orders.  Installing it complains that `action_...` doesn't actually exist.  I started making pass through methods like `action_unlock` in sale_order.common, but then came to an action that would only exist in inherited views and not in this specific new form.
This commit is contained in:
Jared Kipe
2022-02-04 15:23:27 -08:00
parent bf7192f71a
commit 5944db313e
17 changed files with 58 additions and 113 deletions

3
.gitmodules vendored
View File

@@ -41,3 +41,6 @@
[submodule "external/hibou-oca/product-attribute"]
path = external/hibou-oca/product-attribute
url = https://github.com/hibou-io/oca-product-attribute.git
[submodule "external/python-amazon-sp-api"]
path = external/python-amazon-sp-api
url = https://github.com/hibou-io/python-amazon-sp-api.git