[18.0][IMP] sale_import_wizard: Set fields and searches the same as v14-v16.#644
Open
alfredoavanzosc wants to merge 1 commit intoavanzosc:18.0from
Open
[18.0][IMP] sale_import_wizard: Set fields and searches the same as v14-v16.#644alfredoavanzosc wants to merge 1 commit intoavanzosc:18.0from
alfredoavanzosc wants to merge 1 commit intoavanzosc:18.0from
Conversation
85a1d7a to
ee119c8
Compare
Contributor
Author
|
CLM13359 |
oihane
reviewed
Mar 17, 2026
| ) | ||
| client_order_ref = fields.Char( | ||
| string="Customer Order Reference", | ||
| states={"done": [("readonly", True)]}, |
Contributor
There was a problem hiding this comment.
en v18 no funciona states
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.product_name: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.product_code: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.product_barcode: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.customer_name: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.customer_code: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.customer_reference: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,518 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.product_customer_code: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.invoice_address_name: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.invoice_address_code: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.invoice_address_reference: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.delivery_address_name: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.delivery_address_code: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.delivery_address_reference: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.date_order: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.delivery_date: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.quantity: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.price_unit: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.total_order_amount: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.sale_product_id: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.sale_customer_id: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,519 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.sale_invoice_address_id: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
2026-03-18 13:25:20,520 307911 WARNING v18e_demo odoo.fields: Field sale.order.import.line.sale_delivery_address_id: unknown parameter 'states', if this is an actual parameter you may want to override the method _valid_field_parameter on the relevant model in order to allow it
oihane
requested changes
Mar 17, 2026
Contributor
oihane
left a comment
There was a problem hiding this comment.
Estas eliminando el icono
oihane
reviewed
Mar 17, 2026
Contributor
There was a problem hiding this comment.
Por que borras la descripcion del readme?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…