mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
561293a4bb912a754cddd11aa9b1b8723ac198fa
In case an alias is configured to fecth email to generate account entries. the new_message method directly call the _compute_name on account move which call the legacy code provide by account odoo module which should be avoid here. To reproduce: * configure an alias on your purchase journal * send an email to that alias * the invoice is draft with a number to mitigate this behavior the suggested patch overwritte the former method '_compute_name' and call the new implemented method '_compute_name_by_sequence'.
account-financial-tools
account-financial-tools
Available addons
| addon | version | maintainers | summary |
|---|---|---|---|
| account_fiscal_year | 18.0.1.0.0 | ![]() |
Create Account Fiscal Year |
| account_journal_restrict_mode | 18.0.1.0.0 | Lock All Posted Entries of Journals. | |
| account_move_post_date_user | 18.0.1.0.0 | ![]() |
Trace journal entry posting date and user. |
| account_usability | 18.0.1.0.0 | ![]() |
Adds missing menu entries for Account module and adds the option to enable Saxon Accounting |
Licenses
This repository is licensed under AGPL-3.0.
However, each module can have a totally different license, as long as they adhere to Odoo Community Association (OCA)
policy. Consult each module's __manifest__.py file, which contains a license key
that explains its license.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Description
Languages
Python
61.9%
HTML
38.1%



