[FIX] Adds patch to include hr_avancys as dependency for person_type
This commit is contained in:
parent
b88b50a3b7
commit
7930220425
@ -60,6 +60,9 @@ pt_special ()
|
||||
pushd $DEST
|
||||
git apply $OPTIONS patches/20210908_l10n-co-account-e-invoicing_installs-in-production.patch
|
||||
popd
|
||||
|
||||
OPTIONS="--directory=$DEST --strip=1"
|
||||
patch $OPTIONS < 20210915_l10n-co-partner-person-type_fixes-depends.patch
|
||||
}
|
||||
|
||||
pt_community ()
|
||||
|
||||
@ -0,0 +1,15 @@
|
||||
diff -rupN l10n_co_partner_person_type.orig/__manifest__.py l10n_co_partner_person_type.patch/__manifest__.py
|
||||
--- l10n_co_partner_person_type.orig/__manifest__.py 2021-09-08 10:06:18.888995295 -0500
|
||||
+++ l10n_co_partner_person_type.patch/__manifest__.py 2021-09-15 14:18:03.354806031 -0500
|
||||
@@ -11,7 +11,10 @@
|
||||
"website": "https://github.com/JoanMarin",
|
||||
"author": "Joan Marín Github@JoanMarin",
|
||||
"category": "Localization",
|
||||
- "depends": ["account_avancys"],
|
||||
+ "depends": [
|
||||
+ "account_avancys",
|
||||
+ "hr_avancys",
|
||||
+ ],
|
||||
"data": [
|
||||
"views/res_partner_views.xml",
|
||||
#"views/account_fiscal_position_views.xml",
|
||||
Loading…
Reference in New Issue
Block a user