-
-
Notifications
You must be signed in to change notification settings - Fork 534
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
[16.0][MIG] l10n_es_ticketbai_api: Migration to 16.0 #2818
[16.0][MIG] l10n_es_ticketbai_api: Migration to 16.0 #2818
Conversation
48f715f
to
3b75434
Compare
/ocabot migration l10n_es_ticketbai_api |
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.
Aprobación funcional
Aprobación funcional, creación de la instalación TicketBAI, certificado de la compañía y configuración en la compañía OK |
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.
Aprobación funcional
Resuelve por favor los conflictos. |
…agencies (API). Base addon for l10n_es_ticketbai. Added Python library dependencies to requirements.txt.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-12.0/l10n-spain-12.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-12-0/l10n-spain-12-0-l10n_es_ticketbai_api/
…stallation wizard info
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-13.0/l10n-spain-13.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-13-0/l10n-spain-13-0-l10n_es_ticketbai_api/
Currently translated at 81.0% (209 of 258 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/eu/
Currently translated at 85.2% (220 of 258 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/eu/
Currently translated at 96.5% (249 of 258 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/eu/
Currently translated at 100.0% (258 of 258 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/es/
Currently translated at 100.0% (258 of 258 strings) Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/eu/
- pyOpenSSL was replaced by cryptography and is no longer used. - cryptography has a specific version dependency specified in `l10n_es_aeat`, which in turn is dependency of all these modules. So there's no real need to indicate that dependency in these files. @moduon MT-1067
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: l10n-spain-15.0/l10n-spain-15.0-l10n_es_ticketbai_api Translate-URL: https://translation.odoo-community.org/projects/l10n-spain-15-0/l10n-spain-15-0-l10n_es_ticketbai_api/
3b75434
to
fc9a6c0
Compare
@pedrobaeza Está para merge? |
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at aaf31a6. Thanks a lot for contributing to OCA. ❤️ |
return result | ||
|
||
@api.model | ||
def create(self, vals): |
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.
El método create tendría que pasarse a @api.model_create_multi, esto arroja warning en el log.
2023-05-30 20:32:14,604 255 WARNING odoo odoo.api.create: The model odoo.addons.l10n_es_ticketbai_api.models.ticketbai_response is not overriding the create method in batch
<field name="partner_id" ref="partner_tech" /> | ||
<field name="login">tech</field> | ||
<field name="password">tech</field> | ||
<field name="signature" type="xml"> |
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.
Esta linea arroja warning en el log
2023-05-30 20:32:15,408 255 WARNING odoo odoo.tools.convert: HTML field 'signature' is declared as type="xml"
ping @ao-landoo |
Migración estándar