mirror of
https://github.com/bringout/oca-payroll.git
synced 2026-04-20 07:22:08 +02:00
Initial commit: OCA Payroll packages (5 packages)
This commit is contained in:
commit
d19274f581
407 changed files with 214057 additions and 0 deletions
16
odoo-bringout-oca-payroll-payroll_account/doc/MODELS.md
Normal file
16
odoo-bringout-oca-payroll-payroll_account/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in payroll_account.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class hr_contract
|
||||
class hr_payslip
|
||||
class hr_payslip_line
|
||||
class hr_payslip_run
|
||||
class hr_salary_rule
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
Loading…
Add table
Add a link
Reference in a new issue