diff --git a/tests/scenario_sale_payment.rst b/tests/scenario_sale_payment.rst index 907cdf8..cb14169 100644 --- a/tests/scenario_sale_payment.rst +++ b/tests/scenario_sale_payment.rst @@ -76,7 +76,6 @@ Create product:: >>> template.name = 'product' >>> template.default_uom = unit >>> template.type = 'service' - >>> template.purchasable = True >>> template.salable = True >>> template.list_price = Decimal('10') >>> template.account_category = account_category diff --git a/view/sale_form.xml b/view/sale_form.xml index 7cab8d9..5b2fafc 100644 --- a/view/sale_form.xml +++ b/view/sale_form.xml @@ -3,10 +3,10 @@ The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. --> - + - +