forked from OCA/contract
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[ADD] Analytic Account Changes on Contract Lines #14
Open
xavierjimenez
wants to merge
119
commits into
sbejaoui:12.0-recurrence-mechanism-on-contract-line
Choose a base branch
from
QubiQ:12.0-recurrence-mechanism-on-contract-line-analytic-acc
base: 12.0-recurrence-mechanism-on-contract-line
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[ADD] Analytic Account Changes on Contract Lines #14
xavierjimenez
wants to merge
119
commits into
sbejaoui:12.0-recurrence-mechanism-on-contract-line
from
QubiQ:12.0-recurrence-mechanism-on-contract-line-analytic-acc
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
Make recurrence mechanism on contract line and some other refactoring
contract_cron defined with no_update option. Changing it, will cause issue to past version installation.
recurring_next_date should have start_date as default value in prepaid policy and start_date + invoicing_interval if postpaid
…act to contract lines
- not_finished filter in contract search view - finished filter in contract search view - Next Invoice group by in contract search view
- cases to compute first recurring next date - contract recurring_next_date - contract date_end
Add renewal process with termination notice
contract line start in the suspension period and end after it
…e-auto-renew [12.0][IMP] contract onchange auto renew
…n-contract-line-vocabulary [FIX] Vocabulary and ergonomy issues
[12.0][IMP]pass the payment term to the contract from the partner
@xavierjimenez Please rebase your changes on the 12.0 branch (only one commit should appear in this PR). And bring the PR 207 in Travis with an extra commit like this |
ThomasBinsfeld
force-pushed
the
12.0-recurrence-mechanism-on-contract-line
branch
from
May 29, 2019 15:00
b126d96
to
d58c658
Compare
Sorry! I'll try to get it done tomorrow, I've been a bit busy these days, thanks! |
sbejaoui
force-pushed
the
12.0-recurrence-mechanism-on-contract-line
branch
2 times, most recently
from
July 16, 2019 09:08
51a9146
to
7047832
Compare
sbidoul
force-pushed
the
12.0-recurrence-mechanism-on-contract-line
branch
from
August 19, 2019 08:28
adfc6f6
to
38baac9
Compare
sbejaoui
force-pushed
the
12.0-recurrence-mechanism-on-contract-line
branch
8 times, most recently
from
September 14, 2019 12:34
e6e3c37
to
09d860b
Compare
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.
I have added the field Analytic Account to the Contract Lines to be able to have different Analytic Accounts on the invoice.
If not Analytic Account is set on the Contract Line it will select the Analytic Account selected on the Contract.
Let me know what do you think!
@ThomasBinsfeld @sbejaoui