Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
Accounting Reports
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
Package Registry
Model registry
Operate
Terraform modules
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
Accounting Reports
Merge requests
!32
Enable mass validation of monthly statements.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Enable mass validation of monthly statements.
topic/11.0/TG-5326
into
branch/11.0
Overview
0
Commits
1
Pipelines
7
Changes
6
Merged
Etienne Ferriere
requested to merge
topic/11.0/TG-5326
into
branch/11.0
6 months ago
Overview
0
Commits
1
Pipelines
7
Changes
1
Expand
--HG-- branch : 11.0
0
0
Merge request reports
Compare
version 2
version 6
d57b33e7
6 months ago
version 5
c1974a52
6 months ago
version 4
c16ace45
6 months ago
version 3
55574f89
6 months ago
version 2
28671122
6 months ago
version 1
2ee24fb0
6 months ago
branch/11.0 (base)
and
version 3
latest version
3ba3d0ad
1 commit,
6 months ago
version 6
d57b33e7
1 commit,
6 months ago
version 5
c1974a52
1 commit,
6 months ago
version 4
c16ace45
1 commit,
6 months ago
version 3
55574f89
1 commit,
6 months ago
version 2
28671122
1 commit,
6 months ago
version 1
2ee24fb0
1 commit,
6 months ago
Show latest version
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
tests/test_account_report.py
+
3
−
0
Options
@@ -279,6 +279,9 @@
batches
.
refresh
()
self
.
assertTrue
(
all
(
batches
.
mapped
(
lambda
r
:
r
.
state
==
"
done
"
)))
with
self
.
assertRaises
(
odoo
.
exceptions
.
UserError
):
server_action
.
with_context
(
active_ids
=
batch_ids
).
run
()
def
_launchMonthlyStatement
(
self
):
"""
Create montly statements.
"""
Loading