lp://qastaging/~akretion-team/account-closing/61-cutoff-modules-with-forecast
Created by
Alexis de Lattre
and last modified
- Get this branch:
- bzr branch lp://qastaging/~akretion-team/account-closing/61-cutoff-modules-with-forecast
Members of
Akretion Team
can upload to this branch. Log in for directions.
Branch merges
Propose for merging
No branches
dependent on this one.
- Account Core Editors: Pending requested
-
Diff: 3530 lines (+3315/-0)36 files modifiedaccount_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)
Branch information
Recent revisions
- 40. By Alexis de Lattre
-
Add support for prepaid forecasts
Add context in on_change (for web_context_tunnel) - 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', '-')
- 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
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)