diff --git a/apply_patches.sh b/apply_patches.sh index c4e460e..ab47359 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -73,9 +73,9 @@ pt_special () OPTIONS="-p1 --verbose" pushd $DEST - git apply $OPTIONS $SRC/patches/20210908_l10n-co-account-e-invoicing_fixes-dependencies.patch - git apply $OPTIONS $SRC/patches/20210908_l10n-co-base-location_ignore-country-state-city-data.patch + git apply $OPTIONS $SRC/patches/20220408_l10n-co-account-e-invoicing_fixes-dependencies.patch git apply $OPTIONS $SRC/patches/20211119_l10n-co-account-e-invoicing_fixes-off-by-one.patch + git apply $OPTIONS $SRC/patches/20210908_l10n-co-base-location_ignore-country-state-city-data.patch git apply $OPTIONS $SRC/patches/20210915_l10n-co-partner-person-type_fixes-depends.patch popd diff --git a/patches/20210908_l10n-co-account-e-invoicing_fixes-dependencies.patch b/patches/20220408_l10n-co-account-e-invoicing_fixes-dependencies.patch similarity index 82% rename from patches/20210908_l10n-co-account-e-invoicing_fixes-dependencies.patch rename to patches/20220408_l10n-co-account-e-invoicing_fixes-dependencies.patch index 50b54e9..5e8e474 100644 --- a/patches/20210908_l10n-co-account-e-invoicing_fixes-dependencies.patch +++ b/patches/20220408_l10n-co-account-e-invoicing_fixes-dependencies.patch @@ -1,13 +1,14 @@ diff --git a/l10n_co_account_e_invoicing/__manifest__.py b/l10n_co_account_e_invoicing/__manifest__.py -index 41934a0..77c4dbf 100644 +index e8566fa..8c11948 100644 --- a/l10n_co_account_e_invoicing/__manifest__.py +++ b/l10n_co_account_e_invoicing/__manifest__.py -@@ -26,7 +26,7 @@ +@@ -27,7 +27,8 @@ ], "external_dependencies": { "python": [ - "OpenSSL", + "pyopenssl", ++ "pg-xades", "xades", ], },