Skip to content
Snippets Groups Projects
Commit abc5523a238f authored by Etienne Ferriere's avatar Etienne Ferriere
Browse files

Package module

parent 0a38f3facf2b
No related branches found
Tags 13.0.1.2.3.1
1 merge request!29Package module
Pipeline #79998 passed
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"
[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
......@@ -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",
......
[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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment