Merge lp://staging/~akretion-team/account-closing/61-cutoff-modules-with-forecast into lp://staging/~account-core-editors/account-closing/6.1

Proposed by Alexis de Lattre
Status: Needs review
Proposed branch: lp://staging/~akretion-team/account-closing/61-cutoff-modules-with-forecast
Merge into: lp://staging/~account-core-editors/account-closing/6.1
Diff against target: 3530 lines (+3315/-0)
36 files modified
account_cutoff_accrual_base/__init__.py (+25/-0)
account_cutoff_accrual_base/__openerp__.py (+46/-0)
account_cutoff_accrual_base/account.py (+36/-0)
account_cutoff_accrual_base/account_cutoff.py (+57/-0)
account_cutoff_accrual_base/account_cutoff_view.xml (+72/-0)
account_cutoff_accrual_base/account_view.xml (+27/-0)
account_cutoff_accrual_base/company.py (+37/-0)
account_cutoff_accrual_base/company_view.xml (+26/-0)
account_cutoff_accrual_base/i18n/account_cutoff_accrual_base.pot (+119/-0)
account_cutoff_accrual_picking/__init__.py (+23/-0)
account_cutoff_accrual_picking/__openerp__.py (+61/-0)
account_cutoff_accrual_picking/account_cutoff.py (+220/-0)
account_cutoff_accrual_picking/account_cutoff_view.xml (+54/-0)
account_cutoff_accrual_picking/i18n/account_cutoff_accrual_picking.pot (+93/-0)
account_cutoff_base/__init__.py (+24/-0)
account_cutoff_base/__openerp__.py (+47/-0)
account_cutoff_base/account_cutoff.py (+438/-0)
account_cutoff_base/account_cutoff_view.xml (+218/-0)
account_cutoff_base/company.py (+35/-0)
account_cutoff_base/company_view.xml (+27/-0)
account_cutoff_base/i18n/account_cutoff_base.pot (+403/-0)
account_cutoff_base/security/ir.model.access.csv (+9/-0)
account_cutoff_prepaid/__init__.py (+26/-0)
account_cutoff_prepaid/__openerp__.py (+57/-0)
account_cutoff_prepaid/account.py (+150/-0)
account_cutoff_prepaid/account_cutoff.py (+253/-0)
account_cutoff_prepaid/account_cutoff_view.xml (+146/-0)
account_cutoff_prepaid/account_invoice_view.xml (+53/-0)
account_cutoff_prepaid/account_view.xml (+53/-0)
account_cutoff_prepaid/company.py (+37/-0)
account_cutoff_prepaid/company_view.xml (+27/-0)
account_cutoff_prepaid/i18n/account_cutoff_prepaid.pot (+289/-0)
account_cutoff_prepaid/migrations/6.1.0.2/pre-migration.py (+29/-0)
account_cutoff_prepaid/product.py (+36/-0)
account_cutoff_prepaid/product_demo.xml (+25/-0)
account_cutoff_prepaid/product_view.xml (+37/-0)
To merge this branch: bzr merge lp://staging/~akretion-team/account-closing/61-cutoff-modules-with-forecast
Reviewer Review Type Date Requested Status
Account Core Editors Pending
Review via email: mp+210067@code.staging.launchpad.net

Description of the change

This is the backport to OpenERP 6.1 of my cut-off modules : account_cutoff_base, account_cutoff_accrual_base, account_cutoff_accrual_picking, account_cutoff_prepaid. It also includes the code of the "prepaid forecast" feature, which is under review here : https://code.launchpad.net/~akretion-team/account-closing/70-forecast-prepaid/+merge/210066

To post a comment you must log in.

Unmerged revisions

43. By Alexis de Lattre

Add POT files.

42. By Alexis de Lattre

Delete lines when changing the "forecast" param.
Small code enhancements.

41. By Alexis de Lattre

Remove a print.

40. By Alexis de Lattre

Add support for prepaid forecasts
Add context in on_change (for web_context_tunnel)

39. By Alexis de Lattre

Backport latest enhancements from v7.0 branch.

38. By Alexis de Lattre

Backport to OpenERP 6.1
prepaid cutoffs : don't take into account the move lines dated after cut-off date.

37. By Alexis de Lattre

Remove the unnecessary "and True or False" after 'xxx' not in context.get('type', '-')

36. By Alexis de Lattre

Forgot to move some code to the new _prepare function.

35. By Alexis de Lattre

Add _prepare functions to allow to inherit before create
Use assert
Remove .keys()
No space before colon
PEP8/Flake8 : getting closer to compliancy

34. By Alexis de Lattre

Coding style enhancements (osv.Model -> orm.Model, from . import xxx)

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