56 lines
817 B
YAML
Raw Normal View History

2022-01-09 20:04:35 +05:30
accounts:
2022-01-13 17:19:59 +05:30
- erpnext/accounts/*
- erpnext/controllers/accounts_controller.py
- erpnext/controllers/taxes_and_totals.py
2022-01-09 20:04:35 +05:30
stock:
2022-01-13 17:19:59 +05:30
- erpnext/stock/*
- erpnext/controllers/stock_controller.py
- erpnext/controllers/item_variant.py
2022-01-09 20:04:35 +05:30
assets:
2022-01-13 17:19:59 +05:30
- erpnext/assets/*
2022-01-09 20:04:35 +05:30
regional:
2022-01-13 17:19:59 +05:30
- erpnext/regional/*
2022-01-09 20:04:35 +05:30
selling:
2022-01-13 17:19:59 +05:30
- erpnext/selling/*
- erpnext/controllers/selling_controller.py
2022-01-09 20:04:35 +05:30
buying:
2022-01-13 17:19:59 +05:30
- erpnext/buying/*
- erpnext/controllers/buying_controller.py
2022-01-09 20:04:35 +05:30
support:
2022-01-13 17:19:59 +05:30
- erpnext/support/*
2022-01-09 20:04:35 +05:30
POS:
2022-01-13 17:19:59 +05:30
- pos*
2022-01-09 20:04:35 +05:30
ecommerce:
2022-01-13 17:19:59 +05:30
- erpnext/e_commerce/*
2022-01-09 20:04:35 +05:30
maintenance:
2022-01-13 17:19:59 +05:30
- erpnext/maintenance/*
2022-01-09 20:04:35 +05:30
manufacturing:
2022-01-13 17:19:59 +05:30
- erpnext/manufacturing/*
2022-01-09 20:04:35 +05:30
crm:
2022-01-13 17:19:59 +05:30
- erpnext/crm/*
2022-01-09 20:04:35 +05:30
HR:
2022-01-13 17:19:59 +05:30
- erpnext/hr/*
2022-01-09 20:04:35 +05:30
payroll:
2022-01-13 17:19:59 +05:30
- erpnext/payroll*
2022-01-09 20:04:35 +05:30
projects:
2022-01-13 17:19:59 +05:30
- erpnext/projects/*
2022-01-09 20:04:35 +05:30
# Any python files modifed but no test files modified
needs-tests:
2022-01-09 20:18:42 +05:30
- any: ['erpnext/**/*.py']
all: ['!erpnext/**/test*.py']