[FIX] contract_sale_generation: it doesn't create sales (#141)

* 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
This commit is contained in:
Florent THOMAS
2018-04-01 19:21:52 +02:00
committed by Thomas Binsfeld
parent f2a9b93df8
commit 589e9b0684

View File

@@ -24,6 +24,7 @@ class TestSaleOrder(TransactionCase):
self.env['account.analytic.account']._revert_method( self.env['account.analytic.account']._revert_method(
'create', 'create',
) )
super(TestSaleOrder, self).tearDown()
def test_action_done(self): def test_action_done(self):
""" It should create a contract when the sale for a contract is set """ It should create a contract when the sale for a contract is set