mirror of
https://github.com/OCA/contract.git
synced 2025-02-13 17:57:24 +02:00
[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:
committed by
Thomas Binsfeld
parent
f2a9b93df8
commit
589e9b0684
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user