Lorenzo Battistini
bce54932a7
Translated using Weblate (Italian)
Currently translated at 50.0% (106 of 212 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
c1e7fed57f
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
81891abd7a
[UPD] Update contract.pot
5 years ago
OCA-git-bot
73c749cb96
[UPD] README.rst
5 years ago
hparfr
385b52d881
Add commercial_partner_id fields into contract module
Remove string attribute
5 years ago
Pedro M. Baeza
f47a8f567c
[MIG+FIX] contract: Missing pieces for moving info from analytic account to contract
5 years ago
黎伟杰
54fcb0bf05
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (211 of 211 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
OCA Transbot
88c1b54bf7
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-git-bot
97fa369aa4
[UPD] README.rst
5 years ago
oca-travis
adecf0b813
[UPD] Update contract.pot
5 years ago
Pedro M. Baeza
05c2e53841
[FIX+IMP+MIG] contract: Several refinements:
* Remove incorrect oldname attributes.
* Add filter on partners for running contracts (+ a support o2m field for that).
* Cover more tables in model renaming + cleaner code using a loop.
* Don't copy contract lines, but rename table + copy contract records on pre.
* Contract code is now populated to "Reference/Description" field in invoice.
* Order on new contract model has been restored to the same as old analytic accounts.
5 years ago
sbejaoui
cbcad63fde
[IMP] - Make one migration from 12.0.1 to 12.0.4
[RMV] - Remove empty file
[IMP] - Update no_update cron after migration
[IMP] - move contract template recurrence info to line level
[FIX] - Fix contract line model description
[IMP] - Link contracts to analytic accounts
[FIX] - Fix pylint
[IMP] - Move chatter and attachments from analytic account to contract
[IMP] - Move account_analytic_id to contract line level
[IMP] - Improve version check in migration script
[IMP] - Move contracts followers from analytic accounts
[ADD] - Add mail.activity.mixin to contract.contract model
remove data drop from migration scripts
[12.0][FIX] - Fix _init_last_date_invoiced
fix flake8
[ADD] - Update contributors list
5 years ago
Thomas Binsfeld
d12fc6f48e
[REF] Contract Sale Invoicing: split from analytic account
[REF] Contract Sale Invoicing: update translations
[IMP] - Assert that the predecessor is available for new link at uncancel
[RMV] - remove usless changes
[RMV] - Remove usless field recurring_invoices
after the total isolation between contract model and account analytic one.
recurring_invoices which was used to mark analytic account as contract became usless
[IMP] - P3 syntax
[IMP] - use @openupgrade.migrate() and openupgrade.logged_query
[IMP] - drop transient table in migration script
6 years ago
Thomas Binsfeld
78dc76b58d
[REF] Contract: split from analytic account
6 years ago
Thomas Binsfeld
0e37b105c3
[REF] Contract: use context_today instead of time in filters
6 years ago
Aaron Henriquez
6d971fa66e
[IMP]pass the payment term to the contract from the partner
6 years ago
sbejaoui
8b2afbb6be
[IMP] - A canceled contract line can't be set to auto-renew
[REF] Contract: pep8
[IMP] Contract: update USAGE section of README
[IMP]call onchange_is_auto_renew when changing template
6 years ago
sbejaoui
4c36e1a3f4
[FIX] - don't play onchange date_start for old lines on contract template change
[FIX] - Fix stop post message
[FIX] - Fix sale_contract_count should count all partner contract
[FIX] - set recurring_next_date to False if contract line stoped at last date invoiced
[FIX] - Group by next_invoice also considers dates in the past
6 years ago
sbejaoui
b358f76d2f
[FIX] - Onchange contract line don't reste contract lines
[FIX] - Rename _get_invoiced_period to _get_period_to_invoice
[ADD] - Add stop_at_date_end to _get_period_to_invoice
[FIX] - Remove useless filter
6 years ago
sbejaoui
5101b5fa5d
[REF] - add method to get quantity to invoice
the contract line quantity can be in some use cases variable, to simplify
the way it is changed we add a new method _get_quantity_to_invoice.
6 years ago
sbejaoui
43d90b71ca
[FIX] - Fix In progress contract filter
6 years ago
sbejaoui
5333e9db01
[REF] - add _get_next_invoiced_period method
6 years ago
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