odoo-addon-account-move-payroll-import 16.0.1.0.0__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (28) hide show
  1. odoo/addons/account_move_payroll_import/CHANGELOG.md +14 -0
  2. odoo/addons/account_move_payroll_import/README.rst +117 -0
  3. odoo/addons/account_move_payroll_import/__init__.py +4 -0
  4. odoo/addons/account_move_payroll_import/__manifest__.py +39 -0
  5. odoo/addons/account_move_payroll_import/data/payroll_import_defaults.xml +108 -0
  6. odoo/addons/account_move_payroll_import/i18n/ca_ES.po +828 -0
  7. odoo/addons/account_move_payroll_import/i18n/es.po +829 -0
  8. odoo/addons/account_move_payroll_import/models/__init__.py +6 -0
  9. odoo/addons/account_move_payroll_import/models/account_move.py +167 -0
  10. odoo/addons/account_move_payroll_import/models/payroll_custom_concept.py +57 -0
  11. odoo/addons/account_move_payroll_import/models/payroll_import_mapping.py +28 -0
  12. odoo/addons/account_move_payroll_import/models/payroll_import_setup.py +497 -0
  13. odoo/addons/account_move_payroll_import/security/ir.model.access.csv +5 -0
  14. odoo/addons/account_move_payroll_import/static/src/css/styles.css +26 -0
  15. odoo/addons/account_move_payroll_import/static/src/js/payroll_import_button.js +32 -0
  16. odoo/addons/account_move_payroll_import/static/src/xml/payroll_import_templates.xml +24 -0
  17. odoo/addons/account_move_payroll_import/utils/__init__.py +0 -0
  18. odoo/addons/account_move_payroll_import/utils/file_utils.py +31 -0
  19. odoo/addons/account_move_payroll_import/utils/parse_utils.py +34 -0
  20. odoo/addons/account_move_payroll_import/views/assets_template.xml +13 -0
  21. odoo/addons/account_move_payroll_import/views/payroll_import_views.xml +229 -0
  22. odoo/addons/account_move_payroll_import/wizards/__init__.py +3 -0
  23. odoo/addons/account_move_payroll_import/wizards/payroll_import_wizard.py +320 -0
  24. odoo/addons/account_move_payroll_import/wizards/payroll_import_wizard.xml +44 -0
  25. odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/METADATA +131 -0
  26. odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/RECORD +28 -0
  27. odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/WHEEL +6 -0
  28. odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/top_level.txt +1 -0
