Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate project_scrum to 16.0 #38

Draft
wants to merge 1 commit into
base: 16.0
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ globals:
odoo: readonly
openerp: readonly
owl: readonly
luxon: readonly

# Styling is handled by Prettier, so we only need to enable AST rules;
# see https://github.com/OCA/maintainer-quality-tools/pull/618#issuecomment-558576890
Expand Down
42 changes: 42 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
language: python
cache:
directories:
- $HOME/.cache/pip
- $HOME/.cache/pre-commit

python:
- "3.6"

addons:
postgresql: "9.6"
apt:
packages:
- expect-dev # provides unbuffer utility

stages:
- test

jobs:
include:
- stage: test
env:
- TESTS=1 ODOO_REPO="odoo/odoo" MAKEPOT="1"
- stage: test
env:
- TESTS=1 ODOO_REPO="OCA/OCB"
env:
global:
- VERSION="14.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
- MQT_DEP=PIP

install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git
${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

script:
- travis_run_tests

after_success:
- travis_after_tests_success
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ TODO: add repo description.

[//]: # (addons)

This part will be replaced when running the oca-gen-addons-table script from OCA/maintainer-tools.
Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
[project_scrum](project_scrum/) | 14.0.1.0.0 | | Use Scrum Method to manage your project

[//]: # (end addons)

Expand Down
1 change: 1 addition & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# See https://github.com/OCA/odoo-community.org/blob/master/website/Contribution/CONTRIBUTING.rst#oca_dependencies-txt
92 changes: 92 additions & 0 deletions project_scrum/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
=============
Project Scrum
=============

..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:380ac12228d1d35006f84c014e0b2df04a21e69806d960608db3c4d4ec142bef
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
:alt: Beta
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fproject--agile-lightgray.png?logo=github
:target: https://github.com/OCA/project-agile/tree/14.0/project_scrum
:alt: OCA/project-agile
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/project-agile-14-0/project-agile-14-0-project_scrum
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/project-agile&target_branch=14.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

Organize your tasks with the Scrum and Sprint methodology.

*Create Sprints to manage your task deadlines*
*Manage multiple sprint durations with the possibility of creating different Scrum Teams*

**Table of contents**

.. contents::
:local:

Usage
=====

This module implements all concepts defined by the scrum project management
methodology for IT companies:

- Project with sprints, product owner, scrum master
- Sprints with reviews, daily meetings, feedbacks
- Product backlog
- Sprint backlog

The scrum projects and tasks inherit from the real projects and tasks,
so you can continue working on normal tasks that will also include tasks from
scrum projects.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/project-agile/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/project-agile/issues/new?body=module:%20project_scrum%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Credits
=======

Contributors
~~~~~~~~~~~~

* Mohamed Habib Challouf <[email protected]>
* Samir Guesmi <[email protected]>
* George Daramouskas <[email protected]>
* Alan Ramos <[email protected]>

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
:alt: Odoo Community Association
:target: https://odoo-community.org

OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/project-agile <https://github.com/OCA/project-agile/tree/14.0/project_scrum>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
3 changes: 3 additions & 0 deletions project_scrum/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Copyright <2017> <Tenovar Ltd>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from . import models
37 changes: 37 additions & 0 deletions project_scrum/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright <2017> <Tenovar Ltd>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Project Scrum",
"summary": "Use Scrum Method to manage your project",
"version": "16.0.1.0.0",
"category": "Project Management",
"author": "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/project-agile",
"depends": [
"base_setup",
"project",
"project_task_code",
"project_stage_state",
"mail",
"hr_timesheet",
],
"data": [
"views/mail_template.xml",
"views/project_scrum_us.xml",
"views/project_scrum_meeting.xml",
"views/project_task.xml",
"views/project_scrum_sprint.xml",
"views/project_scrum_test.xml",
"views/project_project.xml",
"views/menu.xml",
"data/sequences_projects.xml",
"data/project_scrum_test_task_view.xml",
"security/ir.model.access.csv",
"security/project_security.xml",
"security/res_groups.xml",
],
"demo": ["demo/project_scrum_demo.xml"],
"installable": True,
"license": "AGPL-3",
"application": True,
}
13 changes: 13 additions & 0 deletions project_scrum/data/project_scrum_test_task_view.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record model="ir.actions.server" id="ps_action_server_creat_test_task">
<field name="name">Create Tasks from Test Cases</field>
<field name="model_id" ref="model_project_scrum_sprint" />
<field name="state">code</field>
<field name="type">ir.actions.server</field>
<field name="code">self.test_task(cr, uid, object, pool)</field>
<field name="binding_model_id" ref="model_project_scrum_sprint" />
</record>

</odoo>
20 changes: 20 additions & 0 deletions project_scrum/data/sequences_projects.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>

<record id="seq_project_task" model="ir.sequence">
<field name="name">Task Number</field>
<field name="code">project.Task</field>
<field name="prefix">Number/%(year)s/%(woy)s:</field>
<field name="padding">5</field>
<field name="company_id" eval="False" />
</record>

<record id="seq_use_story" model="ir.sequence">
<field name="name">Story Number</field>
<field name="code">user.story</field>
<field name="prefix">Number/%(year)s/%(month)s:</field>
<field name="padding">5</field>
<field name="company_id" eval="False" />
</record>

</odoo>
Loading
Loading