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
Commits
abc5523a238f
Commit
abc5523a238f
authored
1 year ago
by
Etienne Ferriere
Browse files
Options
Downloads
Patches
Plain Diff
Package module
parent
0a38f3facf2b
No related branches found
Branches containing commit
Tags
13.0.1.2.3.1
Tags containing commit
1 merge request
!29
Package module
Pipeline
#79998
passed
1 year ago
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+8
-0
8 additions, 0 deletions
.gitlab-ci.yml
.hgconf
+0
-29
0 additions, 29 deletions
.hgconf
__manifest__.py
+0
-4
0 additions, 4 deletions
__manifest__.py
pyproject.toml
+68
-1
68 additions, 1 deletion
pyproject.toml
with
76 additions
and
34 deletions
.gitlab-ci.yml
+
8
−
0
View file @
abc5523a
include
:
-
project
:
xcg/ci-templates
file
:
/odoo/13.0/gitlab-ci.yaml
variables
:
CI_TEMPLATE_NO_INSTALL_MODULE
:
"
"
# Pylint does not like that the module is installed in a different path than odoo other addons
pylint
:
variables
:
CI_TEMPLATE_NO_INSTALL_MODULE
:
"
no"
This diff is collapsed.
Click to expand it.
.hgconf
deleted
100644 → 0
+
0
−
29
View file @
0a38f3fa
[account_payment_split]
pulluri = https://orus.io/xcg/odoo-modules/account_payment_split
layout = ../account_payment_split
track = 13.0.1.0.0
[account_period]
pulluri = https://orus.io/xcg/odoo-modules/account_period
layout = ../account_period
track = 13.0.1.0.0
[account_analytic_structure]
pulluri = https://orus.io/xcg/odoo-modules/account_analytic_structure
layout = ../account_analytic_structure
track = 13.0.1.0.0
[account_export]
pulluri = https://orus.io/xcg/odoo-modules/account_export
layout = ../account_export
track = 13.0.1.0.0
[analytic_structure]
pulluri = https://orus.io/xcg/odoo-modules/analytic_structure
layout = ../analytic_structure
track = 13.0.1.0.0
[partner_codes]
pulluri = https://orus.io/xcg/odoo-modules/partner_codes
layout = ../partner_codes
track = 13.0.1.0.0
This diff is collapsed.
Click to expand it.
__manifest__.py
+
0
−
4
View file @
abc5523a
...
...
@@ -26,10 +26,6 @@
"
author
"
:
"
XCG Consulting
"
,
"
website
"
:
"
https://orbeet.io/
"
,
"
depends
"
:
[
"
base
"
,
"
account
"
,
"
account_payment_split
"
,
"
account_period
"
,
"
account_analytic_structure
"
,
"
account_export
"
,
"
partner_codes
"
,
...
...
This diff is collapsed.
Click to expand it.
pyproject.toml
+
68
−
1
View file @
abc5523a
[project]
name
=
"odoo-addon-account-report"
dynamic
=
[
"version"
]
readme
=
"README.rst"
requires-python
=
"~
=
3.8
"
license
=
{
file
=
"LICENSE"
,
name
=
"GNU Affero General Public License v3"
}
keywords
=
[
"odoo"
]
authors
=
[
{
name
=
"XCG Consulting"
}
]
classifiers
=
[
"Programming Language :: Python"
,
"Programming Language :: Python :: 3"
,
"Programming Language :: Python :: 3.8"
,
"Framework :: Odoo"
,
"Framework :: Odoo :: 13.0"
,
"License :: OSI Approved :: GNU Affero General Public License v3"
]
dependencies
=
[
"odoo
=
=
13.0
.*
",
"odoo-addon-account_analytic_structure >=13.0.1.0.1,<13.0.2"
,
"odoo-addon-account_export >=13.0.1.0.1,<13.0.2"
,
"odoo-addon-partner_codes >=13.0.1.0.0,<13.0.2"
,
]
[project.optional-dependencies]
doc
=
[
"sphinx"
,
"sphinx-odoo-autodoc"
,
"odoo-scripts"
]
test
=
[]
[project.urls]
repository
=
"https://orus.io/xcg/odoo-modules/account_report"
changelog
=
"https://orus.io/xcg/odoo-modules/account_report/-/blob/branch/13.0/NEWS.rst"
[build-system]
requires
=
[
"hatchling >=1.19"
,
"hatch-vcs"
]
build-backend
=
"hatchling.build"
[tool.hatch.build]
exclude
=
[
"/doc/"
,
"/.editorconfig"
,
"/.eslintrc.yml"
,
"/.flake8"
,
"/.gitlab-ci.yml"
,
"/.hgignore"
,
"/.hgtags"
,
"/.prettierrc.yml"
,
"/.yamllint.yaml"
]
[tool.hatch.build.targets.wheel]
include
=
[
"*.csv"
,
"/i18n/"
,
"/static/"
,
"README.rst"
,
"*.xml"
,
"*.py"
,
"*.svg"
,
"*.png"
]
[tool.hatch.build.targets.wheel.sources]
""
=
"odoo/addons/account_report"
[tool.hatch.version]
source
=
"vcs"
[tool.black]
line-length
=
79
...
...
@@ -1,6 +67,7 @@
[tool.black]
line-length
=
79
target
=
3.8
target-version
=
[
"py38"
]
required-version
=
"19.3b0"
[tool.isort]
py_version
=
38
...
...
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