-
-
Notifications
You must be signed in to change notification settings - Fork 247
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
[MIG] account_cutoff_accrual_picking: Migration to 16.0 #215
Closed
dzungtran89
wants to merge
43
commits into
OCA:16.0
from
dzungtran89:16.0-account_cutoff_accrual_picking
Closed
[MIG] account_cutoff_accrual_picking: Migration to 16.0 #215
dzungtran89
wants to merge
43
commits into
OCA:16.0
from
dzungtran89:16.0-account_cutoff_accrual_picking
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dzungtran89
force-pushed
the
16.0-account_cutoff_accrual_picking
branch
from
December 7, 2022 09:12
08639ed
to
4507891
Compare
…emove .keys() No space before colon PEP8/Flake8 : getting closer to compliancy
….get('type', '-')
…a single warning left ! Add translation template files.
Allow use of the cutoff modules by Accountant (and not only Financial manager) Set default cutoff date to last day of previous fiscal year Move button to generate lines to account_cutoff_base module Block deletion of 'done' cutoff Use accounting configuration page instead of company form view Code clean-up and minor fixes
Use account_analytic_id instead of account_analytic_code in views because the 'code' field of analytic account is not a required field
…ccount_cutoff_accrual_picking from v10 to v12 account_cutoff_base and account_cutoff_prepaid: Up-port improvements from v10 branch
account_cutoff_accrual_picking: fix rst syntax
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: account-closing-13.0/account-closing-13.0-account_cutoff_accrual_picking Translate-URL: https://translation.odoo-community.org/projects/account-closing-13-0/account-closing-13-0-account_cutoff_accrual_picking/
FIX tax amount computation on price-include taxes
Currently translated at 7.6% (1 of 13 strings) Translation: account-closing-14.0/account-closing-14.0-account_cutoff_accrual_picking Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_accrual_picking/it/
Currently translated at 92.3% (12 of 13 strings) Translation: account-closing-14.0/account-closing-14.0-account_cutoff_accrual_picking Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_accrual_picking/it/
Currently translated at 100.0% (13 of 13 strings) Translation: account-closing-14.0/account-closing-14.0-account_cutoff_accrual_picking Translate-URL: https://translation.odoo-community.org/projects/account-closing-14-0/account-closing-14-0-account_cutoff_accrual_picking/it/
Currently translated at 90.0% (9 of 10 strings) Translation: account-closing-15.0/account-closing-15.0-account_cutoff_accrual_picking Translate-URL: https://translation.odoo-community.org/projects/account-closing-15-0/account-closing-15-0-account_cutoff_accrual_picking/ca/
dzungtran89
force-pushed
the
16.0-account_cutoff_accrual_picking
branch
from
January 5, 2023 09:29
4507891
to
8f61db4
Compare
I'll re-port it to v16 in a few weeks starting from this v14 PR that adds prepaid support in this module #225 |
Done. So I propose to replace this PR by this one: #230 |
@dzungtran89 can you review #230 ? 🙏 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#203
Needs