Skip to content

Commit b987c12

Browse files
committed
Merge PR #2289 into 14.0
Signed-off-by renatonlima
2 parents a58b8d7 + df2c4a0 commit b987c12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

l10n_br_fiscal/models/document_workflow.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ def _generate_key(self):
251251
):
252252
chave_edoc = ChaveEdoc(
253253
ano_mes=record.document_date.strftime("%y%m").zfill(4),
254-
cnpj_emitente=record.company_cnpj_cpf,
254+
cnpj_cpf_emitente=record.company_cnpj_cpf,
255255
codigo_uf=(
256256
record.company_state_id
257257
and record.company_state_id.ibge_code

test-requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
vcrpy # Needed by payment_pagseguro
22
odoo-test-helper # Needed by spec_driven_model
3+
signxml<3.1.0
4+
odoo14-addon-account-payment-order<14.0.2.0.0

0 commit comments

Comments
 (0)