Sebastiano Picchi

Results 41 issues of 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...

enhancement
needs review

This PR aims to add a new module making it easier to import stock data

needs review

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 ```

stale

This PR removes the `required` attribute from the form views for `hr.payroll` and `hr.payroll.run` because they are not used

stale

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...

approved
ready to merge
14.0

### 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...

bug
14.0
16.0

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....

approved
ready to merge

Original commit 4a7dc7cefa7149508c4d1e9504647200c77c9cf7

approved
ready to merge

This change allows to easily modify the existing constraint, instead of rewriting the sql part