From d279ccf50f1f9810dba5bc2c77b8501fe2c43c15 Mon Sep 17 00:00:00 2001 From: Andrea Date: Tue, 28 May 2019 14:39:24 +0200 Subject: [PATCH] [12.0][MIG] account_cost_center --- account_cost_center/README.rst | 16 ++++++++-------- account_cost_center/__manifest__.py | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/account_cost_center/README.rst b/account_cost_center/README.rst index 4fa560db6..e87e8db9d 100644 --- a/account_cost_center/README.rst +++ b/account_cost_center/README.rst @@ -14,13 +14,13 @@ Costcenter :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Faccount--financial--tools-lightgray.png?logo=github - :target: https://github.com/OCA/account-financial-tools/tree/11.0/account_cost_center + :target: https://github.com/OCA/account-financial-tools/tree/12.0/account_cost_center :alt: OCA/account-financial-tools .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/account-financial-tools-11-0/account-financial-tools-11-0-account_cost_center + :target: https://translation.odoo-community.org/projects/account-financial-tools-12-0/account-financial-tools-12-0-account_cost_center :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png - :target: https://runbot.odoo-community.org/runbot/92/11.0 + :target: https://runbot.odoo-community.org/runbot/92/12.0 :alt: Try me on Runbot |badge1| |badge2| |badge3| |badge4| |badge5| @@ -44,14 +44,14 @@ Use the menu in the accounting module: **Configuration > Analytics accounting > Cost centers** -.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/11.0/account_cost_center/static/description/account_costcenter_1.png +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/12.0/account_cost_center/static/description/account_costcenter_1.png :alt: Cost centers can be configured :align: center Once defined you can add a cost center to an invoice line. A default cost center for the current invoice can be set in the other info tab. -.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/11.0/account_cost_center/static/description/account_costcenter_2.png +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/12.0/account_cost_center/static/description/account_costcenter_2.png :alt: Cost centers can be selected on invoice lines :align: center @@ -61,7 +61,7 @@ This module adds the cost center concept to the reporting. Here you can select or unselect the cost center within your analysis. -.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/11.0/account_cost_center/static/description/account_costcenter_3.png +.. figure:: https://raw.githubusercontent.com/OCA/account-financial-tools/12.0/account_cost_center/static/description/account_costcenter_3.png :alt: Cost centers can be selected on invoice lines :align: center @@ -71,7 +71,7 @@ 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 `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -104,6 +104,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -This module is part of the `OCA/account-financial-tools `_ project on GitHub. +This module is part of the `OCA/account-financial-tools `_ project on GitHub. You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. diff --git a/account_cost_center/__manifest__.py b/account_cost_center/__manifest__.py index ec7b842ce..05c745530 100644 --- a/account_cost_center/__manifest__.py +++ b/account_cost_center/__manifest__.py @@ -8,7 +8,7 @@ 'license': 'AGPL-3', 'website': 'https://github.com/OCA/account-financial-tools/', 'category': 'Accounting', - 'version': '11.0.1.0.0', + 'version': '12.0.1.0.0', 'depends': [ 'account', 'base_view_inheritance_extension'