Skip to content

Commit

Permalink
[10.0] analytic_tag_dimension: fix/improve README (OCA#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexis de Lattre authored and Jaume Planas committed Apr 29, 2019
1 parent 4c8a4b6 commit f970757
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions analytic_tag_dimension/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ Analytic Tag Dimension
This module allows to group Analytic Tags on Dimensions.

Dimensions are created as custom field, then you can group by Dimensions on:

* Account/Adviser/Journal Items
* Account/Reports/Business Intelligence/Analytic Entries

When you set Tags on Analytic Entries each custom fields for dimensions are updated with its Tag.
When you set Tags on Analytic Entries, each custom field for dimensions is updated with its Tag.

One Tag is only allowed on one Dimension, and you can not set more than one Tag from same Dimensions on Analytic Entry.

Expand All @@ -21,18 +22,19 @@ Configuration
=============

To configure this module, you need to:

* go to /Accounting/Configuration/Analytic Accounting/Analytic Accounts Dimensions to create new Analytic Dimensions.
* You can create new Analytic Tags on this form, or go to /Accounting/Configuration/Analytic Accounting/Analytic Accounts Tags and set Dimension for each Tag.


Known issues / Roadmap
======================

* Analytic Entries with Tags created before install this module are not updated with its Dimensions.
* Analytic Entries with Tags created before installing this module are not updated with its Dimensions.
* Set color on Analytic Dimensions, and get it on Analytic Tags.
* Change implementation to create stored computed fields, instead of rewrite create and write functions.
* On function that create fields, get al models that inherit from AbstractModel
* Set dimansion on invoice report
* On the function that create fields, get all the models that inherit from AbstractModel
* Set dimension on invoice report
* Improve fields_view_get to create filters on search view

Usage
Expand All @@ -46,7 +48,7 @@ Bug Tracker
===========

Bugs are tracked on `GitHub Issues
<https://github.com/OCA/account_analytic/issues>`_. In case of trouble, please
<https://github.com/OCA/account-analytic/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.

Expand Down

0 comments on commit f970757

Please sign in to comment.