diff --git a/README.md b/README.md index 35a0a375..2c414fbb 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ addon | version | maintainers | summary [account_customer_wallet](account_customer_wallet/) | 16.0.1.0.1 | | Allow customers to pay using a wallet which is tracked by the company. [company_today](company_today/) | 16.0.1.0.0 | | Store today's date on the company model. [partner_contact_type_default](partner_contact_type_default/) | 16.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | Set 'contact' as default type when creating a partner as a contact of another partner. +[portal_customer_wallet](portal_customer_wallet/) | 16.0.1.0.0 | [![carmenbianca](https://github.com/carmenbianca.png?size=30px)](https://github.com/carmenbianca) | My Home displays expenditures using customer wallet [resource_work_time_from_contracts](resource_work_time_from_contracts/) | 16.0.1.0.0 | | Take the contracts of an employee into account when computing work time per day [//]: # (end addons) diff --git a/account_customer_wallet/README.rst b/account_customer_wallet/README.rst index 9075b46e..abae389a 100644 --- a/account_customer_wallet/README.rst +++ b/account_customer_wallet/README.rst @@ -7,7 +7,7 @@ Account Customer Wallet !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:0f9255d796d4f4aa7441b7b0351bf245ac3ab6ecc12f17eb5a3fd56aac0cfbb3 + !! source digest: sha256:b7bc4c73dc40a6013af0515a28f25abe38fba21bf357c12a98693a84750f4059 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -29,8 +29,8 @@ Allow customers to pay using a wallet which is tracked by the company. .. contents:: :local: -Usage -===== +Configuration +============= Setting this up requires a few careful steps: @@ -38,8 +38,9 @@ Setting this up requires a few careful steps: - Create an account (Customer Wallet) that is a liability. - Create a journal (Customer Wallet). Enable the 'Customer Wallet Journal' toggle, set the Bank Account to the previously created account, and in the - payment methods (both incoming and outgoing), set the Outstanding Receipts - accounts to the previously created account. + payment methods (both incoming and outgoing), set the Outstanding Receipts and + Outstanding Payments accounts to the previously created account. You may need + to toggle the visibility of these fields in the tables. - In the Invoicing settings, set the Customer Wallet Account to the previously created account. - (Optional) Create a product (Wallet Product), and enable the Wallet Product diff --git a/portal_customer_wallet/README.rst b/portal_customer_wallet/README.rst index 4c39c5a8..d1deea23 100644 --- a/portal_customer_wallet/README.rst +++ b/portal_customer_wallet/README.rst @@ -2,10 +2,13 @@ Portal Customer Wallet ====================== -.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +.. + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! + !! source digest: sha256:c02b5fd52d7e46dd81e7a779c506d099485a25beb86ce187dba06cfe819bb2f5 + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png :target: https://odoo-community.org/page/development-status @@ -14,10 +17,10 @@ Portal Customer Wallet :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-coopiteasy%2Faddons-lightgray.png?logo=github - :target: https://github.com/coopiteasy/addons/tree/12.0/portal_customer_wallet + :target: https://github.com/coopiteasy/addons/tree/16.0/portal_customer_wallet :alt: coopiteasy/addons -|badge1| |badge2| |badge3| +|badge1| |badge2| |badge3| My Home displays expenditures using customer wallet @@ -31,8 +34,8 @@ Bug Tracker Bugs are tracked on `GitHub Issues `_. In case of trouble, please check there if your issue has already been reported. -If you spotted it first, help us smashing it by providing a detailed and welcomed -`feedback `_. +If you spotted it first, help us to smash it by providing a detailed and welcomed +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -62,6 +65,6 @@ Current maintainer: |maintainer-carmenbianca| -This module is part of the `coopiteasy/addons `_ project on GitHub. +This module is part of the `coopiteasy/addons `_ project on GitHub. You are welcome to contribute.