Merge lp://qastaging/~akretion-team/project-service/project-service-project-invoicing into lp://qastaging/~project-core-editors/project-service/trunk

Proposed by Sébastien BEAU - http://www.akretion.com
Status: Work in progress
Proposed branch: lp://qastaging/~akretion-team/project-service/project-service-project-invoicing
Merge into: lp://qastaging/~project-core-editors/project-service/trunk
Diff against target: 1436 lines (+1349/-0)
17 files modified
project_invoicing/__init__.py (+25/-0)
project_invoicing/__openerp__.py (+49/-0)
project_invoicing/hr.py (+47/-0)
project_invoicing/invoice.py (+44/-0)
project_invoicing/invoice_view.xml (+26/-0)
project_invoicing/project.py (+449/-0)
project_invoicing/project_demo.xml (+130/-0)
project_invoicing/project_view.xml (+137/-0)
project_invoicing/wizard/__init__.py (+23/-0)
project_invoicing/wizard/hr_timesheet_invoice_create.py (+115/-0)
project_invoicing/wizard/hr_timesheet_invoice_create_view.xml (+41/-0)
project_invoicing/wizard/project_task_invoice_create.py (+71/-0)
project_invoicing/wizard/project_task_invoice_create_view.xml (+43/-0)
project_invoicing_typology/__init__.py (+24/-0)
project_invoicing_typology/__openerp__.py (+47/-0)
project_invoicing_typology/project.py (+71/-0)
project_invoicing_typology/project_view.xml (+7/-0)
To merge this branch: bzr merge lp://qastaging/~akretion-team/project-service/project-service-project-invoicing
Reviewer Review Type Date Requested Status
Project Core Editors Pending
Review via email: mp+222483@code.qastaging.launchpad.net

Description of the change

Add an alternative way to generate invoice for project. Work in progress, it's for now experimental

To post a comment you must log in.
61. By Sébastien BEAU - http://www.akretion.com

[REF] refactor code in order to be compatible with sale_project_feature_invoicing

62. By Benoit Guillot - http://www.akretion.com

[FIX] fix invoicing wizard

Unmerged revisions

62. By Benoit Guillot - http://www.akretion.com

[FIX] fix invoicing wizard

61. By Sébastien BEAU - http://www.akretion.com

[REF] refactor code in order to be compatible with sale_project_feature_invoicing

60. By Sébastien BEAU - http://www.akretion.com

[ADD] add project invoicing typology

59. By Sébastien BEAU - http://www.akretion.com

[CLEAN] remove dead code

58. By Sébastien BEAU - http://www.akretion.com

[REF] refator now we use the product on the employee

57. By Sébastien BEAU - http://www.akretion.com

[IMP] add demo data

56. By Sébastien BEAU - http://www.akretion.com

[REF] refactor invoice from task, still some work to do

55. By Sébastien BEAU - http://www.akretion.com

[REF] start refactoring the invoice creation

54. By Sébastien BEAU - http://www.akretion.com

[CLEAN] pep8 clean up still some exception but I plan to refactore the code

53. By Sébastien BEAU - http://www.akretion.com

[REF] remove dead code

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches