|
| 1 | +================ |
| 2 | +Payroll Rule Tag |
| 3 | +================ |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:5ee9008067f86ba06d52efcdc02644a97437611ee4feaf74fcadaf545845b2db |
| 11 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 12 | +
|
| 13 | +.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png |
| 14 | + :target: https://odoo-community.org/page/development-status |
| 15 | + :alt: Beta |
| 16 | +.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png |
| 17 | + :target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
| 18 | + :alt: License: LGPL-3 |
| 19 | +.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fpayroll-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/payroll/tree/18.0/payroll_rule_tag |
| 21 | + :alt: OCA/payroll |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/payroll-18-0/payroll-18-0-payroll_rule_tag |
| 24 | + :alt: Translate me on Weblate |
| 25 | +.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png |
| 26 | + :target: https://runboat.odoo-community.org/builds?repo=OCA/payroll&target_branch=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +Assign tags to Salary Rules. |
| 32 | + |
| 33 | +These tags can be used to compute totals, and can work as a more flexble |
| 34 | +alternative to salary rule Categories. |
| 35 | + |
| 36 | +**Table of contents** |
| 37 | + |
| 38 | +.. contents:: |
| 39 | + :local: |
| 40 | + |
| 41 | +Configuration |
| 42 | +============= |
| 43 | + |
| 44 | +Salary rule Tags can be defined from the Payroll / Configuration menu, |
| 45 | +and are assigned to Salary Rules using the "Tags" field in the |
| 46 | +Computation form area. |
| 47 | + |
| 48 | +Usage |
| 49 | +===== |
| 50 | + |
| 51 | +On Salary Rules form, one or more tags can be selected and assigne to |
| 52 | +the rule, on the "Tags" field. |
| 53 | + |
| 54 | +In salary rules with Python code, totals for a tag can be accessed using |
| 55 | +the ``tags`` browseable collection with the uppercase tag name. |
| 56 | + |
| 57 | +Example: |
| 58 | + |
| 59 | +:: |
| 60 | + |
| 61 | + result = tags.TAXABLE |
| 62 | + |
| 63 | +Bug Tracker |
| 64 | +=========== |
| 65 | + |
| 66 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/payroll/issues>`_. |
| 67 | +In case of trouble, please check there if your issue has already been reported. |
| 68 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 69 | +`feedback <https://github.com/OCA/payroll/issues/new?body=module:%20payroll_rule_tag%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 70 | + |
| 71 | +Do not contact contributors directly about support or help with technical issues. |
| 72 | + |
| 73 | +Credits |
| 74 | +======= |
| 75 | + |
| 76 | +Authors |
| 77 | +------- |
| 78 | + |
| 79 | +* Daniel Reis |
| 80 | + |
| 81 | +Contributors |
| 82 | +------------ |
| 83 | + |
| 84 | +- Daniel Reis <<dreis@opensourceintegrators.com>> |
| 85 | + |
| 86 | +Maintainers |
| 87 | +----------- |
| 88 | + |
| 89 | +This module is maintained by the OCA. |
| 90 | + |
| 91 | +.. image:: https://odoo-community.org/logo.png |
| 92 | + :alt: Odoo Community Association |
| 93 | + :target: https://odoo-community.org |
| 94 | + |
| 95 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 96 | +mission is to support the collaborative development of Odoo features and |
| 97 | +promote its widespread use. |
| 98 | + |
| 99 | +.. |maintainer-dreispt| image:: https://github.com/dreispt.png?size=40px |
| 100 | + :target: https://github.com/dreispt |
| 101 | + :alt: dreispt |
| 102 | + |
| 103 | +Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: |
| 104 | + |
| 105 | +|maintainer-dreispt| |
| 106 | + |
| 107 | +This module is part of the `OCA/payroll <https://github.com/OCA/payroll/tree/18.0/payroll_rule_tag>`_ project on GitHub. |
| 108 | + |
| 109 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments