Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Account Analytic Structure
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
XCG
Odoo modules
Account Analytic Structure
Commits
105416b94908
Commit
105416b94908
authored
1 year ago
by
moctar.diallo@xcg.africa
Browse files
Options
Downloads
Patches
Plain Diff
Fix broken view of account
parent
5acc5dcdcd63
No related branches found
No related tags found
1 merge request
!13
Fix broken view of account
Pipeline
#65147
passed
1 year ago
Stage: build
Stage: test
Stage: doc
Stage: deploy
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS.rst
+5
-0
5 additions, 0 deletions
NEWS.rst
__manifest__.py
+1
-1
1 addition, 1 deletion
__manifest__.py
views/account_account.xml
+1
-1
1 addition, 1 deletion
views/account_account.xml
with
7 additions
and
2 deletions
NEWS.rst
+
5
−
0
View file @
105416b9
...
...
@@ -2,6 +2,11 @@
NEWS
====
16.0.1.0.3
----------
* Fix broken view of account
16.0.1.0.2
----------
...
...
This diff is collapsed.
Click to expand it.
__manifest__.py
+
1
−
1
View file @
105416b9
...
...
@@ -21,7 +21,7 @@
{
"
name
"
:
"
Account Analytic Structure
"
,
"
license
"
:
"
AGPL-3
"
,
"
version
"
:
"
16.0.1.0.
2
"
,
"
version
"
:
"
16.0.1.0.
3
"
,
"
author
"
:
"
XCG Consulting
"
,
"
category
"
:
"
Accounting
"
,
"
summary
"
:
"
Defines analytic structures for accounting models.
"
,
...
...
This diff is collapsed.
Click to expand it.
views/account_account.xml
+
1
−
1
View file @
105416b9
...
...
@@ -16,7 +16,7 @@
<field
name=
"model"
>
account.account
</field>
<field
name=
"inherit_id"
ref=
"account.view_account_form"
/>
<field
name=
"arch"
type=
"xml"
>
<xpath
expr=
"//field[@name='
deprecated
']"
position=
"after"
>
<xpath
expr=
"//field[@name='
allowed_journal_ids
']"
position=
"after"
>
<separator
string=
"Static Analytic"
colspan=
"2"
/>
<field
name=
"analytic_dimensions"
/>
<separator
string=
"Dynamic Analytic"
colspan=
"2"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment