Skip to content

Commit

Permalink
[FIX] contract_sale_generation: it doesn't create sales (OCA#141)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
flotho authored and mourad-ehm committed Mar 15, 2022
1 parent 87c1974 commit 4e36cdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions product_contract/tests/test_sale_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ def tearDown(self):
self.env['account.analytic.account']._revert_method(
'create',
)
super(TestSaleOrder, self).tearDown()

def test_action_done(self):
""" It should create a contract when the sale for a contract is set
Expand Down

0 comments on commit 4e36cdd

Please sign in to comment.