mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
Merge pull request #51539 from frappe/version-14-hotfix
chore: release v14
This commit is contained in:
2
.github/helper/install.sh
vendored
2
.github/helper/install.sh
vendored
@@ -4,8 +4,6 @@ set -e
|
|||||||
|
|
||||||
cd ~ || exit
|
cd ~ || exit
|
||||||
|
|
||||||
export BENCH_DISABLE_UV=1
|
|
||||||
|
|
||||||
sudo apt update && sudo apt install redis-server libcups2-dev
|
sudo apt update && sudo apt install redis-server libcups2-dev
|
||||||
|
|
||||||
pip install frappe-bench
|
pip install frappe-bench
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ frappe.ui.form.on("Period Closing Voucher", {
|
|||||||
return {
|
return {
|
||||||
filters: [
|
filters: [
|
||||||
["Account", "company", "=", frm.doc.company],
|
["Account", "company", "=", frm.doc.company],
|
||||||
["Account", "is_group", "=", "0"],
|
["Account", "is_group", "=", 0],
|
||||||
["Account", "freeze_account", "=", "No"],
|
["Account", "freeze_account", "=", "No"],
|
||||||
["Account", "root_type", "in", "Liability, Equity"],
|
["Account", "root_type", "in", ["Liability", "Equity"]],
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -23,9 +23,6 @@ dependencies = [
|
|||||||
"python-youtube~=0.8.0",
|
"python-youtube~=0.8.0",
|
||||||
"taxjar~=1.9.2",
|
"taxjar~=1.9.2",
|
||||||
"tweepy~=3.10.0",
|
"tweepy~=3.10.0",
|
||||||
|
|
||||||
# Pin for compatibility, v2 has breaking changes
|
|
||||||
"urllib3>=1.26.4,<2",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
|||||||
Reference in New Issue
Block a user