Skip to content

Commit 73faa5e

Browse files
committed
[MIG] account_analytic_distribution_with_account: Migration to 18.0
1 parent ca3363c commit 73faa5e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

account_analytic_distribution_with_account/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ Usage
3535

3636
To use this module, you need to:
3737

38-
1. Go to Account module.
39-
2. Go to Configuration -> Analytic Distribution Models.
38+
1. Make sure your user has the "Analytic Accounting" permission group
39+
2. Go to Invoicing -> Configuration -> Analytic Distribution Models.
4040
3. Edit or create a new one.
4141
4. Add Accounts to the selected Analytic Distribution Model.
4242

account_analytic_distribution_with_account/__manifest__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{
55
"name": "Account Analytic Distribution With Account",
66
"summary": "Adds Account To Account Analytic Distribution Model",
7-
"version": "16.0.1.0.0",
7+
"version": "18.0.1.0.0",
88
"category": "Account",
99
"website": "https://github.com/sygel-technology/sy-account-analytic",
1010
"author": "Sygel, Odoo Community Association (OCA)",
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
To use this module, you need to:
22

3-
1. Go to Account module.
4-
2. Go to Configuration -\> Analytic Distribution Models.
3+
1. Make sure your user has the "Analytic Accounting" permission group
4+
2. Go to Invoicing -\> Configuration -\> Analytic Distribution Models.
55
3. Edit or create a new one.
66
4. Add Accounts to the selected Analytic Distribution Model.

account_analytic_distribution_with_account/static/description/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,8 @@ <h1 class="title">Account Analytic Distribution With Account</h1>
389389
<h1><a class="toc-backref" href="#toc-entry-1">Usage</a></h1>
390390
<p>To use this module, you need to:</p>
391391
<ol class="arabic simple">
392-
<li>Go to Account module.</li>
393-
<li>Go to Configuration -&gt; Analytic Distribution Models.</li>
392+
<li>Make sure your user has the “Analytic Accounting” permission group</li>
393+
<li>Go to Invoicing -&gt; Configuration -&gt; Analytic Distribution Models.</li>
394394
<li>Edit or create a new one.</li>
395395
<li>Add Accounts to the selected Analytic Distribution Model.</li>
396396
</ol>

0 commit comments

Comments
 (0)