Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

56 lignes
839 B

  1. accounts:
  2. - xhiveerp/accounts/*
  3. - xhiveerp/controllers/accounts_controller.py
  4. - xhiveerp/controllers/taxes_and_totals.py
  5. stock:
  6. - xhiveerp/stock/*
  7. - xhiveerp/controllers/stock_controller.py
  8. - xhiveerp/controllers/item_variant.py
  9. assets:
  10. - xhiveerp/assets/*
  11. regional:
  12. - xhiveerp/regional/*
  13. selling:
  14. - xhiveerp/selling/*
  15. - xhiveerp/controllers/selling_controller.py
  16. buying:
  17. - xhiveerp/buying/*
  18. - xhiveerp/controllers/buying_controller.py
  19. support:
  20. - xhiveerp/support/*
  21. POS:
  22. - pos*
  23. ecommerce:
  24. - xhiveerp/e_commerce/*
  25. maintenance:
  26. - xhiveerp/maintenance/*
  27. manufacturing:
  28. - xhiveerp/manufacturing/*
  29. crm:
  30. - xhiveerp/crm/*
  31. HR:
  32. - xhiveerp/hr/*
  33. payroll:
  34. - xhiveerp/payroll*
  35. projects:
  36. - xhiveerp/projects/*
  37. # Any python files modifed but no test files modified
  38. needs-tests:
  39. - any: ['xhiveerp/**/*.py']
  40. all: ['!xhiveerp/**/test*.py']