You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At least in 16.0, the following warning comes up numerous times:
WARNING <db> odoo.addons.base.models.ir_model: Two fields (invoice_date_due, date_due) of account.payment() have the same label: Due Date. [Modules: None and account_payment_promissory_note]
robably should let the msgid be "Promissory Note Due Date" with the msgstr as "Due Date" if necessary to avoid stepping on toes of other modules, while keeping the noise out of the log file.
The text was updated successfully, but these errors were encountered:
Well, I'm not actually using this module as of yet, it's just muddying the waters with the warnings.
After looking at it, it appears that the module stopped in the middle of a migration to a mixin where two fields were doubled as well. So I put the fields into the mixin, kept the default label name and updated the translations.
Attached is the quick patch for someone who is active on this module to decide whether indeed it's worthwhile even to keep the mixin... as I don't see any readily available design rationale justifying it. AP-731.zip
At least in 16.0, the following warning comes up numerous times:
robably should let the msgid be "Promissory Note Due Date" with the msgstr as "Due Date" if necessary to avoid stepping on toes of other modules, while keeping the noise out of the log file.
The text was updated successfully, but these errors were encountered: