Skip to content

[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
alfredoavanzosc:sale-addons18-sale_import_wizard
Open

[18.0][IMP] sale_import_wizard: Set fields and searches the same as v14-v16.#644
alfredoavanzosc wants to merge 1 commit intoavanzosc:18.0from
alfredoavanzosc:sale-addons18-sale_import_wizard

Conversation

@alfredoavanzosc
Copy link
Copy Markdown
Contributor

@alfredoavanzosc alfredoavanzosc force-pushed the sale-addons18-sale_import_wizard branch from 85a1d7a to ee119c8 Compare March 4, 2026 06:29
@alfredoavanzosc
Copy link
Copy Markdown
Contributor Author

CLM13359

)
client_order_ref = fields.Char(
string="Customer Order Reference",
states={"done": [("readonly", True)]},
Copy link
Copy Markdown
Contributor

@oihane oihane Mar 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 

Copy link
Copy Markdown
Contributor

@oihane oihane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Estas eliminando el icono

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Por que borras la descripcion del readme?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants