Browse Source

Merge pull request #30 from Tecnativa/11.0-fix_notify_email

[FIX] mass_editing: remove non existent field in tests
pull/37/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
303b4d3c71
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      mass_editing/__manifest__.py
  2. 1
      mass_editing/tests/test_mass_editing.py

2
mass_editing/__manifest__.py

@ -2,7 +2,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
'name': 'Mass Editing',
'version': '11.0.1.0.0',
'version': '11.0.1.0.1',
'author': 'Serpent Consulting Services Pvt. Ltd., '
'Tecnativa, '
'Odoo Community Association (OCA)',

1
mass_editing/tests/test_mass_editing.py

@ -56,7 +56,6 @@ class TestMassEditing(common.TransactionCase):
'email': 'example@yourcompany.com',
'phone': 123456,
'category_id': [(6, 0, categ_ids)],
'notify_email': 'always'
})
def _create_partner_title(self):

Loading…
Cancel
Save