-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ADD] l10n_ar_edi_ux: Add test_update_from_afip #447
base: 16.0
Are you sure you want to change the base?
Conversation
ef26e8a
to
663b812
Compare
03213b6
to
2fcf9b8
Compare
2fcf9b8
to
b43768f
Compare
@zaoral Kathy, I already made the changes you aske me for! |
def setUp(self): | ||
super().setUp() | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if there is not change to the setup method then we do not need to define it, only need to define it if we are modifying things
def testmonotributo(self): | ||
"""Actualizamos un contacto del tipo monotributo""" | ||
|
||
"""Chequeamos que no hay actividades ni impuestos creados""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
double docstring?
wiz.update_selection() | ||
|
||
self.assertEqual(contacto.name, 'Marjorier, Lamara', "Name after the update from afip must change") | ||
#Chequeamos que las actividades e impuestos se hayan creado con la actualizacion |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
space after #, if not will be a pylint error
import odoo.tests.common as common | ||
from odoo.exceptions import UserError | ||
|
||
class TestUpdateFromAfip(common.TransactionCase): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need double line betwseen imports and class definition, if not pylint error pop up
b43768f
to
0519999
Compare
superseded by #449 |
No description provided.