mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
Merge pull request #34906 from frappe/version-13-hotfix
chore: release v13
This commit is contained in:
29
CODEOWNERS
29
CODEOWNERS
@@ -3,14 +3,13 @@
|
|||||||
# These owners will be the default owners for everything in
|
# These owners will be the default owners for everything in
|
||||||
# the repo. Unless a later match takes precedence,
|
# the repo. Unless a later match takes precedence,
|
||||||
|
|
||||||
erpnext/accounts/ @nextchamp-saqib @deepeshgarg007 @ruthra-kumar
|
erpnext/accounts/ @deepeshgarg007 @ruthra-kumar
|
||||||
erpnext/assets/ @anandbaburajan @deepeshgarg007
|
erpnext/assets/ @anandbaburajan @deepeshgarg007
|
||||||
erpnext/erpnext_integrations/ @nextchamp-saqib
|
erpnext/loan_management/ @deepeshgarg007
|
||||||
erpnext/loan_management/ @nextchamp-saqib @deepeshgarg007
|
erpnext/regional @deepeshgarg007 @ruthra-kumar
|
||||||
erpnext/regional @nextchamp-saqib @deepeshgarg007 @ruthra-kumar
|
erpnext/selling @deepeshgarg007 @ruthra-kumar
|
||||||
erpnext/selling @nextchamp-saqib @deepeshgarg007 @ruthra-kumar
|
erpnext/support/ @deepeshgarg007
|
||||||
erpnext/support/ @nextchamp-saqib @deepeshgarg007
|
pos*
|
||||||
pos* @nextchamp-saqib
|
|
||||||
|
|
||||||
erpnext/buying/ @rohitwaghchaure @s-aga-r
|
erpnext/buying/ @rohitwaghchaure @s-aga-r
|
||||||
erpnext/maintenance/ @rohitwaghchaure @s-aga-r
|
erpnext/maintenance/ @rohitwaghchaure @s-aga-r
|
||||||
@@ -18,16 +17,10 @@ erpnext/manufacturing/ @rohitwaghchaure @s-aga-r
|
|||||||
erpnext/quality_management/ @rohitwaghchaure @s-aga-r
|
erpnext/quality_management/ @rohitwaghchaure @s-aga-r
|
||||||
erpnext/stock/ @rohitwaghchaure @s-aga-r
|
erpnext/stock/ @rohitwaghchaure @s-aga-r
|
||||||
|
|
||||||
|
erpnext/controllers @deepeshgarg007 @rohitwaghchaure
|
||||||
|
erpnext/patches/ @deepeshgarg007 @rohitwaghchaure
|
||||||
|
requirements.txt @ankush
|
||||||
|
|
||||||
erpnext/healthcare/ @chillaranand
|
.github/ @deepeshgarg007
|
||||||
erpnext/hr/ @ruchamahabal
|
pyproject.toml @ankush
|
||||||
erpnext/non_profit/ @ruchamahabal
|
|
||||||
erpnext/payroll @ruchamahabal
|
|
||||||
erpnext/projects/ @ruchamahabal
|
|
||||||
|
|
||||||
erpnext/controllers @deepeshgarg007 @nextchamp-saqib @rohitwaghchaure @marination
|
|
||||||
erpnext/patches/ @deepeshgarg007 @nextchamp-saqib @rohitwaghchaure
|
|
||||||
erpnext/public/ @nextchamp-saqib @marination
|
|
||||||
|
|
||||||
.github/ @ankush
|
|
||||||
requirements.txt @gavindsouza @ankush
|
|
||||||
|
|||||||
@@ -156,7 +156,7 @@ def add_standard_navbar_items():
|
|||||||
{
|
{
|
||||||
"item_label": "User Forum",
|
"item_label": "User Forum",
|
||||||
"item_type": "Route",
|
"item_type": "Route",
|
||||||
"route": "https://discuss.erpnext.com",
|
"route": "https://discuss.frappe.io",
|
||||||
"is_standard": 1,
|
"is_standard": 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -411,10 +411,10 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"label": "Company",
|
"label": "Company",
|
||||||
"options": "Company",
|
"options": "Company",
|
||||||
"read_only": 1,
|
|
||||||
"remember_last_selected_value": 1,
|
"remember_last_selected_value": 1,
|
||||||
"reqd": 1,
|
"reqd": 1,
|
||||||
"search_index": 1
|
"search_index": 1,
|
||||||
|
"set_only_once": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "status",
|
"fieldname": "status",
|
||||||
@@ -434,7 +434,7 @@
|
|||||||
"icon": "fa fa-barcode",
|
"icon": "fa fa-barcode",
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-01-08 14:31:15.375996",
|
"modified": "2023-04-14 15:58:46.139887",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Serial No",
|
"name": "Serial No",
|
||||||
@@ -461,7 +461,6 @@
|
|||||||
"read": 1,
|
"read": 1,
|
||||||
"report": 1,
|
"report": 1,
|
||||||
"role": "Stock Manager",
|
"role": "Stock Manager",
|
||||||
"set_user_permissions": 1,
|
|
||||||
"write": 1
|
"write": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user