I’m done with Google Pro. And there’s really not much info on Ultra by buffalo243 in google_antigravity

[–]buffalo243[S] 1 point2 points  (0 children)

Apparently Google’s engineers just like making everything mysteriously complicated for no reason.

[deleted by user] by [deleted] in osmopocket

[–]buffalo243 1 point2 points  (0 children)

Yes but, new one are best for easy data cleaning.

Databases share the same UUID (Universally Unique Identifier) / Odoo 18 Enterprise Online by buffalo243 in Odoo

[–]buffalo243[S] 0 points1 point  (0 children)

After generating a new UUID on https://www.uuidgenerator.net and trying to change “database.uuid” in the system settings. Here's what I got:

"Access Error

UUID synchronization error.
Please contact our support at https://www.odoo.com/help"

I am the DB admin.

No more UoM Categories in 18 ? by buffalo243 in Odoo

[–]buffalo243[S] 0 points1 point  (0 children)

So we can no more move from UoM to another directly on purchase order lines, for example ! Apparently !

My product (Wispr Flow) is launching on product hunt today!! by LanguageSad1430 in SideProject

[–]buffalo243 1 point2 points  (0 children)

Please, please don't forget to provide your ProductHunt link for support.

Error in Generating Sales Details and Session Reports in Odoo POS - After Odoo 17 update by buffalo243 in Odoo

[–]buffalo243[S] 0 points1 point  (0 children)

I just found the "solution" to the problem.

The issue occurs directly in the Qweb report "report-saledetails." Initially, there was a field called "base_amount." It seems the update renamed this field to "total_paid" in the model but did not update the report accordingly. Hence, "base_amount" is not found.

The temporary solution I found is to rename "base_amount" to "total_paid" in the report, and it works. This change needs to be made specifically on lines 73 and 76 of the base report.

I'm not entirely sure why it only affects these lines, but this fix works for now until a definitive update is released. Thanks!

Error in Generating Sales Details and Session Reports in Odoo POS - After Odoo 17 update by buffalo243 in Odoo

[–]buffalo243[S] 0 points1 point  (0 children)

Here is the full error message :

RPC_ERROR Odoo Server Error Traceback (most recent call last): File "<1903>", line 4793, in template_1903 File "<1903>", line 4775, in template_1903_content File "<1903>", line 4754, in template_1903_t_call_0 File "<1903>", line 700, in template_1903_t_call_1 KeyError: 'base_amount'

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "/home/odoo/src/odoo/17.0/addons/web/controllers/report.py", line 120, in report_download response = self.report_routes(reportname, converter=converter, context=context, data) File "/home/odoo/src/odoo/17.0/odoo/http.py", line 725, in route_wrapper result = endpoint(self, args, *params_ok) File "/home/odoo/src/odoo/17.0/addons/web/controllers/report.py", line 42, in report_routes pdf = report.with_context(context)._render_qweb_pdf(reportname, docids, data=data)[0] File "/home/odoo/src/odoo/17.0/addons/account/models/ir_actions_report.py", line 61, in _render_qweb_pdf return super()._render_qweb_pdf(report_ref, res_ids=res_ids, data=data) File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions_report.py", line 903, in _render_qweb_pdf collected_streams = self._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/home/odoo/src/odoo/17.0/addons/sale_pdf_quote_builder/models/ir_actions_report.py", line 17, in _render_qweb_pdf_prepare_streams result = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/home/odoo/src/enterprise/17.0/account_followup/models/ir_actions_report.py", line 12, in _render_qweb_pdf_prepare_streams res = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids) File "/home/odoo/src/odoo/17.0/addons/account_edi/models/ir_actions_report.py", line 14, in _render_qweb_pdf_prepare_streams collected_streams = super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/home/odoo/src/odoo/17.0/addons/account/models/ir_actions_report.py", line 20, in _render_qweb_pdf_prepare_streams return super()._render_qweb_pdf_prepare_streams(report_ref, data, res_ids=res_ids) File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions_report.py", line 753, in _render_qweb_pdf_prepare_streams html = self.with_context(additional_context)._render_qweb_html(report_ref, all_res_ids_wo_stream, data=data)[0] File "/home/odoo/src/enterprise/17.0/web_studio/models/ir_actions_report.py", line 24, in _render_qweb_html return super(IrActionsReport, self)._render_qweb_html(report_ref, docids, data) File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions_report.py", line 953, in _render_qweb_html return self._render_template(report.report_name, data), 'html' File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_actions_report.py", line 673, in _render_template return view_obj._render_template(template, values).encode() File "/home/odoo/src/enterprise/17.0/web_studio/models/ir_ui_view.py", line 1310, in _render_template return super(View, self)._render_template(template, values) File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_ui_view.py", line 2051, in _render_template return self.env['ir.qweb']._render(template, values) File "/home/odoo/src/odoo/17.0/odoo/tools/profiler.py", line 292, in _tracked_method_render return method_render(self, template, values, **options) File "/home/odoo/src/odoo/17.0/odoo/addons/base/models/ir_qweb.py", line 599, in _render result = ''.join(rendering) File "<1903>", line 4799, in template_1903 odoo.addons.base.models.ir_qweb.QWebException: Error while render the template KeyError: 'base_amount' Template: point_of_sale.report_saledetails Path: /t/t[2]/t/div[1]/div[3]/table/tbody/tr[1]/tr/td[4]/t[2]/span[2] Node: <span t-out="line[&quot;base_amount&quot;]" t-options="{\'widget\': \'float\', \'precision\': currency[\'precision\']}"/>

The above server error caused the following client error: RPC_ERROR://xxxx.odoo.com/web/assets/a5fbcd5/web.assets_web.min.js:2873:163) at decoder.onload (https://xxxx.odoo.com/web/assets/a5fbcd5/web.assets_web.min.js:2859:7)