-
-
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
[11.0] [MIG] contract_sale_generation #320
Conversation
…ata (#130) * [FIX+IMP] contract: Improve usability and don't fail on wrong data * Cron create invoices masked for avoiding silent errors * New constraints for assuring data consistency * UI helps for entering consistent data * Spanish translation * Remove double company_id field on form * [FIX] contract_sale_generation: Adapt tests to upstream contract
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
[MIG] contract_sale_generation: migration fix [MIG] contract_sale_generation: migration fix test [MIG] contract_sale_generation: migration fix test 2 another fix fix test last fix (I hope)
Hey @Bilbonet, thank you for your Pull Request. It looks like some users haven't signed our Contributor License Agreement, yet.
Appreciation of efforts, |
travis error seems related with module (contract_sale_invoicing). ERROR: test_contract_sale_invoicing_without (odoo.addons.contract_sale_invoicing.tests.test_contract_sale_invoicing.TestContractSaleInvoicing) |
Please @sylvainvh @luismontalba @tbaden we should review this PR before making a new one. Thanks |
Added to my "to Review" list. Please check the travis state |
return sale._convert_to_write(sale._cache) | ||
|
||
@api.multi | ||
def _create_invoice(self): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Travis error could be due to _prepare_invoice() method takes invoice as an argument in V11
Closing as this one is red in favor of #329 |
I fixed some problems in pr #147 and I use this module.
Maybe is possible to merge in branch 11.0