一键导入
people
Manage employees, leave/time off, expenses, and recruitment. Use for HR, employees, medewerkers, verlof, expenses, onkosten, applicants, or onboarding.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Manage employees, leave/time off, expenses, and recruitment. Use for HR, employees, medewerkers, verlof, expenses, onkosten, applicants, or onboarding.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Remove signs of AI-generated writing from text. Use when drafting or editing user-facing copy in Odoo (emails, product descriptions, website pages, knowledge articles, chatter messages) so it reads natural and human-written. Based on Wikipedia's "Signs of AI writing" guide.
Post messages and notes in Odoo chatter, schedule activities, attach files, and manage followers via the external API. Use when the user wants to log a call, leave an internal note, send an email through Odoo, schedule a follow-up, or add an attachment to any record.
Build automated actions, server actions, scheduled jobs, and email triggers in Odoo. Use when the user wants "when X happens, do Y", or a scheduled/recurring task.
Work with vendors, RFQs, purchase orders, receiving goods, and paying vendor bills. Use when the user mentions buying, purchase, inkoop, vendors/suppliers, POs, bills, or procurement.
Deduplicate, enrich, and fix data quality — especially contacts, products, leads. Use for dedupe, merging duplicates, fixing formatting, enrichment, or data-quality audits.
Add custom fields, adjust views/forms, and customize models without writing a module (Studio-style changes). Use when the user wants to add a field, change a form layout, or customize a view.
| name | people |
| description | Manage employees, leave/time off, expenses, and recruitment. Use for HR, employees, medewerkers, verlof, expenses, onkosten, applicants, or onboarding. |
| triggers | ["people","hr","employee","medewerker","leave","verlof","timeoff","expense","onkosten","recruit","werving","applicant","sollicitant","onboarding"] |
| odoo_modules_any | ["hr","hr_holidays","hr_expense","hr_recruitment"] |
Employees, their time off, their expenses, and hiring new ones.
hr.employee — employee (can exist without a res.users login)hr.department — dept tree (via parent_id)hr.job — job positionhr.contract — employment contract (wage, dates, state)hr.leave — single leave requesthr.leave.allocation — yearly allowance per leave typehr.leave.type — leave category (vacation, sick, parental, ...)hr.expense — single expense linehr.expense.sheet — expense report (grouping)hr.applicant — recruitment candidate in a pipelinehr.employee, optional res.users, assign hr.contracthr.leave draft → confirm → approve → validatehr.expense → attach to hr.expense.sheet → manager approves → accounting postshr.applicant moves through pipeline stages → hired creates hr.employeehr.employee.parent_id (manager) treehr.employee without user_id exists (e.g. blue-collar workers) — don't assume login.private_* fields in reports.