|
| 1 | +=============================== |
| 2 | +Accounting with Operating Units |
| 3 | +=============================== |
| 4 | + |
| 5 | +.. |
| 6 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 7 | + !! This file is generated by oca-gen-addon-readme !! |
| 8 | + !! changes will be overwritten. !! |
| 9 | + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| 10 | + !! source digest: sha256:5b020f80517fa70ab746f98800e561a235087ec12b512802748fe3d88283d223 |
| 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%2Foperating--unit-lightgray.png?logo=github |
| 20 | + :target: https://github.com/OCA/operating-unit/tree/18.0/account_operating_unit |
| 21 | + :alt: OCA/operating-unit |
| 22 | +.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png |
| 23 | + :target: https://translation.odoo-community.org/projects/operating-unit-18-0/operating-unit-18-0-account_operating_unit |
| 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/operating-unit&target_branch=18.0 |
| 27 | + :alt: Try me on Runboat |
| 28 | + |
| 29 | +|badge1| |badge2| |badge3| |badge4| |badge5| |
| 30 | + |
| 31 | +This module allows a company to manage the accounting based on Operating |
| 32 | +Units (OU's). |
| 33 | + |
| 34 | +- The financial reports (Trial Balance, P&L, Balance Sheet), allow to |
| 35 | + report the balances of one or more OU's. |
| 36 | +- If a company wishes to report Balance Sheet and P&L accounts based on |
| 37 | + OU's, they should indicate at company level that the OU's are |
| 38 | + self-balanced, and the corresponding Inter-Operating Unit clearing |
| 39 | + account. The Chart of Accounts will always be balanced, for each |
| 40 | + Operating Unit. |
| 41 | +- A company considering Operating Unit as applicable to report only |
| 42 | + profits and losses will not need to set the OU's as self-balanced. |
| 43 | +- The self-balancing of Operating Unit is ensured at the time of posting |
| 44 | + a journal entry. In case that the journal involves posting of items in |
| 45 | + separate Operating Units, new journal items will be created, using the |
| 46 | + Inter-Operating Unit clearing account, to ensure that each OU is going |
| 47 | + to be self-balanced for that journal entry. |
| 48 | +- Adds the Operating Unit to the invoice. A user can choose what OU to |
| 49 | + create the invoice for. |
| 50 | +- Adds the Operating Unit to payments and payment methods. The operating |
| 51 | + unit of a payment will be that of the payment method chosen. |
| 52 | +- Implements security rules at OU level to invoices, payments and |
| 53 | + journal items. |
| 54 | +- Adds the Operating Unit to the cash basis journal entries. |
| 55 | + |
| 56 | +**Table of contents** |
| 57 | + |
| 58 | +.. contents:: |
| 59 | + :local: |
| 60 | + |
| 61 | +Configuration |
| 62 | +============= |
| 63 | + |
| 64 | +If your company is required to generate a balanced balance sheet by |
| 65 | +Operating Unit you can specify at company level that Operating Units |
| 66 | +should be self-balanced, and then indicate a self-balancing clearing |
| 67 | +account. |
| 68 | + |
| 69 | +1. Create an account "Inter-OU Clearing". It is a balance sheet account. |
| 70 | +2. Go to *Settings / Companies / Configuration* and Set the "Operating |
| 71 | + Units are self-balanced" checkbox. Then set the "Inter-OU Clearing" |
| 72 | + account in "Inter-Operating Unit clearing account" field. |
| 73 | +3. Go to *Accounting / Configuration / Accounting / Journals* and |
| 74 | + define, for each Payment Method, the Operating Unit that will be used |
| 75 | + in payments. |
| 76 | + |
| 77 | +Usage |
| 78 | +===== |
| 79 | + |
| 80 | +- Add the Operating Unit to invoices. |
| 81 | +- Report invoices by Operating Unit in *Accounting / Reporting* |
| 82 | + *Business Intelligence / Invoices* |
| 83 | +- Add the Default Operating Unit to account move. Then all move lines |
| 84 | + will by default adopt this Operating Unit. |
| 85 | +- Add Operating Units to the move lines. If they differ across lines of |
| 86 | + the same move, and the OU's are self-balanced, then additional move |
| 87 | + lines will be created so as to make the move self-balanced from OU |
| 88 | + perspective. |
| 89 | +- In the menu *Accounting / Reporting / PDF Reports*, you can indicate |
| 90 | + the Operating Units to report on, for the *Trial Balance*, *Balance |
| 91 | + Sheet*, *Profit and Loss*, and *Financial Reports*. |
| 92 | + |
| 93 | +Known issues / Roadmap |
| 94 | +====================== |
| 95 | + |
| 96 | +- The *General Ledger*, *Aged Partner Balance* reports do not support |
| 97 | + the filter by Operating Unit. Basically due to lack of proper hooks in |
| 98 | + the standard methods used by these reports, to introduce the ability |
| 99 | + to filter by Operating Unit. |
| 100 | +- Trial Balance, P&L and Balance Sheet were removed from Odoo Community. |
| 101 | + Once OCA Financial Reports are migrated to 13 we can add the Operating |
| 102 | + Unit to those reports. |
| 103 | + |
| 104 | +Bug Tracker |
| 105 | +=========== |
| 106 | + |
| 107 | +Bugs are tracked on `GitHub Issues <https://github.com/OCA/operating-unit/issues>`_. |
| 108 | +In case of trouble, please check there if your issue has already been reported. |
| 109 | +If you spotted it first, help us to smash it by providing a detailed and welcomed |
| 110 | +`feedback <https://github.com/OCA/operating-unit/issues/new?body=module:%20account_operating_unit%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_. |
| 111 | + |
| 112 | +Do not contact contributors directly about support or help with technical issues. |
| 113 | + |
| 114 | +Credits |
| 115 | +======= |
| 116 | + |
| 117 | +Authors |
| 118 | +------- |
| 119 | + |
| 120 | +* ForgeFlow |
| 121 | +* Serpent Consulting Services Pvt. Ltd. |
| 122 | +* WilldooIT Pty Ltd |
| 123 | + |
| 124 | +Contributors |
| 125 | +------------ |
| 126 | + |
| 127 | + |
| 128 | +- Jordi Ballester Alomar < [email protected]> |
| 129 | +- Aarón Henríquez < [email protected]> |
| 130 | +- Serpent Consulting Services Pvt. Ltd. < [email protected]> |
| 131 | +- WilldooIT Pty Ltd < [email protected]> |
| 132 | +- Michael Villamar < [email protected]> |
| 133 | +- Jarsa Sistemas < [email protected]> |
| 134 | + |
| 135 | + |
| 136 | +- Pimolnat Suntian < [email protected]> |
| 137 | +- Hieu, Vo Minh Bao < [email protected]> |
| 138 | +- `Heliconia Solutions Pvt. Ltd. <https://www.heliconia.io>`__ |
| 139 | + |
| 140 | + - Bhavesh Heliconia |
| 141 | + |
| 142 | +Maintainers |
| 143 | +----------- |
| 144 | + |
| 145 | +This module is maintained by the OCA. |
| 146 | + |
| 147 | +.. image:: https://odoo-community.org/logo.png |
| 148 | + :alt: Odoo Community Association |
| 149 | + :target: https://odoo-community.org |
| 150 | + |
| 151 | +OCA, or the Odoo Community Association, is a nonprofit organization whose |
| 152 | +mission is to support the collaborative development of Odoo features and |
| 153 | +promote its widespread use. |
| 154 | + |
| 155 | +This module is part of the `OCA/operating-unit <https://github.com/OCA/operating-unit/tree/18.0/account_operating_unit>`_ project on GitHub. |
| 156 | + |
| 157 | +You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
0 commit comments