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][IMP] new module: output delivery note data in XML #2202

Open
wants to merge 4 commits into
base: 14.0
Choose a base branch
from

Conversation

TheMule71
Copy link
Contributor

@TheMule71 TheMule71 commented Apr 3, 2021

Resolve #4005.

This module adds data provided by the l10n_it_delivery_note module to
XML files produced by the l10n_it_fatturapa_out module.

Modulo ponte tra l10n_it_delivery_note e l10n_it_fatturapa_out (scorporato dalla #1985)

--
Confermo di aver firmato il CLA https://odoo-community.org/page/cla e di aver letto le linee guida su https://odoo-community.org/page/contributing

TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Apr 3, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Apr 15, 2021
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch 2 times, most recently from 5ccdb6f to ee76e6c Compare June 1, 2021 14:18
@TheMule71 TheMule71 mentioned this pull request Jun 4, 2021
74 tasks
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from ee76e6c to b27f6f5 Compare June 4, 2021 09:39
@TheMule71 TheMule71 requested review from tafaRU and eLBati June 4, 2021 14:08
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 6, 2021
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from b27f6f5 to bd28029 Compare June 9, 2021 09:01
@TheMule71
Copy link
Contributor Author

Andrebbe scritto almeno un test.

TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 18, 2021
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from bd28029 to e61ea4c Compare June 18, 2021 15:47
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jun 18, 2021
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from e61ea4c to a6ece32 Compare July 2, 2021 07:47
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 2, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 2, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 9, 2021
@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from a6ece32 to 1ffb63e Compare July 17, 2021 13:48
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 17, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 20, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 30, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Jul 30, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Aug 6, 2021
TheMule71 added a commit to odoo-italia/l10n-italy that referenced this pull request Aug 20, 2021
Copy link

@DinamicheAziendali DinamicheAziendali left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

functional test OK

@matteoopenf
Copy link
Contributor

se e' pronta potremmo mergiare

@matteoopenf
Copy link
Contributor

@TheMule71 per caso si puo' procedere?

@andreampiovesana
Copy link
Contributor

merge?

@matteoopenf matteoopenf mentioned this pull request Aug 8, 2023
79 tasks
@SirTakobi
Copy link
Contributor

merge?

Non si può mergiare finché è in bozza

@matteoopenf
Copy link
Contributor

@TheMule71 si puo' aprire la review?

@matteoopenf
Copy link
Contributor

@TheMule71 puoi aprire la review cosi poi da fare il merge?

@matteoopenf
Copy link
Contributor

@TheMule71 e' possibile aprire la review?

@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch 2 times, most recently from 049801e to c582646 Compare March 8, 2024 16:05
@TheMule71 TheMule71 marked this pull request as ready for review March 13, 2024 18:44
@TheMule71
Copy link
Contributor Author

@tafaRU
L'ho messa in ready for review.

@api.model
def get_e_invoice_lines(self, invoice):
"""
Invoice lines are not all to be translated to e-invoice lines.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non mi è chiaro il senso di questo commento per questa PR: è una nota per futuri sviluppi?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Non tutte le righe fattura odoo generano necessariamente righe fattura elettronica.
Questo metodo è un hook per permettere a moduli aggiuntivi di alterare la lista delle righe fattura esportate dall'XML.

Nasce da TheMule71#28

@francesco-ooops
Copy link
Contributor

/ocabot rebase

@OCA-git-bot
Copy link
Contributor

Congratulations, PR rebased to 14.0.

@OCA-git-bot OCA-git-bot force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from 350c495 to 6a212e8 Compare July 12, 2024 12:55
@francesco-ooops francesco-ooops linked an issue Jul 12, 2024 that may be closed by this pull request
2 tasks
Copy link

@MaurizioPellegrinet MaurizioPellegrinet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test funzionale OK

@TheMule71 TheMule71 force-pushed the 14.0-mig-l10n_it_fatturapa_out_dn branch from 6a212e8 to 4cfe24c Compare October 31, 2024 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

l10n_fatturapa_out: output delivery note data in XML