Sebastiano Picchi
Sebastiano Picchi
Fixes the following warnings during project build - `DeprecationWarning: The tag is deprecated, use a for 'act_create_product_conf'. warnings.warn(f"The tag is deprecated, use a for {xml_id!r}.", DeprecationWarning)` - `DeprecationWarning: The tag...
This PR aims to add a new module making it easier to import stock data
Small patch to fix a warning caused by a missing title attribute ``` View name: purchase.order form Error context: view: ir.ui.view(2658,) xmlid: purchase_order_form view.model: purchase.order view.parent: ir.ui.view(2088,) file: /opt/odoo/auto/addons/purchase_order_general_discount/views/purchase_order_view.xml ```
This PR removes the `required` attribute from the form views for `hr.payroll` and `hr.payroll.run` because they are not used
Backport of https://github.com/OCA/bank-payment/pull/1246 Before merging let's check if we have the same problem mentioned in https://github.com/OCA/bank-payment/pull/1268
There's no need to overwrite values when they don't change. Moreover a user might not have permissions to write certain fields (in my case it was `stock_valuation_layer_ids`, which requires the...
### Is your feature request related to a problem? In some cases, importing an incoming e-invoice will show an error message stating that the user doesn't have the necessary group...
I installed a fresh Odoo instance with the module `fieldservice_geoengine` (from OCA's field-service repo), added the `geoengine` view mode to the FSM Location action but the button didn't show up....
Original commit 4a7dc7cefa7149508c4d1e9504647200c77c9cf7
This change allows to easily modify the existing constraint, instead of rewriting the sql part