OCA / commission

Odoo Commission Management
GNU Affero General Public License v3.0
115 stars 344 forks source link

[BUG 16.0] Error xpath inherit with field name "note" for button "recompute_lines_agents" #574

Open CiroBoxHub opened 3 weeks ago

CiroBoxHub commented 3 weeks ago

When installing module occurred an error for button recompute_lines_agents "recompute line agents is not a valid method for sale.order.line"

because expr="//field[name='note']" don't localize correctly position I have substitute with expr="//group[@name='note_group']" and work fine https://github.com/OCA/commission/blob/6ad15f029e6cd80fd5dccebc17a97e355595e909/sale_commission/views/sale_order_view.xml#L30