FreeBSD Bugzilla – Attachment 236776 Details for
Bug 265957
finance/odoo broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to Makefile to fix the issue
file_265957.txt (text/plain), 558 bytes, created by
Dimitri Kaparis
on 2022-09-23 20:33:19 UTC
(
hide
)
Description:
Patch to Makefile to fix the issue
Filename:
MIME Type:
Creator:
Dimitri Kaparis
Created:
2022-09-23 20:33:19 UTC
Size:
558 bytes
patch
obsolete
>--- Makefile.orig 2022-09-23 17:26:28.916413000 +0000 >+++ Makefile 2022-09-23 19:59:12.956866000 +0000 >@@ -91,6 +91,9 @@ > @${REINPLACE_CMD} -i "" -e 's|from werkzeug import url_encode|from werkzeug.urls import url_encode|g' \ > ${WRKSRC}/odoo/addons/mail/models/mail_thread.py \ > ${WRKSRC}/odoo/addons/hr/models/hr_employee.py >+ @${REINPLACE_CMD} -i "" -e 's|class SignedIntConverter(werkzeug.routing.NumberConverter):|class SignedIntConverter(werkzeug.routing.converters.NumberConverter):|g' \ >+ ${WRKSRC}/odoo/addons/base/models/ir_http.py >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 265957
:
236066
| 236776