-
-
Notifications
You must be signed in to change notification settings - Fork 248
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][RFC] l10n_br_nfe: refactor nfce qrcode methods #3522
base: 14.0
Are you sure you want to change the base?
[14.0][RFC] l10n_br_nfe: refactor nfce qrcode methods #3522
Conversation
Hi @renatonlima, @rvalyi, |
cc @mileo |
@marcelsavegnago pode dar rebase? |
57b90f0
to
cbd2e6f
Compare
@rvalyi Done |
for record in self.filtered(lambda d: d.document_type == MODELO_FISCAL_NFCE): | ||
record.nfe40_infNFeSupl = self.env[ | ||
"l10n_br_fiscal.document.supplement" | ||
].create( |
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.
Ao reconfirmar o documento isso não será gerado em duplicidade?
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.
Estava pensando nisso esses dias tbm.. nao tem nenhuma checagem se ja existe algum registro, pelo que vi, simplesmente eh criado outro registro.. ou seja, provavelmente tem registro perdido nesta tabela.
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.
@mileo se teu time puder entrar no assunto, pode matar esta PR e criar outra.. ou manda os commits pra mim e eu mesclo.. criei ela apenas para nao deixar este assunto perdido.
depends #3508