sbejaoui
dda032f8b5
[FIX] - manual_renew_needed should be visible to all contract users
6 years ago
Thomas Binsfeld
5cb1660e24
[FIX] Contract to Invoice: take contract vendor instead of partner's
6 years ago
sbejaoui
eed10ecae4
[ADD] - Add more value for auto_renew_rule_type
[REF] - refactoring for compute_first_date_end
[RMV] - remove auto_renew_rule_type option monthlylastday
[IMP] - rename manual_renew_needed label
[IMP] - use get_product_multiline_description_sale to get contract line description
6 years ago
Thomas Binsfeld
fdebc5172c
[IMP] Contract: matching invoice view depending on contract type
[ADD] Contract: invoice partner
6 years ago
sbejaoui
036453a49a
[IMP] - rename recurring_interval to Invoice Every
6 years ago
sbejaoui
0ef5cdf63c
[FIX] - recurring_next_date is required if date_end is null
6 years ago
Thomas Binsfeld
acc880888e
[ADD] Contract: fiscal position
[ADD] Contract: new contributor
[REF] Contract: indexes
6 years ago
sbejaoui
4e2da9906c
[IMP] - Should be able to stop a past contract line
6 years ago
Thomas Binsfeld
6b191f4e1f
[FIX] Contract: copy payment term on generated invoice
6 years ago
sbejaoui
5109eb2d91
[IMP] - Replace is_suspended flag by manual_renew_needed
Add a computed field for the first date of the termination notice period
Adapt state compute and search method
[IMP] - Improve unit tests
6 years ago
sbejaoui
5b342926fa
[MV] - move onchange method to contract_product module
[RMV] - Remove useless check
6 years ago
sbejaoui
69b3bcb299
[IMP] - Link invoice line to contract lines
[IMP] - Add index on contract line
[IMP] - Add is_suspended flag and _search_state
[IMP] - Add is_suspended flag to stop contract line
6 years ago
sbejaoui
f6696d0185
[IMP] - Improve inprogress search filter
6 years ago
sbejaoui
f1e111b316
[FIX] - filter by termination_notice for contract line to renew
6 years ago
sbejaoui
3841c19507
[FIX] - renew only recurring_invoices contract
6 years ago
sbejaoui
bf56bf876e
[FIX] - do not copy last_date_invoiced on plan_successor
6 years ago
sbejaoui
695992f2d9
[12.0][IMP] - check invoice line vals before assignment
[FIX] - Fix unit tests.
6 years ago
Thomas Binsfeld
ab4207d44e
[ADD] Contract: payment term
6 years ago
sbejaoui
7c3c11efbb
[FIX] - default value for active field in contract line
[FIX] - fix flake8
6 years ago
sbejaoui
788aa1ef92
[FIX] - as date_start is required, constraints on it become useless
[FIX] - for finished contract _get_lines_to_invoice should return False
6 years ago
Thomas Binsfeld
5ccbfe687d
[REF] Contract: invoice creation
[REF] Contract Unit Tests: base the cron check on invoice lines instead of invoices
6 years ago
Thomas Binsfeld
ca9e109580
[REF] Contract: invoice creation
[FIX] - Fix typo
[IMP] - date start required for contract line
[REF] Gitignore: .eggs
6 years ago
sbejaoui
0b295f4a24
[IMP] - archive contract_line on contract archive
6 years ago
sbejaoui
167d01f36f
[FIX] - contract recurring_next_date ignore canceled lines
[FIX] - fix _get_invoiced_period if recurring_next_date manually updated
6 years ago
sbejaoui
4fc2488cf6
[IMP] - Add responsible to contract form view
6 years ago
sbejaoui
587fb7c3ff
[FIX] - compute recurring_next_date for contract
[IMP] - get contract line default data onchange product_id
6 years ago
sbejaoui
eeeb52fceb
[FIX] - check date_start before onchange
6 years ago
sbejaoui
1c46758723
[IMP] - don't allow to unlink uncnaceled contrac line
6 years ago
sbejaoui
1f3ae63a80
[IMP] - store last_date_invoiced on contract_line
Improve CRITERIA_ALLOWED_DICT
[IMP] - code improvement
[IMP] - Use last_date_invoiced to set marker in invoice description
[IMP] - add migration script to init last_day_invoiced and some other improvement
[FIX] - a contract line suspended should start a day after the suspension end
6 years ago
sbejaoui
6b5ca7f585
[IMP] - hide recurring_invoicing_type if recurring_rule_type is monthlylastday
for the monthlylastday case, pre-paid is logicly impossible,
if monthlylastday is set, we consider only post-paid case
[IMP] - Improve unit tests
6 years ago
sbejaoui
f10fa6c5b4
[IMP] - improve cancel/uncancel process
[FIX] - Test if start_date is set before compute
[FIX] - date_end include in the period in auto_renew case
[FIX] - in suspension case, contract line should start a day after the end
[IMP] - confirm message on contract line cancel
6 years ago
sbejaoui
9e69cc3620
[FIX] - fix stop_plan_successor case 5
contract line start in the suspension period and end after it
6 years ago
sbejaoui
3c5c33886c
[IMP] - Add primary views for contract
[IMP] - don't use related filed for partner_id and pricelist_id
6 years ago
sbejaoui
da52eff18d
[FIX] - invoice last period for post-paid case
6 years ago
sbejaoui
a7132666e4
[12.0][IMP] - Add strat/stop wizard to contract line
[12.0][IMP] - Add pause button to contract line
[IMP] - Add state filed in contract line form
[FIX] - stop don't change date_end for finished contract line
[IMP] - Change contract line buttons visibility
Add renewal process with termination notice
[FIX] - don't consider stop_date If it is after the contract line end_date
[IMP] - consider more cases in stop_plan_successor
[IMP] - cancel upcoming line on stop
[IMP] - Chnage next invoice date on un-cancel
[IMP] - Post message in contract on contract line actions
[IMP] - check contract line overlap
6 years ago
sbejaoui
c4c0b82f18
[IMP] - Make recurrence mechanism on contract line
Make recurrence mechanism on contract line and some other refactoring
[FIX] - Keep contract_cron on account_analytic_account model
contract_cron defined with no_update option.
Changing it, will cause issue to past version installation.
[IMP] - Fix recurring_next_date default value
recurring_next_date should have start_date as default value in prepaid policy
and start_date + invoicing_interval if postpaid
[FIX] - Fix test check no journal
[IMP] - Return created invoices on recurring_create_invoice
[IMP] - Specific process to compute recurring_next_date for monthly-last-day
fixes : #198
[ADD] - Add Post-migration script to bring recurrence info from contract to contract lines
[ADD] - Add search filter based on date_end and recurring_next_date
- not_finished filter in contract search view
- finished filter in contract search view
- Next Invoice group by in contract search view
[ADD] - Add unit tests
- cases to compute first recurring next date
- contract recurring_next_date
- contract date_end
[IMP] - Improve Unit tests
6 years ago
黎伟杰
6bdc3aaaee
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (110 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/zh_CN/
5 years ago
liweijie0812
ba277f7df1
Remove invalid Chinese translation files
5 years ago
黎伟杰
a067f787a4
Translated using Weblate (Chinese (Simplified))
Currently translated at 40.9% (45 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/zh_CN/
5 years ago
Rudolf Schnapka
1a59b75ec3
Translated using Weblate (German)
Currently translated at 100.0% (110 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/de/
5 years ago
Rodrigo Macedo
5b3677efcc
Translated using Weblate (Portuguese (Brazil))
Currently translated at 51.8% (57 of 110 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/pt_BR/
5 years ago
Pedro Castro Silva
1cb5b2ab1c
Translated using Weblate (Portuguese)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/pt/
5 years ago
OCA-git-bot
1b4a5f9b39
[UPD] README.rst
5 years ago
jcleonard2018
a48e62f3af
Translated using Weblate (French)
Currently translated at 100.0% (109 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/fr/
5 years ago
Sergio Zanchetta
b4da999f47
Translated using Weblate (Italian)
Currently translated at 83.5% (91 of 109 strings)
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/it/
5 years ago
OCA Transbot
2631a19b26
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/
5 years ago
oca-travis
237b72a54b
[UPD] Update contract.pot
6 years ago
Jordi Ballester Alomar
9ede21d31e
[FIX] Errors in navigation to customer invoices / vendor bills
6 years ago
OCA-git-bot
289c83bcb4
[ADD] icon.png
6 years ago
OCA Transbot
61977e4a01
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract/
6 years ago