-
-
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
[16.0][MIG] account_invoice_accrual #264
base: 16.0
Are you sure you want to change the base?
Conversation
02999b3
to
4271026
Compare
cc/ @jbaudoux , @rousseldenis |
copy=False, | ||
help="Link to the Accrual Journal Items.", | ||
) | ||
to_be_reversed = fields.Boolean("To be reversed") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FIXME: depend on OCA/account-financial-tools#1725
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Replaced by #271 |
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
This PR can be closed as replaced by #271 |
I have situations where the draft invoice has been emitted or invoice posted in the next period but before the closing of the previous period is done, so in that case, a helper to do the accrual is useful. |
) | ||
dft_accrual_expense_journal_id = fields.Many2one( | ||
comodel_name="account.journal", string="Default Journal for Accrued Expenses" | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This part should go to account_cutoff_base, I think.
…an be not initialized
… res_partner * Use default cutoff journal which is on company * Use accrual accounts defined on account_cutoff_accraul_base * Use accounts mapping which is implemented in account_cutoff_base * Adapt test suite
…k invoice if accrual entry is draft * Remove accrual in case of invoice's validation if accrual entry is draft and if entry genereted by the validation is on the same period as accrual * Otherwise, accrual entry is reversed
…ixed journal and number for accrual move and reversal
… to solve journal issue
Currently translated at 100,0% (39 of 39 strings) Translation: account-closing-10.0/account-closing-10.0-account_invoice_accrual Translate-URL: https://translation.odoo-community.org/projects/account-closing-10-0/account-closing-10-0-account_invoice_accrual/de/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
ad43d36
to
874d4b9
Compare
874d4b9
to
fc9e21c
Compare
fc9e21c
to
80ac7e3
Compare
Resetting to draft as this is not ready |
To me the logic to compute the accrual move lines in this PR is unclear, and, I think incorrect. It should rather take |
No description provided.