mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[12.0][MIG] account_cost_center
This commit is contained in:
@@ -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 <https://github.com/OCA/account-financial-tools/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 <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_cost_center%0Aversion:%2011.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
`feedback <https://github.com/OCA/account-financial-tools/issues/new?body=module:%20account_cost_center%0Aversion:%2012.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
|
||||
|
||||
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 <https://github.com/OCA/account-financial-tools/tree/11.0/account_cost_center>`_ project on GitHub.
|
||||
This module is part of the `OCA/account-financial-tools <https://github.com/OCA/account-financial-tools/tree/12.0/account_cost_center>`_ project on GitHub.
|
||||
|
||||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user