lp://staging/~akretion-team/project-service/project-service-project-invoicing
Created by
Sébastien BEAU - http://www.akretion.com
and last modified
- Get this branch:
- bzr branch lp://staging/~akretion-team/project-service/project-service-project-invoicing
Members of
Akretion Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
On hold
for merging
into
lp://staging/~project-core-editors/project-service/trunk
- Project Core Editors: Pending requested
-
Diff: 1436 lines (+1349/-0)17 files modifiedproject_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)
Branch information
Recent revisions
- 61. By Sébastien BEAU - http://www.akretion.com
-
[REF] refactor code in order to be compatible with sale_project_
feature_ invoicing - 58. By Sébastien BEAU - http://www.akretion.com
-
[REF] refator now we use the product on the employee
- 56. By Sébastien BEAU - http://www.akretion.com
-
[REF] refactor invoice from task, still some work to do
- 54. By Sébastien BEAU - http://www.akretion.com
-
[CLEAN] pep8 clean up still some exception but I plan to refactore the code
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)