@@ -0,0 +1,131 @@
1
+ Metadata-Version: 2.1
2
+ Name: odoo-addon-account-move-payroll-import
3
+ Version: 16.0.1.0.0
4
+ Summary: ODOO account move spanish payroll data import for social cooperatives.
5
+ Home-page: https://gitlab.com/somitcoop/erp-research/odoo-accounting
6
+ Author: Som It Cooperatiu SCCL, Som Connexió SCCL
7
+ License: AGPL-3
8
+ Classifier: Programming Language :: Python
9
+ Classifier: Framework :: Odoo
10
+ Classifier: Framework :: Odoo :: 16.0
11
+ Classifier: License :: OSI Approved :: GNU Affero General Public License v3
12
+ Requires-Python: >=3.10
13
+ Requires-Dist: odoo<16.1dev,>=16.0a
14
+
15
+ ##################################################
16
+ SomItCoop ODOO accounting spanish payroll import
17
+ ##################################################
18
+
19
+ ..
20
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
21
+ !! This file is generated by oca-gen-addon-readme !!
22
+ !! changes will be overwritten. !!
23
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
24
+ !! source digest: sha256:fa88a5911e9d75e4ccaee78931e61a91ccfe34e0de09254e0edd30ad0752f428
25
+ !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
26
+
27
+ .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
28
+ :alt: Beta
29
+ :target: https://odoo-community.org/page/development-status
30
+
31
+ .. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
32
+ :alt: License: AGPL-3
33
+ :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
34
+
35
+ |badge1| |badge2|
36
+
37
+ This module import payroll account moves from mapping. Multi Format;
38
+ XLS, XLSX, CSV.
39
+
40
+ It allows you to define a mapping of the file, indicate the column
41
+ number for each field, define the accounts to which to link movement
42
+ lines and add lines per employee.
43
+
44
+ **Table of contents**
45
+
46
+ .. contents::
47
+ :local:
48
+
49
+ ***************
50
+ Configuration
51
+ ***************
52
+
53
+ Employees -> Employee -> Tab Private Information -> Identification No
54
+ You need to enter the external ID of the consultancy employee. Employees
55
+ -> Employee -> Tab Private Information -> Private Address You need to
56
+ link the employee with the related partner.
57
+
58
+ Create an import setup configuration (or edit default) template
59
+
60
+ - Invoicing > Accounting > Journal Entries
61
+ - Click Import Payroll button
62
+ - Click on the Import Setup external link
63
+ - Create a new configuration or edit the default one
64
+ - Select a journal and fill the fields with the desired values
65
+
66
+ *******
67
+ Usage
68
+ *******
69
+
70
+ Create journal entry from A3 payroll data
71
+ =========================================
72
+
73
+ Invoicing -> Accounting -> Journal Entries -> Import Payroll Create
74
+ Mapping o use by default A3
75
+
76
+ ************************
77
+ Known issues / Roadmap
78
+ ************************
79
+
80
+ There are no issues for the moment.
81
+
82
+ *************
83
+ Bug Tracker
84
+ *************
85
+
86
+ Bugs are tracked on `GitLab Issues
87
+ <https://gitlab.com/somitcoop/erp-research/odoo-accounting/-/issues>`_.
88
+ In case of trouble, please check there if your issue has already been
89
+ reported. If you spotted it first, help us smashing it by providing a
90
+ detailed and welcomed feedback.
91
+
92
+ Do not contact contributors directly about support or help with
93
+ technical issues.
94
+
95
+ *********
96
+ Credits
97
+ *********
98
+
99
+ Authors
100
+ =======
101
+
102
+ - SomIT SCCL
103
+ - Som Connexio SCCL
104
+
105
+ Contributors
106
+ ============
107
+
108
+ - `SomIT SCCL <https://somit.coop>`_:
109
+
110
+ - Guillem Alborch <guillem.alborch@somit.coop>
111
+ - Juan Manuel Regalado Gómez <juanmanuel.regalado@somit.coop>
112
+
113
+ - `Som Connexio SCCL <https://somconnexio.coop>`_:
114
+
115
+ - Gerard Funosas <gerard.funosas@somconnexio.coop>
116
+
117
+ Maintainers
118
+ ===========
119
+
120
+ This module is maintained by the OCA.
121
+
122
+ .. image:: https://odoo-community.org/logo.png
123
+ :alt: Odoo Community Association
124
+ :target: https://odoo-community.org
125
+
126
+ OCA, or the Odoo Community Association, is a nonprofit organization
127
+ whose mission is to support the collaborative development of Odoo
128
+ features and promote its widespread use.
129
+
130
+ You are welcome to contribute. To learn how please visit
131
+ https://odoo-community.org/page/Contribute.
@@ -0,0 +1,28 @@
1
+ odoo/addons/account_move_payroll_import/CHANGELOG.md,sha256=COE0An9jnvIrV7eWgGSa6XzTGN8tACjr_LkFmjRbqos,608
2
+ odoo/addons/account_move_payroll_import/README.rst,sha256=fnLmb6E5pLv2d-kzAVwIs2O1QKyApMwCobkT9nUgXbo,3354
3
+ odoo/addons/account_move_payroll_import/__init__.py,sha256=xdfbExIUANT_2sXVtonxwfOse1Cqvz2AVNntyx_lINE,68
4
+ odoo/addons/account_move_payroll_import/__manifest__.py,sha256=6ABK7Sbxchr-Df-d49ElodKYxFx5eCXvp-OHfM9cMyA,1379
5
+ odoo/addons/account_move_payroll_import/data/payroll_import_defaults.xml,sha256=8fnC8Z2ov3ulvcwcaazG5i3DGBzaK5Q0JFhF4dRzn9s,4570
6
+ odoo/addons/account_move_payroll_import/i18n/ca_ES.po,sha256=8ucDStleOanDEsdBK1IFKGsbwWjrQ6_-YUCICN3TGaI,38186
7
+ odoo/addons/account_move_payroll_import/i18n/es.po,sha256=grQjubV3lz29tHlLtRyUjSF6NrmHyDRRUGo1V7poTpw,38369
8
+ odoo/addons/account_move_payroll_import/models/__init__.py,sha256=MvOdNmgSVk-29bpZZRt415YrRUGryuSE7gpIzoRqw5c,161
9
+ odoo/addons/account_move_payroll_import/models/account_move.py,sha256=8T-DNpKHc_e4r18NSx8Bh2xFQB4DlLI69ImxmghXJU8,6031
10
+ odoo/addons/account_move_payroll_import/models/payroll_custom_concept.py,sha256=xTSojF_wYgpIg-jFwCsZVlsllP7Cratmy7Mh6Gr20g4,1817
11
+ odoo/addons/account_move_payroll_import/models/payroll_import_mapping.py,sha256=ARiif1H0CMs17n-0SW563Jv9jA1ta3nhCtq9l4vVbHA,943
12
+ odoo/addons/account_move_payroll_import/models/payroll_import_setup.py,sha256=odQtiA_58mrQhDG54poEg15ME72bfMCGa4WPIwD5Lkg,16938
13
+ odoo/addons/account_move_payroll_import/security/ir.model.access.csv,sha256=YI4EAYd35NkiQvd1URS3Ex_zV3GVuI1-T-thl9mlCrU,536
14
+ odoo/addons/account_move_payroll_import/static/src/css/styles.css,sha256=JK4NBJ_TIy-sWYIGa5nRlZh-KH1OKr1eBzCYx7pJjyI,522
15
+ odoo/addons/account_move_payroll_import/static/src/js/payroll_import_button.js,sha256=cK9eHxA9jCSGr0HuZFV5Gvy8WWXe8iwNSDV4bYpJEFc,844
16
+ odoo/addons/account_move_payroll_import/static/src/xml/payroll_import_templates.xml,sha256=HKgIpLA1aN9JruR-W3yKb5MEFezCGurxJAG1sOhDlQ0,731
17
+ odoo/addons/account_move_payroll_import/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ odoo/addons/account_move_payroll_import/utils/file_utils.py,sha256=ngbyD5Z9kdJ4nSiuI2jxuuTUTuy9ZrLrXEVjrXVyJpI,566
19
+ odoo/addons/account_move_payroll_import/utils/parse_utils.py,sha256=G5Crc1A0NzMtD6zSZOl2PVrgMMOfTOZNR2y0Mh9u3FM,1020
20
+ odoo/addons/account_move_payroll_import/views/assets_template.xml,sha256=SMV2_61cbZG_IjIlsBEiYVLVAb4VmoBRYSsiljou1jU,544
21
+ odoo/addons/account_move_payroll_import/views/payroll_import_views.xml,sha256=r4PrdTU7MY_KZMJFIcOgms9IaCPv2sirJagnlVWUotI,10386
22
+ odoo/addons/account_move_payroll_import/wizards/__init__.py,sha256=ZJP90LnlsKPOz5hOqllzpC8O0__7WcIiH6FauPHav_w,60
23
+ odoo/addons/account_move_payroll_import/wizards/payroll_import_wizard.py,sha256=MO7ZpnjpEt2_o5LpYbJnDzEXvmzb065hwNlpsYNG_-g,11912
24
+ odoo/addons/account_move_payroll_import/wizards/payroll_import_wizard.xml,sha256=p7ewpc4WKDMdJ3a5DGYLtyX8bYDZWHqUrZ42XKzW868,1926
25
+ odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/METADATA,sha256=c0fowwohoRC-q-__tYBwpM2dUB1HZnniqWJOi8bFx6I,3905
26
+ odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/WHEEL,sha256=fS9sRbCBHs7VFcwJLnLXN1MZRR0_TVTxvXKzOnaSFs8,110
27
+ odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/top_level.txt,sha256=qBj40grFkGOfDZ2WDSw3y1RnDlgG0u8rP8pvGNdbz4w,5
28
+ odoo_addon_account_move_payroll_import-16.0.1.0.0.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: bdist_wheel (0.44.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py2-none-any
5
+ Tag: py3-none-any
6
+