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

procedure to backport version 3 to 8.0 series #13

Closed
sbidoul opened this issue Sep 30, 2017 · 1 comment
Closed

procedure to backport version 3 to 8.0 series #13

sbidoul opened this issue Sep 30, 2017 · 1 comment
Labels
8.0 enhancement stale PR/Issue without recent activity, it'll be soon closed automatically.

Comments

@sbidoul
Copy link
Member

sbidoul commented Sep 30, 2017

mis_builder latest features (since version 2) are only available for Odoo series 9.0+.

If you are interested in backporting it to the 8.0 series, the following procedure should be the simplest:

  1. create a module account_value_date in OCA/account-financial-tools that adds a value_date computed field to account.move.line (value_date being equal to date if with the account.period, else the last day of the period)
  2. start from the 9.0 branch and replace date by value_date in aep.py and replace date.range by account.period everywhere else
  3. Preserve 8.0 AEP algorithm for initial balance calculation based on opening periods.
  4. Update the test suite to reintroduce account.period where necessary.
  5. test and fix all other details which hopefully should not be too numerous
@sbidoul sbidoul added the 8.0 label Sep 30, 2017
@sbidoul sbidoul changed the title backport version 3 to 8.0 series procedure to backport version 3 to 8.0 series Sep 30, 2017
@github-actions
Copy link

There hasn't been any activity on this issue in the past 6 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this issue to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.0 enhancement stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

No branches or pull requests

1 participant