David Vidal
0723c4698d
[MIG] contract_payment_mode: Migration to 10.0
8 years ago
OCA Transbot
1523a8bef3
OCA Transbot updated translations from Transifex
8 years ago
cubells
d85800125d
contract_payment_mode: Migration to 9.0
8 years ago
OCA Transbot
3cb7305ef5
OCA Transbot updated translations from Transifex
9 years ago
Javi Melendez
81d759a888
contract_payment_mode: get bank account from partner ( #30 )
in recurring invoice
9 years ago
Antonio Espinosa
1a5031e2f2
contract_payment_mode: Several fixes+imps:
* Copy partner payment mode to contracts when installing
* Filter payment modes for sales
* Adding tests
9 years ago
AngelMoya-Domatix
24187e9378
contract_payment_mode module
9 years ago
scampbell
8443041c7e
[IMP] Add Chatter
5 years ago
hparfr
dcda2a1980
Add commercial_partner_id fields into contract module
Remove string attribute
5 years ago
Pedro M. Baeza
316bc77735
[MIG+FIX] contract: Missing pieces for moving info from analytic account to contract
5 years ago
黎伟杰
b1690f2d17
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (27 of 27 strings)
Translation: contract-12.0/contract-12.0-agreement_serviceprofile
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-agreement_serviceprofile/zh_CN/
5 years ago
黎伟杰
5f0b0d9e76
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (3 of 3 strings)
Translation: contract-12.0/contract-12.0-contract_sale_invoicing
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale_invoicing/zh_CN/
5 years ago
黎伟杰
2902c0355e
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
1f5b0e2995
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.
Translation: contract-12.0/contract-12.0-contract_sale_invoicing
Translate-URL: https://translation.odoo-community.org/projects/contract-12-0/contract-12-0-contract_sale_invoicing/
5 years ago
OCA Transbot
695c387e89
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
3216c2a737
[UPD] README.rst
5 years ago
oca-travis
4114b780db
[UPD] Update contract_sale_invoicing.pot
5 years ago
oca-travis
6ee15bf618
[UPD] Update contract_sale.pot
5 years ago
oca-travis
50eca2dcaa
[UPD] Update contract.pot
5 years ago
OCA-git-bot
ceb87ec3c6
Merge PR #207 into 12.0
Signed-off-by pedrobaeza
5 years ago
Pedro M. Baeza
09d860ba17
[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
d93139d147
[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
a429b10c20
[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
24f57be03d
[REF] Contract Sale: split from analytic account
[REF] Contract Sale: update translations
6 years ago
Thomas Binsfeld
da7826797c
[REF] Contract: split from analytic account
6 years ago
Thomas Binsfeld
e167562a20
[REF] Contract: use context_today instead of time in filters
6 years ago
Aaron Henriquez
1be3305052
[IMP]pass the payment term to the contract from the partner
6 years ago
sbejaoui
3bd431e0ed
[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
130fbb693e
[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
834d0b959b
[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
2f7aed2744
[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
2e0dad4937
[FIX] - Fix In progress contract filter
6 years ago
sbejaoui
08768508ba
[REF] - add _get_next_invoiced_period method
6 years ago
sbejaoui
cdb9d9af67
[FIX] - manual_renew_needed should be visible to all contract users
6 years ago
Thomas Binsfeld
be5cc5fba1
[FIX] Contract to Invoice: take contract vendor instead of partner's
6 years ago
sbejaoui
75fa034db1
[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
7683e5a736
[IMP] Contract: matching invoice view depending on contract type
[ADD] Contract: invoice partner
6 years ago
sbejaoui
ce0b9e4d31
[IMP] - rename recurring_interval to Invoice Every
6 years ago
sbejaoui
61b42bf284
[FIX] - recurring_next_date is required if date_end is null
6 years ago
Thomas Binsfeld
19b3f50d34
[ADD] Contract: fiscal position
[ADD] Contract: new contributor
[REF] Contract: indexes
6 years ago
sbejaoui
22c1b25311
[IMP] - Should be able to stop a past contract line
6 years ago
Thomas Binsfeld
a1f1fd8c10
[FIX] Contract: copy payment term on generated invoice
6 years ago
sbejaoui
361d57fb64
[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
55d16c3d4b
[MV] - move onchange method to contract_product module
[RMV] - Remove useless check
6 years ago
sbejaoui
8171c1d955
[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
753862f41b
[IMP] - Improve inprogress search filter
6 years ago
sbejaoui
54c3b17f63
[FIX] - filter by termination_notice for contract line to renew
6 years ago
sbejaoui
bd20208c70
[FIX] - renew only recurring_invoices contract
6 years ago
sbejaoui
62fc475735
[FIX] - do not copy last_date_invoiced on plan_successor
6 years ago
sbejaoui
42a70ddaac
[12.0][IMP] - check invoice line vals before assignment
[FIX] - Fix unit tests.
6 years ago