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
Denis Roussel
parent
20c22fa305
commit
c0078d7ee8
@@ -24,6 +24,7 @@ class TestSaleOrder(TransactionCase):
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user