From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- om_hr_payroll/static/description/banner.png | Bin 0 -> 434098 bytes om_hr_payroll/static/description/icon.png | Bin 0 -> 9024 bytes om_hr_payroll/static/description/icon.svg | 24 ++++++++ om_hr_payroll/static/description/index.html | 61 +++++++++++++++++++++ .../static/description/odoo14_payslip.png | Bin 0 -> 74574 bytes om_hr_payroll/static/description/odoo_mates.png | Bin 0 -> 7810 bytes .../static/img/hr_employee_payroll-image.jpg | Bin 0 -> 9971 bytes 7 files changed, 85 insertions(+) create mode 100644 om_hr_payroll/static/description/banner.png create mode 100644 om_hr_payroll/static/description/icon.png create mode 100644 om_hr_payroll/static/description/icon.svg create mode 100644 om_hr_payroll/static/description/index.html create mode 100644 om_hr_payroll/static/description/odoo14_payslip.png create mode 100644 om_hr_payroll/static/description/odoo_mates.png create mode 100644 om_hr_payroll/static/img/hr_employee_payroll-image.jpg (limited to 'om_hr_payroll/static') diff --git a/om_hr_payroll/static/description/banner.png b/om_hr_payroll/static/description/banner.png new file mode 100644 index 0000000..90006fd Binary files /dev/null and b/om_hr_payroll/static/description/banner.png differ diff --git a/om_hr_payroll/static/description/icon.png b/om_hr_payroll/static/description/icon.png new file mode 100644 index 0000000..41d2e56 Binary files /dev/null and b/om_hr_payroll/static/description/icon.png differ diff --git a/om_hr_payroll/static/description/icon.svg b/om_hr_payroll/static/description/icon.svg new file mode 100644 index 0000000..f8e0e96 --- /dev/null +++ b/om_hr_payroll/static/description/icon.svg @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/om_hr_payroll/static/description/index.html b/om_hr_payroll/static/description/index.html new file mode 100644 index 0000000..4b88492 --- /dev/null +++ b/om_hr_payroll/static/description/index.html @@ -0,0 +1,61 @@ +
+
+

Odoo 14 Payroll For Community Edition

+
+
+ + +
+ +
+ + +
+
+
+

Payslip Generation

+
+ +
+
+
+
+ +
+
+
+
+
+ +
+

If you need any help or support, just contact us:


+

Email: odoomates@gmail.com

+
+ +
+
+
+
+
diff --git a/om_hr_payroll/static/description/odoo14_payslip.png b/om_hr_payroll/static/description/odoo14_payslip.png new file mode 100644 index 0000000..d00a91a Binary files /dev/null and b/om_hr_payroll/static/description/odoo14_payslip.png differ diff --git a/om_hr_payroll/static/description/odoo_mates.png b/om_hr_payroll/static/description/odoo_mates.png new file mode 100644 index 0000000..8408fa3 Binary files /dev/null and b/om_hr_payroll/static/description/odoo_mates.png differ diff --git a/om_hr_payroll/static/img/hr_employee_payroll-image.jpg b/om_hr_payroll/static/img/hr_employee_payroll-image.jpg new file mode 100644 index 0000000..c7781ae Binary files /dev/null and b/om_hr_payroll/static/img/hr_employee_payroll-image.jpg differ -- cgit v1.2.3