Skip to content
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

[BUG] l10n_es_ticketbai_batuz method not called #3829

Open
AsierAcedo opened this issue Nov 28, 2024 · 5 comments
Open

[BUG] l10n_es_ticketbai_batuz method not called #3829

AsierAcedo opened this issue Nov 28, 2024 · 5 comments

Comments

@AsierAcedo
Copy link

Hi,

in the next Link u can check the call to the method batuz_get_supplier_num_factura inside _get_lroe_140_2_1_dict function is not getting called never missing parenthesis

self.batuz_get_supplier_num_factura[:20],

@AsierAcedo AsierAcedo changed the title [BUG] method not called [BUG] l10n_es_ticketbai_batuz method not called Nov 28, 2024
@pedrobaeza
Copy link
Member

Puedes proponer un PR arreglándolo.

@AsierAcedo
Copy link
Author

Seria lo suyo, pero antes habría que comentar el por que esta oculto el boton de cancelar asiento "button_cancel" en facturas de proveedor cuando tenemos confirmada la factura, aprovechamos y tratamos ambos asuntos en un mismo PR.

<xpath expr="//button[@name='button_cancel']" position="attributes">
<attribute
name="attrs"
>{'invisible' : ['|', ('id', '=', False), '|', '&amp;', ('move_type', 'in', ('out_invoice', 'out_refund')), '&amp;', '|', ('tbai_enabled', '=', False), ('state', '!=', 'posted'), '|', ('tbai_enabled', '=', True), ('state', '!=', 'draft'), '&amp;', ('move_type', 'not in', ('out_invoice', 'out_refund')), ('state', '!=', 'draft')]}</attribute>
</xpath>

@pedrobaeza
Copy link
Member

De acuerdo. Eso lo tendrás que ver con los creadores/mantenedores del módulo, ya que al ser algo específico de vuestra parte, los mantenedores habituales de la localización no hemos intervenido.

@AsierAcedo
Copy link
Author

Buenas @enriquemartin entiendo que la parte de l10n_es_ticketbai la hizo Aritz Olea en su día y ahora mismo no habría maintainer de ese modulo?

@enriquemartin
Copy link
Contributor

enriquemartin commented Nov 28, 2024

Buenas @AsierAcedo no hay maintainer oficial activo no, pero nosotros solemos ser bastante activos en cuanto a PRs en los módulos de tbai/batuz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants