Draft
Conversation
* Add contract functionality to `product.templates` * Add logic to create contracts from `sale.order` that contains contract products.
* Change the method called in the view * Complete the create_invoice method * Bump version + authoring * Correct bad call of method Small Documentation * Add super call in python test * FIX bad field names causing bad quantities in sale.order.line
- On Sale Order confirmation, a contract is created for each contract template used on sale order lines - A not finished contract can be mentioned on sale order line - A sale order line linked to a contract will update it and don't create a new one if it had the same template
recurring_next_date should be computed by contract line to get default value
- Sale order line for contract product pass to nothing to invoice on order confirmation - Contract Invoices are linked to sale order line
…lylastday for the monthlylastday case, pre-paid is logicly impossible, if monthlylastday is set, we consider only post-paid case
Currently translated at 100.0% (90 of 90 strings) Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/it/
Currently translated at 95.5% (86 of 90 strings) Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/tr/
Currently translated at 100.0% (112 of 112 strings) Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/sv/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/
Currently translated at 100.0% (113 of 113 strings) Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/it/
Currently translated at 76.9% (87 of 113 strings) Translation: contract-18.0/contract-18.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-18-0/contract-18-0-product_contract/tr/
Member
|
/ocabot migration product_contract |
Contributor
Member
|
@Wodran14 I assume the other PR was favorised because this one is still in draft, don't forget to change the state of your PR if you consider it ready. |
This file contains hidden or 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
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.
No description provided.