33< head >
44< meta http-equiv ="Content-Type " content ="text/html; charset=utf-8 " />
55< meta name ="generator " content ="Docutils: https://docutils.sourceforge.io/ " />
6- < title > Payroll Sheet Importer </ title >
6+ < title > README.rst </ title >
77< style type ="text/css ">
88
99/*
360360</ style >
361361</ head >
362362< body >
363- < div class ="document " id ="payroll-sheet-importer ">
364- < h1 class ="title "> Payroll Sheet Importer</ h1 >
363+ < div class ="document ">
365364
365+
366+ < a class ="reference external image-reference " href ="https://odoo-community.org/get-involved?utm_source=readme ">
367+ < img alt ="Odoo Community Association " src ="https://odoo-community.org/readme-banner-image " />
368+ </ a >
369+ < div class ="section " id ="payroll-sheet-importer ">
370+ < h1 > Payroll Sheet Importer</ h1 >
366371<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372!! This file is generated by oca-gen-addon-readme !!
368373!! changes will be overwritten. !!
369374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370- !! source digest: sha256:bba9f4dfc33f9ec7e5cf4b2018fb1fd1593cfc09fd576df74797b22f1962345d
375+ !! source digest: sha256:f15c716a81077ebfaa97f03f6d64fec1e216f92a84f33eaa64d444f9d25fef72
371376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/account-financial-tools/tree/17.0/account_payroll_sheet_import "> < img alt ="OCA/account-financial-tools " src ="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_payroll_sheet_import "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
377+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/account-financial-tools/tree/17.0/account_payroll_sheet_import "> < img alt ="OCA/account-financial-tools " src ="https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/account-financial-tools-17-0/account-financial-tools-17-0-account_payroll_sheet_import "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/account-financial-tools&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373378< p > This module allows importing payroll data from Excel (.xlsx) files into
374379accounting journal entries in Odoo. It streamlines integration between
375380external HR/payroll systems and Odoo’s accounting module.</ p >
376381< div class ="section " id ="main-features ">
377- < h1 > Main Features:</ h1 >
382+ < h2 > Main Features:</ h2 >
378383< ul class ="simple ">
379384< li > Map Excel columns to specific accounting accounts.</ li >
380385< li > Detect and report missing employees based on VAT/ID/Passport numbers.</ li >
@@ -391,11 +396,11 @@ <h1>Main Features:</h1>
391396</ ul >
392397</ div >
393398< div class ="section " id ="usage ">
394- < h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h2 >
399+ < h3 > < a class ="toc-backref " href ="#toc-entry-1 "> Usage</ a > </ h3 >
395400</ div >
396401</ div >
397402< div class ="section " id ="excel-file-requirements ">
398- < h1 > Excel File Requirements</ h1 >
403+ < h2 > Excel File Requirements</ h2 >
399404< ul class ="simple ">
400405< li > File must be in < tt class ="docutils literal "> .xlsx</ tt > format.</ li >
401406< li > Must contain a column with employee identifiers (e.g.,
@@ -432,7 +437,7 @@ <h1>Excel File Requirements</h1>
432437</ table >
433438</ div >
434439< div class ="section " id ="employee-requirements ">
435- < h1 > Employee Requirements</ h1 >
440+ < h2 > Employee Requirements</ h2 >
436441< p > In order to correctly match payroll entries with existing employees (and
437442their linked partners), each employee must have a unique identifier set
438443in one of the following fields:</ p >
@@ -446,7 +451,7 @@ <h1>Employee Requirements</h1>
446451update the identifiers accordingly.</ p >
447452</ div >
448453< div class ="section " id ="creating-a-column-mapping ">
449- < h1 > Creating a Column Mapping</ h1 >
454+ < h2 > Creating a Column Mapping</ h2 >
450455< ol class ="arabic simple ">
451456< li > Navigate to < strong > Accounting > Configuration > Payroll Mapping</ strong > .</ li >
452457< li > Create a new mapping and configure:< ul >
@@ -461,7 +466,7 @@ <h1>Creating a Column Mapping</h1>
461466</ ol >
462467</ div >
463468< div class ="section " id ="import ">
464- < h1 > Import</ h1 >
469+ < h2 > Import</ h2 >
465470< ol class ="arabic simple ">
466471< li > Go to < strong > Accounting > Accounting > Payroll Import</ strong > .</ li >
467472< li > Upload an Excel file containing payroll data.</ li >
@@ -473,33 +478,33 @@ <h1>Import</h1>
473478identifiers.</ li >
474479</ ol >
475480< div class ="section " id ="known-issues-roadmap ">
476- < h2 > Known issues / Roadmap</ h2 >
481+ < h3 > Known issues / Roadmap</ h3 >
477482</ div >
478483</ div >
479484< div class ="section " id ="planned-features ">
480- < h1 > Planned Features</ h1 >
485+ < h2 > Planned Features</ h2 >
481486< ul class ="simple ">
482487< li > Possibility to import summarized payroll.</ li >
483488< li > Compatiblity with other sheet file types.</ li >
484489</ ul >
485490< div class ="section " id ="bug-tracker ">
486- < h2 > Bug Tracker</ h2 >
491+ < h3 > Bug Tracker</ h3 >
487492< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/account-financial-tools/issues "> GitHub Issues</ a > .
488493In case of trouble, please check there if your issue has already been reported.
489494If you spotted it first, help us to smash it by providing a detailed and welcomed
490495< a class ="reference external " href ="https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_payroll_sheet_import%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
491496< p > Do not contact contributors directly about support or help with technical issues.</ p >
492497</ div >
493498< div class ="section " id ="credits ">
494- < h2 > Credits</ h2 >
499+ < h3 > Credits</ h3 >
495500< div class ="section " id ="authors ">
496- < h3 > Authors</ h3 >
501+ < h4 > Authors</ h4 >
497502< ul class ="simple ">
498503< li > APSL-Nagarro</ li >
499504</ ul >
500505</ div >
501506< div class ="section " id ="contributors ">
502- < h3 > Contributors</ h3 >
507+ < h4 > Contributors</ h4 >
503508< ul class ="simple ">
504509< li > < a class ="reference external " href ="https://apsl.tech "> APSL-Nagarro</ a > :< ul >
505510< li > Bernat Obrador << a class ="reference external " href ="mailto:bobrador@apsl.net "> bobrador@apsl.net</ a > ></ li >
@@ -508,7 +513,7 @@ <h3>Contributors</h3>
508513</ ul >
509514</ div >
510515< div class ="section " id ="maintainers ">
511- < h3 > Maintainers</ h3 >
516+ < h4 > Maintainers</ h4 >
512517< p > This module is maintained by the OCA.</ p >
513518< a class ="reference external image-reference " href ="https://odoo-community.org ">
514519< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
@@ -524,5 +529,6 @@ <h3>Maintainers</h3>
524529</ div >
525530</ div >
526531</ div >
532+ </ div >
527533</ body >
528534</ html >
0 commit comments