Reviewers: ,


Please review this at http://codereview.tryton.org/154001/

Affected files:
  M account.py


Index: account.py
===================================================================
--- a/account.py
+++ b/account.py
@@ -1825,7 +1825,6 @@
         with Transaction().set_user(0):
             property_obj.delete(property_ids)
             property_obj.create({
-                'name': 'account_receivable',
                 'field': account_receivable_field_id,
                 'value': 'account.account,' + \
                         str(datas['form']['account_receivable']),
@@ -1844,7 +1843,6 @@
         with Transaction().set_user(0):
             property_obj.delete(property_ids)
             property_obj.create({
-                'name': 'account_payable',
                 'field': account_payable_field_id,
                 'value': 'account.account,' + \
                         str(datas['form']['account_payable']),


--
[email protected] mailing list

Reply via email to