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

[14.0] workaround tests #2289

Merged
merged 2 commits into from
Jan 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion l10n_br_fiscal/models/document_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ def _generate_key(self):
):
chave_edoc = ChaveEdoc(
ano_mes=record.document_date.strftime("%y%m").zfill(4),
cnpj_emitente=record.company_cnpj_cpf,
cnpj_cpf_emitente=record.company_cnpj_cpf,
codigo_uf=(
record.company_state_id
and record.company_state_id.ibge_code
Expand Down
2 changes: 2 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
vcrpy # Needed by payment_pagseguro
odoo-test-helper # Needed by spec_driven_model
signxml<3.1.0
odoo14-addon-account-payment-order<14.0.2.0.0