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

[17.0][FIX] contract: Link format error for messages posted when creates manual invoices #1123

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions contract/i18n/contract.pot
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,22 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-03 19:17+0000\n"
"PO-Revision-Date: 2024-09-03 19:17+0000\n"
"Last-Translator: \n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: \n"

#. module: contract
#. odoo-python
#: code:addons/contract/models/contract.py:0
#, python-format
msgid "%(msg)s by contract: %(contract_link)s"
msgstr ""

#. module: contract
#: model:mail.template,body_html:contract.email_contract_template
msgid ""
Expand Down Expand Up @@ -718,9 +727,7 @@ msgstr ""
#. odoo-python
#: code:addons/contract/models/contract.py:0
#, python-format
msgid ""
"Contract manually invoiced: <a href=\"#\" data-oe-"
"model=\"%(model_name)s\" data-oe-id=\"%(rec_id)s\">Invoice</a>"
msgid "Contract manually invoiced: %(invoice_link)s"
msgstr ""

#. module: contract
Expand Down Expand Up @@ -1395,6 +1402,11 @@ msgstr ""
msgid "Name"
msgstr ""

#. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_contract__activity_calendar_event_id
msgid "Next Activity Calendar Event"
msgstr ""

#. module: contract
#: model:ir.model.fields,field_description:contract.field_contract_contract__activity_date_deadline
msgid "Next Activity Deadline"
Expand Down
Loading
Loading