OCA / edi

GNU Affero General Public License v3.0
116 stars 299 forks source link

[15.0][ADD] account_edi_simple_pdf #958

Closed hbrunn closed 3 months ago

hbrunn commented 3 months ago

this is account_invoice_import_simple_pdf but then plugged into Odoo's existing invoice import mechanism.

Missing:

I've started this as a spiritual successor of account_invoice_import_simple_pdf, that's why I preserved the commits, and prepared for possibly having both - we'd have to move the configuration and the mixing to its own module on which both depend and just apply the mixing. But now I'm unsure, as those functionality conflict, so coexistence doesn't really seem an option to me.

What do reviewers think?

  1. keep history, this will cause problems for a migration of account_invoice_import_simple_pdf
  2. remove history, don't try to be compatible with a future account_invoice_import_simple_pdf migration