diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 17:14:58 +0700 |
| commit | 1ca3b3df3421961caec3b747a364071c80f5c7da (patch) | |
| tree | 6778a1f0f3f9b4c6e26d6d87ccde16e24da6c9d6 /ohrms_loan/views/hr_loan_seq.xml | |
| parent | b57188be371d36d96caac4b8d65a40745c0e972c (diff) | |
initial commit
Diffstat (limited to 'ohrms_loan/views/hr_loan_seq.xml')
| -rw-r--r-- | ohrms_loan/views/hr_loan_seq.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ohrms_loan/views/hr_loan_seq.xml b/ohrms_loan/views/hr_loan_seq.xml new file mode 100644 index 0000000..b4a33e3 --- /dev/null +++ b/ohrms_loan/views/hr_loan_seq.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" ?> +<odoo> + <data noupdate='1'> + <record id="ir_seq_hr_loan" model="ir.sequence"> + <field name="name">Loan Request</field> + <field name="code">hr.loan.seq</field> + <field name="prefix">LO/</field> + <field name="padding">4</field> + <field name="number_increment">1</field> + <field name="number_next_actual">1</field> + <field name="implementation">standard</field> + </record> + </data> +</odoo>
\ No newline at end of file |
