Skip to content

[19.0][MIG] account_edi_no_autocreate_partner - #1330

Open
sbejaoui wants to merge 6 commits into
OCA:19.0from
acsone:19.0-account_edi_no_autocreate_partner-sbj
Open

[19.0][MIG] account_edi_no_autocreate_partner#1330
sbejaoui wants to merge 6 commits into
OCA:19.0from
acsone:19.0-account_edi_no_autocreate_partner-sbj

Conversation

@sbejaoui

Copy link
Copy Markdown

No description provided.

sbejaoui and others added 5 commits April 23, 2026 14:23
Prevents auto-creation of partners during invoice import by assigning unmatched invoices to a protected “Partner Not Found” contact.
Currently translated at 100.0% (6 of 6 strings)

Translation: edi-16.0/edi-16.0-account_edi_no_autocreate_partner
Translate-URL: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-account_edi_no_autocreate_partner/it/
@OCA-git-bot OCA-git-bot added series:19.0 mod:account_edi_no_autocreate_partner Module account_edi_no_autocreate_partner labels Apr 23, 2026
@sbejaoui
sbejaoui force-pushed the 19.0-account_edi_no_autocreate_partner-sbj branch from 0fd0c21 to e2d7820 Compare April 23, 2026 13:00
@sbejaoui
sbejaoui force-pushed the 19.0-account_edi_no_autocreate_partner-sbj branch from e2d7820 to c0f2b43 Compare April 23, 2026 15:03

@phschmidt phschmidt left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Functional tests and review

@lmignon lmignon left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Useful!

Comment on lines +45 to +48
if not partner:
partner = self.env.ref(
"account_edi_no_autocreate_partner.partner_not_found"
)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@sbejaoui Since you modify the default behavior, a config parameter should activate this way of doing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

mod:account_edi_no_autocreate_partner Module account_edi_no_autocreate_partner series:19.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants