Relative Content

Tag Archive for odooodoo-17

How to filter the general ledger in odoo?

I want to implement a custom way to export the general ledger. The goal is to track the export and then export only new lines at the next run to allow for a continuous export. Unfortunately I cannot find any place to attach custom filters or other to implement this. I’m considering making my own export of account move lines, but maybe there is some way to modify the general ledger still? I’m grateful for any pointers.

How to filter the general ledger in odoo?

I want to implement a custom way to export the general ledger. The goal is to track the export and then export only new lines at the next run to allow for a continuous export. Unfortunately I cannot find any place to attach custom filters or other to implement this. I’m considering making my own export of account move lines, but maybe there is some way to modify the general ledger still? I’m grateful for any pointers.

Odoo 17 remove product_uom from sale_order_lines

On the sale order line view table, there is column product_uom and I can’t figure out how to remove it. I created a custom addon to customize my view, everything works fine except this field which sticks to my view. here is my code :

Add button in the header in report tree

I need to add a new button to the header panel of my report, but it’s not working. The following code allows the module to update without errors, but when I look at the report page, it gets completely stuck; it remains blank and doesn’t throw any errors. What am I doing wrong?

Odoo 17 odoo.tools.convert.ParseError: while parsing error

<record id=”contract.res_config_settings_view_form” model=”ir.ui.view”> <field name=”name”>res.config.settings view form inherit</field> <field name=”model”>res.config.settings</field> <field name=”priority” eval=”25″/> <field name=”inherit_id” ref=”base_setup.res_config_settings_view_form”/> <field name=”arch” type=”xml”> <xpath expr=”//div[@id=’contacts_settings’]” position=”after”> <h2>Contracts</h2> <div class=”row mt16 o_settings_container” id=”contracts_settings”> <div class=”col-12 col-lg-6 o_setting_box” id=”allow_unsigned_contract”> <div class=”o_setting_left_pane”> <field name=”allow_not_signed_contract”/> </div> <div class=”o_setting_right_pane”> <label for=”allow_not_signed_contract” /> <div class=”text-muted”> If switched off, annexes creating is possible for signed contracts […]

Import “odoo” could not be resolved

I’m new to Odoo, I’m using version 17, and when I went to create my first module I had a problem, it doesn’t give me an error but it interrupts my workflow. When I go to import odoo into the model, a yellow wavy line appears below.