-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
[15.0][MIG] product_contract #979
[15.0][MIG] product_contract #979
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
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/
Currently translated at 92.1% (47 of 51 strings) Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
Currently translated at 92.1% (47 of 51 strings) Translation: contract-14.0/contract-14.0-product_contract Translate-URL: https://translation.odoo-community.org/projects/contract-14-0/contract-14-0-product_contract/it/
/ocabot migration product_contract |
See #950 @rousseldenis has had comments that I believe are applicable here as well (onchange vs compute mainly) |
@adasatorres I just check functionality, for sale order line form, it show dangling checkbox. Can we show it below Product with label. |
Sorry, I meant #959 |
d21167a
to
2019937
Compare
2019937
to
bda7253
Compare
Perfect now, hopefully its merged |
bda7253
to
74407ad
Compare
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
Merging for not losing the migration /ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 0beef47. Thanks a lot for contributing to OCA. ❤️ |
#732