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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
1 additions and
2 deletions
-
mass_editing/__manifest__.py
-
mass_editing/tests/test_mass_editing.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)', |
|
|
|
|
|
@ -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): |
|
|
|