You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
La línea a la que hago referencia debería ser "res = super().copy()" (sin el contenido entre paréntesis) ya que de lo contrario Odoo tira el siguiente error:
TypeError: copy() got an unexpected keyword argument 'default'
El problema no me sucedió en todas las instalaciones, si no en Odoo V13 EE donde también estaba instalada previamente la Localización Colombiana.
mm, the definition of copy has that argument https://github.com/odoo/odoo/blob/13.0/odoo/models.py#L4651
it seams that on any other module that you've installed the copy method is inherited but that argument is not there. can you check?
¡Buenas!
La línea a la que hago referencia debería ser "res = super().copy()" (sin el contenido entre paréntesis) ya que de lo contrario Odoo tira el siguiente error:
El problema no me sucedió en todas las instalaciones, si no en Odoo V13 EE donde también estaba instalada previamente la Localización Colombiana.
account-financial-tools/account_ux/models/account_move.py
Line 95 in 67e9e17
The text was updated successfully, but these errors were encountered: