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

[MIG] business_requirement: Migration to v12 #315

Merged
merged 44 commits into from
Jul 23, 2019

Commits on Jun 26, 2019

  1. [ADD] business_requirement

    	new file:   business_requirement/README.rst
    	new file:   business_requirement/__init__.py
    	new file:   business_requirement/__openerp__.py
    	new file:   business_requirement/data/business_data.xml
    	new file:   business_requirement/models/__init__.py
    	new file:   business_requirement/models/business.py
    	new file:   business_requirement/security/ir.model.access.csv
    	new file:   business_requirement/security/security.xml
    	new file:   business_requirement/static/description/icon.png
    	new file:   business_requirement/static/img/bus_req.png
    	new file:   business_requirement/static/img/bus_req_alias.png
    	new file:   business_requirement/static/img/bus_req_approved.png
    	new file:   business_requirement/static/img/bus_req_cancel.png
    	new file:   business_requirement/static/img/bus_req_confirmed.png
    	new file:   business_requirement/static/img/bus_req_cust_story.png
    	new file:   business_requirement/static/img/bus_req_done.png
    	new file:   business_requirement/static/img/bus_req_drop.png
    	new file:   business_requirement/static/img/bus_req_module_diag.png
    	new file:   business_requirement/static/img/bus_req_tags.png
    	new file:   business_requirement/static/img/bus_req_tags2.png
    	new file:   business_requirement/static/img/bus_req_tree.png
    	new file:   business_requirement/static/img/module_diag.graphml
    	new file:   business_requirement/tests/__init__.py
    	new file:   business_requirement/tests/test_br.py
    	new file:   business_requirement/views/business_view.xml
    	new file:   business_requirement/wizards/__init__.py
    	new file:   business_requirement/wizards/mail_compose_message.py
    
    [FIX] Comments lines and Rst File
    	modified:   business_requirement/README.rst
    	modified:   business_requirement/models/business.py
    victor authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b9e6feb View commit details
    Browse the repository at this point in the history
  2. Reduced outside margin of the icon

    Improved README and removed the part that is to be in repo README
    eric authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    804a68f View commit details
    Browse the repository at this point in the history
  3. [FIX] business_requirement:

    GitHub comments for inheritance message_post method to modify subject.
    New fields for the review and request BR meaning.
    Improve the message meaning for the status to be useful for internal projects
    and not only for customer oriented projects.
    	modified:   business_requirement/__init__.py
    	modified:   business_requirement/models/business.py
    	modified:   business_requirement/views/business_view.xml
    
    [REM] business_requirement: Cause it's not longer necessary to inherit
    the wizard I remove from the repository.
    	deleted:    business_requirement/wizards/__init__.py
    	deleted:    business_requirement/wizards/mail_compose_message.py
    victor authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5d8196f View commit details
    Browse the repository at this point in the history
  4. added the module in the image path in README

    eric authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    28c3dc7 View commit details
    Browse the repository at this point in the history
  5. [IMP] business_requirement: Adapt current workflow.

    If confirmed the user can't modify the first tab (story/scenario/gap)
    but can still change the second one (Other information).
    If approved, the user can't change the first and second tab.
    	modified:   business_requirement/models/business.py
    
    [IMP] business_requirement: Modify business requirement categories
    to be simplify the name to "Categories".
    Change business requirement "description" to full screen wide.
    	modified:   business_requirement/models/business.py
    	modified:   business_requirement/views/business_view.xml
    
    [IMP] business_requirement: Change Text field by Html to avoid use Html widget on the view.
    Remove sequence field on the Tree view. Next version will use sequence for the Kanban view.
    	modified:   business_requirement/models/business.py
    	modified:   business_requirement/views/business_view.xml
    
    [FIX] business_requirement: Change some model functions name to follow guideline
    and remove not necessary isolated functions.
    	modified:   business_requirement/models/business.py
    victor authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    fdddcc2 View commit details
    Browse the repository at this point in the history
  6. Update README to correct runbot address + figure (OCA#12)

    [FIX] business_requirement: Update README to correct runbot address + figure
    elicoidal authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4d74971 View commit details
    Browse the repository at this point in the history
  7. [IMP] business_requirement: Improvement on master project related to …

    …BR. (OCA#17)
    
    * [IMP] business_requirement: Improvement on master project related to BR.
    	modified:   business_requirement/__openerp__.py
    	modified:   business_requirement/models/__init__.py
    	new file:   business_requirement/models/project.py
    	new file:   business_requirement/views/project.xml
    
    * [FIX] business_requirement: Increase Coverall regards the new model inherited.
    	modified:   business_requirement/tests/__init__.py
    	new file:   business_requirement/tests/test_project.py
    
    * [FIX] business_requirement: Modify style and format for python and xml files.
    	modified:   business_requirement/models/project.py
    	modified:   business_requirement/views/project.xml
    
    * [FIX] business_requirement: Fix version number.
    	modified:   business_requirement/__openerp__.py
    
    * [FIX] business_requirement: Fix format on XML attributes for views.
    	modified:   business_requirement/views/project.xml
    Victor Martin authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    966e478 View commit details
    Browse the repository at this point in the history
  8. Improve the README and added functional workflow (OCA#18)

    [IMP] business_requirement
    
    * Improved and unified the README for the br_deliverable module
    * Modified the openerp.py too remove unused images
    * Finetuning
    * Remove oca.cfg
    
    Update image link as they where not visible in app
    
    link to this issue: OCA/maintainer-tools#221
    @ pedro can we FT this one?
    
    Added double image handling
    
    testing OCA/maintainer-tools#221
    elicoidal authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f5e93c2 View commit details
    Browse the repository at this point in the history
  9. [IMP]business_requirement: add test case field (OCA#28)

    RawEvan authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    ccbd971 View commit details
    Browse the repository at this point in the history
  10. [8.0] Fix Duplicate Function for Business Requirements

    This PR only updates module business_requirement.
    Other affected modules will be fixed with separate PRs.
    Fixes OCA#36 (business_requirement).
    
    [8.0] business-requirement: fix link in README.rst
    
    [IMP] Added reference and name_get for Business Requirement
    
    In tests use / for the default ref value
    astirpe authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    d6aeee0 View commit details
    Browse the repository at this point in the history
  11. [FIX] fix the business_requirement message body empty issue

    [FIX] fix the business_requirement super method message_post didnt pass parameters
    noahzaozao authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e8acc62 View commit details
    Browse the repository at this point in the history
  12. [FIX] business_requirement

    Need to add Stakeholder Group for this State Approval.
    	modified:   business_requirement/__openerp__.py
    	modified:   business_requirement/security/security.xml
    	modified:   business_requirement/views/business_view.xml
    Victor Martin authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0b37c54 View commit details
    Browse the repository at this point in the history
  13. [UPD] fix website url in manifest

    sbidoul authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    75b9390 View commit details
    Browse the repository at this point in the history
  14. [IMP] followers of master project to BR

    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4575f62 View commit details
    Browse the repository at this point in the history
  15. [8.0][FIX] Wizard to generate the project (OCA#42)

    * [FIX]Move when button to generate the project appears. It should get displayed when the stage is set to Stakeholder approval (rename to Approved by Stakeholders)
    
    * [FIX]Move when button to generate the project appears. It should get displayed when the stage is set to Stakeholder approval (rename to Approved by Stakeholders)
    
    * [Fix] Fix unit test
    
    * [IMP] Improved the UT to fix the Travis.
    
    * [IMP] Improved UT for increase Code Coverage.
    
    * [IMP] Added UT to increase coveralls.
    
    * [IMP] Added UT to increase coveralls.
    
    * [IMP] Added UT to increase coveralls.
    
    * [FIX] stakeholder_approval
    
    * [FIX] stakeholder_approval
    kl-adonze authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    77aca08 View commit details
    Browse the repository at this point in the history
  16. [FIX] Fixed travis

    [IMP] Changed Workflow.
    serpentcs-dev1 authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    8a35d5a View commit details
    Browse the repository at this point in the history
  17. [IMP][MIG] business_requirement (OCA#112)

    Need to add reponsible and reviewers.
    Responsible should be required and populate on upgrade version
    Reviewers are users who are involved on the BR process
    
    [FIX][business_requirement] Name formating improvement (OCA#116)
    
    * [FIX] business_requirement
    To fix OCA#114
    
    * [FIX] business_requirement
    Fix name_get method as peer code review comments
    Need to force string to unicode before replace
    Victor Martin - Elico Corp authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    deeda49 View commit details
    Browse the repository at this point in the history
  18. [8.0][IMP] Transfer the Gross Profit fields to the Deliverable lines (O…

    …CA#105)
    
    * [IMP] Transfer the Gross Profit fields to the Deliverable lines
    
    * [IMP] Changed calculation for Gross Profit.
    
    * [IMP]Transfer the Gross Profit fields to the Deliverable lines
    
    * [ADD]Added Description field
    
    * [IMP] Improved code as per comment.
    
    * [IMP]changed the position of the fields.
    
    * [IMP] Improved code as per comment.
    
    * [IMP]Improved pivot views.
    
    * [FIX] Fixed Travis & Changed code as per comments.
    
    * [FIX] made requested changes.
    
    [ADD][business_requirement] Added To be reviewed field in BR (OCA#120)
    
    * [ADD]Added To be reviewed field in BR
    
    * [IMP] Improved form view as per requirement.
    
    * [IMP] Improved code as per comment.
    
    * [FIX] Fixed issues.
    
    * [IMP]Improved Code.
    
    * [IMP] IMproved code.
    sudhir-serpentcs authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    079088e View commit details
    Browse the repository at this point in the history
  19. OCA Transbot updated translations from Transifex

    oca-transbot authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2a1d4cf View commit details
    Browse the repository at this point in the history
  20. [FIX]144 In stages missing the stage drop (OCA#165)

    [IMP]Improved BR-fields position (OCA#166)
    
    * [IMP]Improved BR-fields position
    
    * exchanged requested and responsible
    
    [IMP]default sort on BR list (OCA#167)
    
    [FIX] kanban state editable in BR (OCA#169)
    
    [IMP][BR1030][22333]-Modify layout of BR Form view (OCA#210)
    serpentcs-dev1 authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    751c801 View commit details
    Browse the repository at this point in the history
  21. [FIX][8.0-i181-BR001028-T22316] BR ordering on Tree view (OCA#201)

    * [FIX] Fixed order in tree view.
    
    * [FIX] Fixed order
    sudhir-serpentcs authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    3881d60 View commit details
    Browse the repository at this point in the history
  22. [8.0]-[BR1030]-[ADD/IMP][Reference field improvements] (OCA#208)

    * [8.0][BR1030][ADD][Reference field improvements]
    
    * [IMP]Improved code
    serpentcs-dev1 authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    da0f607 View commit details
    Browse the repository at this point in the history
  23. [Issue-197][IMP]Improved String (OCA#214)

    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    d242898 View commit details
    Browse the repository at this point in the history
  24. [IMP] [8.0-i195-BR001028-T22321] Added code to search BR based on Nam…

    …e or Description in m2o fields (OCA#203)
    
    * [IMP] Added code to search BR based on Name or Description in m2o fields.
    
    * [IMP] Added UT to improved code coverage.
    
    * [IMP] Modified the variables names as per GIT review.
    
    [8.0-i190] [ADD] Added filter in BR search to allow user to search BR from Name or Description. (OCA#220)
    sudhir-serpentcs authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    beb2390 View commit details
    Browse the repository at this point in the history
  25. [IMP][8.0][22070][ISSUE#115]-Modify projects and BR id relationship (O…

    …CA#192)
    
    * [IMP][8.0][22070][ISSUE#115]-Improved code as per changes
    
    * [IMP]Improved domain and added copy=False in linked_project
    
    * [ADD/IMP]Linked Project with BR and DL with Smartbutton
    
    * [IMP]Improved code
    
    * [IMP]Count number of linked project in BR,removed count function and veriable from project
    
    * [IMP]Improved method name
    
    * [FIX]Fix Travis
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP] Improved method name to field
    serpentcs-dev1 authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    42092f0 View commit details
    Browse the repository at this point in the history
  26. [8.0][I-215][BR1030]-Set Default Values (OCA#219)

    * [IMP][I215][BR1030]Set Default Values
    
    * [IMP]Improved test-cases
    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2c0de1b View commit details
    Browse the repository at this point in the history
  27. [WIP][8.0][BR001024] - Added demo data for BR modules (OCA#212)

    * [WIP]:Added Demo Data.
    
    * [ADD]:Added demo data.
    
    * [ADD]Added demo datas for BR modules
    
    * [REM]Removed unnecessary demo data
    
    * [IMP]Improved Demo datas
    
    * [WIP/IMP]Improved demo data code
    
    * [IMP]Improved code as per commments
    
    * [IMP]Improved demo data
    
    * [IMP/ADD]Improved Code and Added Products Demo data for Resource lines
    
    * [IMP]Update noupdate = 1
    
    * [IMP]Demo data improvements.
    
    * [IMP]Improved demo data
    
    * [IMP]Improved demo data as per comment
    
    * [IMP]Improved code
    
    * [IMP]Sale order on draft stage
    
    * [IMP]Improved code
    
    * [IMP]Modified Demo data file name
    
    * [IMP]Improved Identation
    serpentcs-dev1 authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    f02ced4 View commit details
    Browse the repository at this point in the history
  28. [8.0][IMP]-Improved Origin field (OCA#226)

    * [8.0][IMP]-Improved Origin field
    
    * [IMP]Improved field Type for Origin field
    
    [8.0]-IMP-Stages as clickable in BR (OCA#227)
    
    * [IMP]Added Stages as clickble removed buttons
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [Added docstring in readgroup method]
    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    da0e133 View commit details
    Browse the repository at this point in the history
  29. init branch 9.0

    moved to __manifest__.py
    elicoidal authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    5fa6637 View commit details
    Browse the repository at this point in the history
  30. [MIG]Migrated Business requirement module from 8.0 to 10.0 (OCA#223)

    * [MIG]Migrated Business requirement module from 8.0 to 10.0
    
    * [FIX]Fix Pylint
    
    * [IMP]Added new blankline in security file
    
    * [IMP]Added Test-Cases for Coverage
    
    * [IMP]Added report,improved fields in py and xml
    
    * [IMP]Improved code
    
    * [IMP] Removed default dimensions from pivot view
    
    * [FIX]Fixed Pylint
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [FIX]Fixed Travis
    
    * [IMP]Test-cases Improved
    
    * [IMP]Improved view as per OCA standards
    
    * [IMP]Improved assert in test-cases
    
    * [IMP]-Added assertEqual in test-cases
    
    * [IMP]Improved Test-cases
    
    * [IMP]Improved Code as per OCA Standard in XML
    
    * [IMP/REM]Cover whole BR-code and removed unnecessary test-cases.
    
    * [IMP]Cover test-cases default_comany function
    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    b97c009 View commit details
    Browse the repository at this point in the history
  31. Kanban view move from BRP to BR (OCA#243)

    * [WIP]Kanban view move from BRP to BR
    
    * [IMP]AMENDED Changes as per PR 224
    
    * [IMP]AMENDED Changes as per PR 224,Also improved demo data
    
    * [IMP]Improved code
    
    * [IMP]Added read group method for expand empty stages
    
    * [IMP]Removed dimensions
    
    * [IMP]Moved demo data from BR to BRD
    
    * [IMP]Removed fields from pivot views
    
    * [ADD]Added Issue in README.rst
    sudhir-serpentcs authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    8127594 View commit details
    Browse the repository at this point in the history
  32. [MIG]-Migrated Business requirement deliverable cost module from 8.0 …

    …t… (OCA#225)
    
    * [MIG]Migrated Business requirement deliverable cost module from 8.0 to 10.0
    
    * [ADD]Added reports from BRD to BRDC: report BRDR and BRORR
    
    * [MV]Moved BR Resource report to BRD
    
    * [IMP]Improved code for pivot views
    
    * [IMP]Improved code
    
    * [ADD/IMP]Added Business cost group as selection
    
    * [FIX-ISSUE-258]-Fixed issue of 253
    
    * [ADD/IMP]Added Pricelist field in BR form/Improved currency field positons and code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Imporved code for deliverable lines
    
    * [IMP]Improved code for cost control and made changes as per review
    
    * [IMP]Fixed Pylint
    
    * [IMP]Fixed Pylint
    
    * [IMP]Improved test-cases and removed unneccesory method
    
    * [FIX]Fixed Pylint
    
    * [IMP]Imporved code
    
    * [FIX]Fixed Pylint
    
    * [FIX]Fixed Pylint
    
    * [FIX]Fixed Pylint
    
    * [FIX]Fixed coversall
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    [PR-REF 225-229]-[IMP]-Improved demo data file and added group in dl total revenue (OCA#248)
    
    * [IMP]Improved demo data file and added group in dl total revenue
    
    * [IMP/ADD]Added groups in field,moved field in BR tree view
    
    * [MV]Moved help from PR 229
    
    * [FIX]Fixed issues 249
    
    * [IMP]Improved code for issues of 249
    
    * [IMP]Improved code
    
    * [ADD]Bymistake remove field from xml view
    
    [10.0]-[MIG]-Migrated Business requirement deliverable project from v8 to 10 (OCA#231)
    
    * [MIG]Migrated Business requirement deliverable project from v8 to 10
    
    * [IMP]Improved code
    
    * [IMP]Added Application true
    
    * [IMP]Improved code as per issue of 240,241,242
    
    * [WIP]Improved code
    
    * [FIX]fixed issue of project name which comes from last DL.
    
    * [IMP]Fixed pylint
    
    * [FIX]Fixed Pylint
    
    * [IMP]Improved code for project module
    
    * [IMP]Improved demo data and other remain points
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [ADD]Added account analytic parent as dependancy
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved issue 251
    
    * [IMP]Improved code
    
    * [FIX]Fixed Pylint
    
    [IMP] Improved Printouts Headers  - OCA#259 (OCA#261)
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved code
    
    * [IMP]Improved changes
    
    * [IMP]Improved changes
    
    * [FIX]Fixed issue of 254
    
    * [IMP]Improved code
    YogeshMahera-SerpentCS authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1f03813 View commit details
    Browse the repository at this point in the history
  33. [IMP] [10.0] BR001208-T24350: Add field "Terms and Conditions" (OCA#266)

    * [IMP] add terms and conditions field to the model and update the reprts
    
    * [FIX] spell issue and remove default_focus=0 in test case
    
    * [FIX] issue of empty field printed in the report
    
    * [FIX] upgrade version number
    Joseph Wang - Elico Corp authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    e85cfa0 View commit details
    Browse the repository at this point in the history
  34. [fix][modify][i3991] unread message filter (OCA#277)

    * [fix][modify][i3991] unread message filter
    
    * [modify]add contributer and update version
    
    * [modify]update version to 10.0.1.2.0
    Reinhard-sheng authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    94b8c95 View commit details
    Browse the repository at this point in the history
  35. Added set up section

    @ authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    0720111 View commit details
    Browse the repository at this point in the history
  36. [MIG] migration business_requirement_resource_template categ_id from …

    …8.0 to 10.0 (OCA#283)
    
    * Update business_requirement_resource_template.py
    
    fix business_requirement_resource_template model  category_id link to project_category
    
    * Update __manifest__.py
    
    * update readme
    
    update the field categ_id in model business_requirement_resource_template link to project_category
    
    * Migrate task_category template_category
    
    * rename file name
    
    * Pip install add openupgrade
    
    * Chmod 665
    
    * chmod 665 __manifest__.py
    
    * Modify version num
    
    * fix travis
    
    * Fix travis rename function name add '_compute'
    
    * fix travis
    joycehuan authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7360264 View commit details
    Browse the repository at this point in the history
  37. [UPD] Update business_requirement.pot

    oca-travis authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a636a52 View commit details
    Browse the repository at this point in the history
  38. [ADD]business_requirement_earned_value (OCA#278)

    * business_requirement_earned_value
    
    * [IMP]make code more standard
    
    * [IMP]edit the license and add the badge
    
    * [IMP]fix the badge image and add the contributor
    
    * [FIX]Upgrade to a new version
    
    * [FIX]fix some travis error and copyright error
    
    * [FIX]fix test file
    
    * [FIX]add author elico
    
    * [FIX]travis error
    
    * [IMP]add screenshot in readme
    
    * [FIX]change the screenshot
    
    * [FIX]change the menu and del the wrong fiel
    
    * [FIX]add demo data
    
    * [FIX]change the image
    
    * [FIX]change the demo data and fix the sql
    
    * [FIX]Fix the conversion rate
    
    * [IMP]change the screenshot
    
    * [FIX]change the  conversion rate
    
    * [FIX]fix the travis error
    
    * [FIX]demo data error
    
    * [FIX]tavis error
    
    * [FIX]add README introduction
    
    * [FIX]change the screenshot
    
    * [FIX]readme
    
    * [FIX]demo data error
    
    * [FIX]demo data
    
    * [ADD]add demo data
    
    * [FIX]demo data
    
    * [FIX]change readme image
    Hulk Liu - Elico Corp authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    15375ce View commit details
    Browse the repository at this point in the history
  39. Added translation using Weblate (French)

    Translated using Weblate (French)
    
    Currently translated at 100.0% (83 of 83 strings)
    
    Translation: business-requirement-10.0/business-requirement-10.0-business_requirement
    Translate-URL: https://translation.odoo-community.org/projects/business-requirement-10-0/business-requirement-10-0-business_requirement/fr/
    Yakulu authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    4fb32ce View commit details
    Browse the repository at this point in the history
  40. [MIG] business_requirement: Migration to 11.0

    Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    57f8efc View commit details
    Browse the repository at this point in the history
  41. [IMP] business_requirement: Add Report + Portal

    Tardo authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    fcffd99 View commit details
    Browse the repository at this point in the history
  42. [REM] Master project and WBS

    Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1d00d69 View commit details
    Browse the repository at this point in the history
  43. [IMP] business_requirement: Icon

    pedrobaeza authored and Victor Martin committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    194556c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. [MIG] business_requirement: Migration to v12

    Victor Martin committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    a525304 View commit details
    Browse the repository at this point in the history